Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Issue with CharacterController
#1
I was using an old version of ObiRope where I have a player using the character controller, and that with the Obi Collider was enough to interact with the ropes.
Today I updated to the last version of the asset and I no longer get that interaction, in fact, I get an error which is the following:

NullReferenceException: Object reference not set to an instance of an object
Obi.ObiCapsuleShapeTracker.UpdateIfNeeded () (at AssetsObi/Obi/Scripts/Common/Collisions/ColliderTrackers/Trackers3D/ObiCapsuleShapeTracker.cs:54)
Obi.ObiColliderBase.UpdateIfNeeded () (at Assets/Obi/Obi/Scripts/Common/Collisions/ObiColliderBase.cs:189)
Obi.ObiColliderWorld.UpdateWorld () (at Assets/Obi/Obi/Scripts/Common/Collisions/ObiColliderWorld.cs:362)
Obi.ObiUpdater.BeginStep (System.Single stepDeltaTime) (at Assets/Obi/Obi/Scripts/Common/Updaters/ObiUpdater.cs:40)
Obi.ObiFixedUpdater.FixedUpdate () (at Assets/Obi/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:54)


I hope that the character controller is still supported in order to take collisions.

Regards!
Reply


Messages In This Thread
Issue with CharacterController - by flaurens - 27-08-2020, 07:56 PM
RE: Issue with CharacterController - by flaurens - 01-09-2020, 11:02 AM