Troubleshooting
This section describes issues you might have while using the Annotations package.
You can't access a resource
If you can't access a specific resource, make sure you have the following:
- Are logged in with your Unity ID
- Access to the Unity Cloud Portal to access the resource you want to open
You have runtime errors when building the package
On some platforms such as WebGL, code stripping levels can cause runtime errors.
Make sure to set the Managed stripping level option to:
- Disabled
or - Minimal (if the Disabled option isn't available)
See Manage the package stripping level for more information.