We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute ExampleScene, all objects will penetrate the ground!
The text was updated successfully, but these errors were encountered:
I have the same problem in Unity 2020.3.32f1 with exceptions. Running without Burst
IndexOutOfRangeException: Index 0 is out of range of '0' Length. Unity.Collections.NativeArray`1[T].FailOutOfRangeError (System.Int32 index) (at <3be1a7ff939c43f181c0a10b5a0189ac>:0) Unity.Collections.NativeArray`1[T].CheckElementWriteAccess (System.Int32 index) (at <3be1a7ff939c43f181c0a10b5a0189ac>:0) Unity.Collections.NativeArray`1[T].set_Item (System.Int32 index, T value) (at <3be1a7ff939c43f181c0a10b5a0189ac>:0) UnityS.Physics.Broadphase+StaticVsDynamicBuildBranchNodePairsJob.Execute () (at Assets/Scripts/UnityPhysicsPackage/Unity.Physics/Collision/World/Broadphase.cs:908) Unity.Jobs.IJobExtensions+JobStruct`1[T].Execute (T& data, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, Unity.Jobs.LowLevel.Unsafe.JobRanges& ranges, System.Int32 jobIndex) (at <3be1a7ff939c43f181c0a10b5a0189ac>:0)
Sorry, something went wrong.
resolvent:https://forum.unity.com/threads/physics-error-in-broadphase-cs-indexoutofrangeexception-index-0-is-out-of-range-of-0-length.1226901/
No branches or pull requests
Execute ExampleScene, all objects will penetrate the ground!
The text was updated successfully, but these errors were encountered: