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
Pluginsfolder.In
Unity2020 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 inUnity2019 project then copy the generated assets to your project.
Import
axie-gtk2dpackage.There will be case generated Axies are in wrong colors. You can fix it by set color space to
Gamma
Add
newtonsoft-jsontoPackages/manifest.jsonSometimes the project has imported another version of
newtonsoftand will be conflicted. You can solve it by openPackages/manifest.jsonthen edit version of"com.unity.nuget.newtonsoft-json": "2.0.0",to2.0.2or3.0.2
Replace player model by Axie.
Replace enemy model by Chimera.
Last updated