Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unity 2019.3.12
#3
(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)
 Confundido
What are you using for code editing? ( will try to update to latest Visual Studio )

The developer of Area 86 
https://simdevs.com
Reply


Messages In This Thread
Unity 2019.3.12 - by Kristaps - 01-05-2020, 01:18 PM
RE: Unity 2019.3.12 - by josemendez - 01-05-2020, 01:26 PM
RE: Unity 2019.3.12 - by Kristaps - 01-05-2020, 01:32 PM
RE: Unity 2019.3.12 - by josemendez - 01-05-2020, 01:38 PM
RE: Unity 2019.3.12 - by Kristaps - 01-05-2020, 01:44 PM
RE: Unity 2019.3.12 - by josemendez - 01-05-2020, 01:53 PM
RE: Unity 2019.3.12 - by Kristaps - 01-05-2020, 02:40 PM