- Unity with a version equal to or higher than the one specified for the
unity
property in package.json
- On the command line, navigate to the
/Packages
directory of the Unity project you want to embed the package in for development. This can be any project satisfying the prerequisites. - Create a subdirectory with the name specified in the
name
property in package.json
mkdir dk.dwarf.utilities
- Clone this repository into the newly created directory:
git clone git@github.com:dwarfhq/dwarf-unity.git dk.dwarf.utilities
- In your Unity project, open Window > Package Manager
- Click the + in the upper left corner
- Select Add package from git URL...
- Paste the HTTPS URL for this repository and select Add
- The package is now added in the Packages directory of your project
- JSK - Jakob Skov Olsen
- AFJ - Aleksander Fjellvang
- FWE - Flemming Westberg
- Unity package containing utilities and design pattern implementations
Developed with ❤️ by ▽ DWARF A/S in 2023