Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compilation error in Obi Softbody 6.3
#5
Not sure if it helps, but I tried to fix it by myself. I looked at error in Visual Studio, and it has some more details.
The type 'T' must be valid unmanaged type....or struct type with all fields of unmanaged types...
I just changed 
Code:
where T : struct

to
Code:
where T : unmanaged
for RemoveRangeBurst and now it works fine for me.
Reply


Messages In This Thread
RE: Compilation error in Obi Softbody 6.3 - by sasinandrei - 23-11-2021, 11:42 PM