FAQ

The section will be updated with the most frequently asked questions.

Known Issues

Unity.Physics package spikes by BuildPhysicsWorld & SolveAndIntegrate systems on mobile devices.

Temporary fix until official Unity release

  1. Close the Unity project.

  2. Delete Unity.Entities & Unity.Physics packages from the ProjectFolder/Library/PackageCache/ path.

  3. Download fork packages Unity.Entities & Unity.Physics by tertle to ProjectFolder/Packages/ path.

  4. Open the project, if it fails, close Unity, clear the library folder & open again.

Leak Detected : Persistent allocates 3 individual allocations.

Editor-related memory leaks.

Common Questions

No ‘git’ executable was found

How to fix

  1. Download & install git.

  2. Make sure the system variable PATH contains the git install path.

  3. Reboot your PC.

error CS0006: Metadata file ‘nunit.framework.dll’ could not be found

How to fix

  1. Restart the editor.

  2. If the error is still appears, delete the Library folder from the project folder.