unity-deterministic-physics icon indicating copy to clipboard operation
unity-deterministic-physics copied to clipboard

Execute ExampleScene, all objects will penetrate the ground!

Open dannisliang opened this issue 3 years ago • 3 comments

Execute ExampleScene, all objects will penetrate the ground!

dannisliang avatar Feb 10 '22 10:02 dannisliang

me too, it have an error in 2020.3.34f1c1

L-LingRen avatar Jun 04 '22 06:06 L-LingRen

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)

seannowotny avatar Jul 14 '22 09:07 seannowotny

same

TapsJoy avatar Nov 12 '22 10:11 TapsJoy

resolvent:https://forum.unity.com/threads/physics-error-in-broadphase-cs-indexoutofrangeexception-index-0-is-out-of-range-of-0-length.1226901/

ruancuan avatar Jul 06 '23 14:07 ruancuan