unibase
⚙️ Lightweight library of commonly used tools, scripts and core components for Unity projects
How to download and setup unibase
Open terminal and run command
git clone https://github.com/railek/unibase.git
git clone is used to create a copy or clone of unibase repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with unibase https://github.com/railek/unibase/archive/master.zip
Or simply clone unibase with SSH
[email protected]:railek/unibase.git