Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add a ragdoll attachment to the rope's end
#10
(01-11-2021, 09:29 AM)josemendez Wrote: I believe this is a known and already fixed bug, see the following thread for a patch:
http://obi.virtualmethodstudio.com/forum...n#pid10768

Thanks, that is working. but I have a new one Gran sonrisa

NullReferenceException: Object reference not set to an instance of an object
Obi.ObiBoxShapeTracker.UpdateIfNeeded () (at Assets/Obi/Scripts/Common/Collisions/ColliderTrackers/Trackers3D/ObiBoxShapeTracker.cs:36)
Obi.ObiColliderBase.UpdateIfNeeded () (at Assets/Obi/Scripts/Common/Collisions/ObiColliderBase.cs:185)
Obi.ObiColliderWorld.UpdateColliders () (at Assets/Obi/Scripts/Common/Collisions/ObiColliderWorld.cs:361)
Obi.ObiUpdater.BeginStep (System.Single stepDeltaTime) (at Assets/Obi/Scripts/Common/Updaters/ObiUpdater.cs:40)
Obi.ObiFixedUpdater.FixedUpdate () (at Assets/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:44)

Sometimes when I click on the Play button (and load more then 5-10 seconds Unity 2020 for the first time) I get this (999+)

But 10/9 it is working... But that 10/1 is the probleme. When this error happening, the body on the rope's end just falling down....
Can you help me in this too? What is the probleme here?

(01-11-2021, 06:05 PM)lacasrac Wrote: Thanks, that is working. but I have a new one Gran sonrisa

NullReferenceException: Object reference not set to an instance of an object
Obi.ObiBoxShapeTracker.UpdateIfNeeded () (at Assets/Obi/Scripts/Common/Collisions/ColliderTrackers/Trackers3D/ObiBoxShapeTracker.cs:36)
Obi.ObiColliderBase.UpdateIfNeeded () (at Assets/Obi/Scripts/Common/Collisions/ObiColliderBase.cs:185)
Obi.ObiColliderWorld.UpdateColliders () (at Assets/Obi/Scripts/Common/Collisions/ObiColliderWorld.cs:361)
Obi.ObiUpdater.BeginStep (System.Single stepDeltaTime) (at Assets/Obi/Scripts/Common/Updaters/ObiUpdater.cs:40)
Obi.ObiFixedUpdater.FixedUpdate () (at Assets/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:44)

Sometimes when I click on the Play button (and load more then 5-10 seconds Unity 2020 for the first time) I get this (999+)

But 10/9 it is working... But that 10/1 is the probleme. When this error happening, the body on the rope's end just falling down....
Can you help me in this too? What is the probleme here?

It looks like the error there when:

1, In Rider I update a script -> Unity 2020 refreshing the scripts (Hold on...dialog)
2, Start btn press first time -> 5-10 seconds wait then the error come

If I not change anaything on the script, so I press the Play button more the error not present...
So the first time is the issue here...
Reply


Messages In This Thread
RE: Add a ragdoll attachment to the rope's end - by lacasrac - 01-11-2021, 06:05 PM