🔧
Import KinetixCore
Import the Kinetix Unity SDK
Before you go further, please ensure that you have installed all the dependencies from our previous section.
- 1.Open your Unity project and open the Unity Package Manager Window on "Window > Package Manager".

- 2.In the Package Manager window click on the " + " icon in the top left corner and select Add Package From Git URL.

Paste in this URL and click "Add":
https://github.com/git-kinetix/kinetix-unity-sdk-packagemanager.git
- 3.In the Kinetix window, click on Package Manager.

- 4.Click on "Install Core Bundle" for the Web2 Bundle or Web3 Bundle. This process will install the Core, UICommon and UIEmoteWheel Packages

On Unity 2020.x versions specifically, you may have an issue starting with :
Error: Could not load signature of Kinetix.Internal.Retargeting.Utils.CustomTransformLogger:DrawSkeleton due to: Could not load file or assembly 'Kinetix.Internal.Utils
If this happens, you can reimport the Kinetix Core Package by right clicking on "Kinetix Core" in "Packages" and select "Reimport".

- 5.Verify the packages are installed in the Unity Package Manager. You can now click on the package "Kinetix UI Emote Wheel" and get the Emote Wheel Samples by clicking on "Import" in "Samples".

- 6.Open the "QuickStart" sample from "QuickStart" sample folder.
- 7.Click on "SampleScript" and put your Game API Key in the Inspector.

- 8.Play and enjoy the Emotes!

Last modified 25d ago