(01-05-2020, 01:26 PM)josemendez Wrote: Hi,
We are unable to reproduce this. Make sure you're declaring to use the Obi namespace:
Code:using Obi;
at the top of your scripts. If this isn't the cause, could you please share with us the errors you're getting?
Yep - all that done!
Did you try with 2019.3.12?
As soon switch from 2019.3.11 to 2019.3.12 get errors like:
Code:
/Assets/Obi/Samples/RopeAndRod/SampleResources/Scripts/RuntimeRopeGenerator.cs(25,25): Error CS0246: The type or namespace name 'ObiCollider' could not be found (are you missing a using directive or an assembly reference?) (CS0246)
What are you using for code editing? ( will try to update to latest Visual Studio )