Setup Guide
Detailed guide on referencing any of the packages in your project. Using the EzSaver package as an example, the same steps apply to other packages containing an Assembly Definition Asset file.
Adding Package Reference
After you have imported the package, you need to reference it in your project. If you are not using an Assembly Definition Asset in your project, kindly skip this step.
To proceed,
- Click on your project's
Assembly Definition Assetfile - Under
Assembly Definition Referencesclick the(+)icon below - Search and select the desired package's reference e.g. EzSaver, then apply changes below:

Calling APIs
Be sure to include:
using Racer.EzSaver;orusing Racer.pkg_Name;to any external class calling any of the package's public APIs.
An optional demo Scene may be contained in the package to guide you through.