Basic build pipeline for Unity with Addressables.
-
Download repository and put it inside your Asset folder.
-
Inside Bash folder open config.sh and set UnityPath, ProjectPath and your target platforms to build. ie for building only for Android:
Android=y
Linux=n
Windows=n
IOS=n
OSX=n
- [Optional] Set CleanBuildDirectory to erase all previous builds before performing a new build.
- Make sure UnityEditor is closed.
- Run build.sh bash script to execute a new build:
Linux and Mac:
./build.sh
Windows:
bash build.sh
- Make sure UnityEditor is closed.
- Run build.sh bash script to execute a new build:
Linux and Mac:
./build.sh
Windows:
bash build.sh