Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Null Ref error for some of 6.3 demos
#5
(29-07-2022, 12:55 PM)TheRitcher Wrote: I'm experiencing this frustrating bug too unfortunately. I tried with several meshes including the simplest possible cube. Read/Write is enabled. Every time I push 'Generate' I get the NullReferenceException error at line 32 of ObiSoftbodyBlueprintBase which seems to be the first access to the positions array:

Code:
Vector3 v1 = positions[e1.endVertex]; // incrimiated line

Hi,

ObiSoftbodyBlueprintBase is an abstract class, so it doesn't implement any method (has only 10 lines). There's no line similar to the one you point to in either ObiSoftbodyBlueprintBase.cs or ObiSoftbodySurfaceBlueprint.cs.

Could you paste the entire error message you're getting? thanks!
Reply


Messages In This Thread
RE: Null Ref error for some of 6.3 demos - by josemendez - 29-07-2022, 12:59 PM