Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  NullReferenceException on Skinned Cloth Blueprint Generating
#3
(20-11-2022, 12:24 AM)GinHuang Wrote: oh known what the problem was.

Obj Cloth 6.5
Obi\Scripts\Cloth\Blueprints\ObiSkinnedClothBlueprint.cs
line 79
the variable “colorizer“ is uninitialized
So this version cannot create skinned cloth blueprints Sonrisa

Hi GinHuang,

Thanks for reporting this! Attached to this post you can find a patched version of ObiSkinnedClothBlueprint.cs. Replace the one in your project with it (Obi/Scripts/Cloth/Blueprints/ObiSkinnedClothBlueprint.cs), that should solve the issue. Will upload the patch to the store asap.

kind regards,


Attached Files
.cs   ObiSkinnedClothBlueprint.cs (Size: 5.06 KB / Downloads: 9)
Reply


Messages In This Thread
RE: NullReferenceException on Skinned Cloth Blueprint Generating - by josemendez - 20-11-2022, 10:37 AM