24-04-2024, 08:55 AM
Well... I must be dumb or something.
I was saying that Obi 6.5 was the same as our Obi 6.4 issue... but in fact Obi 6.5 will fix the issue we have because the Shape initialization changed!
Obi 6.4
Obi 6.5
So that was just it
Sorry for all the noise. Next time I'll do more researches before asking around!
I was saying that Obi 6.5 was the same as our Obi 6.4 issue... but in fact Obi 6.5 will fix the issue we have because the Shape initialization changed!
Obi 6.4
Code:
colliderShapes.Add(new ColliderShape());
Obi 6.5
Code:
colliderShapes.Add(new ColliderShape() { materialIndex = -1, rigidbodyIndex = -1});
So that was just it
Sorry for all the noise. Next time I'll do more researches before asking around!