For the complete documentation index, see llms.txt. This page is also available as Markdown.

Packages Setup

  1. Navigate to the Window menu in the top toolbar and select the Package Manager option from the drop-down list. Once the Package Manager window appears, locate the Packages drop-down menu and choose Unity Registry to view the available Unity packages.

  1. Install the Newtonsoft Json package using the git URL. Navigate to the Package Manager and locate the (+) button in the top-left corner. Click on this button and select "Add package from git URL..." from the options. In the provided text field, enter "com.unity.nuget.newtonsoft-json" and click the Add button to install the package.

  1. Install the remaining necessary packages from the Unity Registry:

  • Cinemachine

  • Input System

  • TextMeshPro

  • Timeline

Last updated