⚙
Setup the environment
Before you begin...
Dependencies are not included in the Unity's Package.
You can import them from Window > Package Manager and Add Package from git URL.
- Newtonsoft (Compatible with any version) [
com.unity.nuget.newtonsoft-json
] - Input System[
com.unity.inputsystem
]
While adding the Input System package, you may have a warning popup, select Yes.

As our UI uses new Input system, verify that your "Active Input Handling" is set to "Input System Package (New)" or "Both" in "Edit/Project Settings/Player/Other Settings/Configuration"

- Lastly, import TMP Essential ressources by clicking on "Window/TextMeshPro/Import TMP Essential Ressources"

Last modified 2mo ago