An open API service indexing awesome lists of open source software.

https://github.com/matindevshere/dotplay

The Free Framework for Unity game development. Including Library, Pre-coded components, samples & ...
https://github.com/matindevshere/dotplay

csharp csharp-code csharp-library game game-development games library unity unity2d unity3d

Last synced: 5 months ago
JSON representation

The Free Framework for Unity game development. Including Library, Pre-coded components, samples & ...

Awesome Lists containing this project

README

        

# DotPlay [![openupm](https://img.shields.io/npm/v/com.matinmn87.dotplay?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.matinmn87.dotplay/) ![GitHub](https://img.shields.io/github/license/matinmn87/unity-dotplay) ![GitHub last commit](https://img.shields.io/github/last-commit/matinmn87/unity-dotplay)
The Free Framework for Unity game development. Including Library, Pre-coded components, samples & ... DotPlay is featuring these stuff, yet:
## DotPlay Namespace
What you need to make your code, cleaner & easier to understand.
### Features
These are some examples:
#### Unloading Scenes
![UnityEngine vs DotPlay in Scene Management](https://raw.githubusercontent.com/matinmn87/Unity-DotPlay/files/assets/img/UnloadDotPlay.png)
#### Storing Boolean Data
![SetBool!](https://raw.githubusercontent.com/matinmn87/Unity-DotPlay/files/assets/img/SetBoolDotPlay.png)
#### Spliting Integers
![Split Int](https://raw.githubusercontent.com/matinmn87/Unity-DotPlay/files/assets/img/IntagerSplitDotPlay.png)
#### Scaling Time & Audio Pitch
![ScaleTime](https://raw.githubusercontent.com/matinmn87/Unity-DotPlay/files/assets/img/ScaleTimeDotPlay.png)