Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  ArgumentNullException: Value cannot be null. Parameter name: key
#2
You have a MeshCollider in your scene, whose input mesh is null.

This is a known bug in 5.6 that will be fixed in upcominf updates. For now, the workaround is simply to ensure all MeshColliders in your scene have a proper reference to a mesh.
Reply


Messages In This Thread
RE: ArgumentNullException: Value cannot be null. Parameter name: key - by josemendez - 16-01-2021, 10:10 AM