Unity Axie Tool Kit
Overview
This guideline will walk you through how to apply Unity Axie Tool Kit into your game. Please follow the below steps with the tutorial video and start your journey.
Preparation
You need to prepare the following apps in your device before installation: your game project in Unity
How to use
Open your game project.
Import Spine runtime v3.8
All spine assets used (spine-unity 3.8 2021-11-10). You need to download it manually, and put it on
Plugins
folder.In
Unity
2020 or above, Spine import may not be compatible (It requires exporting the correct spine version which is v3.8.79). You can solve it by importing data inUnity
2019 project then copy the generated assets to your project.
Import
axie-gtk2d
package.There will be case generated Axies are in wrong colors. You can fix it by set color space to
Gamma
Add
newtonsoft-json
toPackages/manifest.json
Sometimes the project has imported another version of
newtonsoft
and will be conflicted. You can solve it by openPackages/manifest.json
then edit version of"com.unity.nuget.newtonsoft-json": "2.0.0",
to2.0.2
or3.0.2
Replace player model by Axie.
Replace enemy model by Chimera.
Last updated