Installation - VirtualMaestro/StubbUnity GitHub Wiki
Let's take a look at an example of how to install the framework for a Unity project.
Supposed you have configured your .gitconfig file with these Git aliases (if you don't want to set up the aliases you can execute one by one git commands in them). You also want to install it to this path: Assets/Libs/Stubb
Navigate to your root folder (one above Assets) and do the following command:
git suba [email protected]:VirtualMaestro/StubbUnity.git Assets/Libs/Stubb
That's it. The framework will be added to this folder 'Assets/Libs/Stubb' and all dependencies will be downloaded.
If there is a new version of the StubbUnity and you want to update it:
git subur
If there are no needs anymore in this framework, you can remove it:
git subrm Assets/Libs/Stubb