Getting started

Adding it to your project

Method 1: Binaries (Recommended)

Download the latest binaries fromhere and extract them somewhere in your Unity project’sAssets folder.

Method 2: Copy source

Download the repository and extract it somewhere.

Then from the extracted folder copy theArchon.SwissArmyLib folder into your projectAssets folder somewhere.

Do the same thing with theArchon.SwissArmyLib.Editor folder but place that one in another folder called “Editor”.

Start using it

That’s it! You can freely start using the library.Check out the sidebar for some help with using the different utilities.

Building the source

Just download the project, open the project in Visual Studio (or use MSBuild via CLI) and build it. There’s nothing more to it.