Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Obi crash after reload scene
#5
(20-02-2024, 09:10 AM)josemendez Wrote: Hi there!

I just answered your email. Unfortunately I haven't been able to reproduce this issue, tried a variety of Unity versions and platform combinations to no avail. Enabling Burst's safety checks in order to try and catch the exception you posted the stack trace for doesn't seem to have any effect.

Looking at the stack trace itself, it points to BurstColliderWorld.cs line 154. There, the collision material for the current collider is accessed: the error complains about a collider using a collision material that doesn't exist. This shouldn't be possible in the project you sent, since none of the ObiColliders in the scene (left/right HolsterTrigger and Hooks) use collision materials. Hence, this line of code isn't even executed in the sample project.

I've tried adding a collision material to all 4 ObiColliders in the scene so that the offending line of code does get executed, but this wasn't enough to trigger the exception either.

kind regards,
Hi Jose!

I noticed that there is a problemĀ .meta files in my project. We use to push git and my coworker clone project in his pc there is no error. I think we should somehow get rid of corrupted meta files.

Thank you for your interest.
Reply


Messages In This Thread
Obi crash after reload scene - by kayrakocaeli - 15-02-2024, 03:01 PM
RE: Obi crash after reload scene - by josemendez - 16-02-2024, 07:54 AM
RE: Obi crash after reload scene - by josemendez - 20-02-2024, 09:10 AM
RE: Obi crash after reload scene - by kayrakocaeli - 24-02-2024, 08:37 AM