Installation Guide - MatinTheGC/DotPlay GitHub Wiki
DotPlay, is an open-source Unity framework to accelerate your C# programing.
In this tutorial, you'll learn how to install & use DotPlay.
Installation
There's 2 ways to install & use DotPlay for your unity projects:
- Installing DotPlay with .unitypackage file
- Installing DotPlay as an Unity Package (recommended)
Installing DotPlay with .unitypackage file
For this, first of all you need to download the package from releases page.
So, download the .unitypackage file attached there.
Then, import it to your project.
Installing DotPlay as an Unity Git Package (recommended)
To do this, open Package Manager In your Unity, click on + button & chose "Add package from git URL"
Paste this URL in the input & click "Add":
https://github.com/matinmn87/DotPlay.git
Done! Just remember each time you enter Unity, click on "Update" to check for updates & stay up to date
Installing DotPlay from OpenUPM
DotPlay's also available to install from OpenUPM Package Registry. To install DotPlay from OpenUPM, you have to install OpenUPM Cli that can be installed from this link. After installation, open your command line & chose your project's directory:
cd "Your Project Directory"
Then, you have to enter this command to install DotPlay:
openupm add com.matinmn87.dotplay
Note: OpenUPM Doesn't supports for checking for updates. You have to check for updates manually.