Troubleshooting
What You Should Do First
Unity projects are complex and can sometimes encounter issues when upgrading, moving files, or installing/uninstalling packages. If you're upgrading from an existing version, it's essential to review the release notes for any known issues related to the upgrade. Additionally, our forum can guide you through common problems.
Here are some general steps to follow for troubleshooting:
Check the Console Log: Start by reviewing the console log to see if any messages give you a hint about the problem.
Clear Cached Data:
Close Unity.
Delete the
Library
folder in your project directory to clear cached data and force Unity to rebuild the project.Restart Unity. Unity will regenerate the necessary files from scratch.
Upgrading to New Versions:
If issues persist after upgrading, close Unity again.
Delete the entire
realvirtual
folder from your project. This will remove all realvirtual.io assets and configurations.Open Unity again. Your scene references should remain intact.
Re-import the realvirtual.io Asset to restore all components and preserve references in your scenes.
Following these steps should resolve most issues while maintaining the integrity of your references to realvirtual.io components in your user scenes.
Contacting Support
When posting a support issue, please include the following:
Version Information: Always provide the version of realvirtual.io Professional/Starter and realvirtual.io Simulation you are using (search for "version" in your project folder to find the version numbers and check the properties in the inspector).
Reproducible Project: Prepare a project where the issue can be reproduced. Specify the scene where the issue occurs and ensure it's directly visible when starting the scene.
Last updated