Installation
There are multiple ways to install CBSL :-
#
OpenUPM CLISimplest and the recommended way, just run the following command in the root of your project.
note
If you don't have OpenUPM-CLI head over here.
OpenUPM works on top of unity package manager and does everything for you, that you would have to do manually if you are directly using the package manager.
#
Unity Package ManagerHead over to the package manager settings of your project, under project settings :-
- Add a new scoped registry, name is anything you want (e.g OpenUPM)
- Set the URL as
https://package.openupm.com
- Add the following to scopes array
io.codeblaze.cbsl
After this you should see a MyRegistries option in the package manager window dropdown and the CBSL should be listed you can go right ahead and install it for more info head over here.
#
Editing Manifest.jsonThe above 2 methods will in the end modify the manifest.json
inside your projects packages folder,
which can be done manually just add the following to you manifest.json.
#
Add Package via Github URLAll the above methods will install CBSL using the version tags published to OpenUPM.
tough not recommended, you can also directly install CBSL from github url for more info head over here.
#
Add as SourceFinally you could always download the source code as zip file from the release page and add it directly to your assets.