Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ArgumentNullException: Value cannot be null.
#3
(16-10-2019, 07:01 AM)josemendez Wrote: Seems like you destroyed the shared mesh used by a MeshCollider right before instantiating it, since the error is complaining that the sharedMesh in the collider is null (we use it as index in a dictionary during the collider's Awake() to get a reference to its unmanaged counterpart if it exists)

Can you give a bit of context? (what are you trying to achieve in your game? are you using any custom scripts that might affect colliders?)

Thank you. I just want to click the button and show it. I made a new rope. Fortunately, it didn't make a mistake again.
Reply


Messages In This Thread
RE: ArgumentNullException: Value cannot be null. - by x1290148 - 18-10-2019, 03:13 AM