Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unity 2019.3.12
#2
(01-05-2020, 01:18 PM)Kristaps Wrote: Hello!

I wanted to check how Obi products work with the latest Unity version but it looks that there is some bug!
( Not sure if it's Unity or Obi bug )

Created a new empty project and imported the latest Obi Rope.
After want to use in code ObiActor or other Obi components receive an error that can't find a reference to such class?!

Switched to Unity 2019.3.11 and everything works fine there!
Can use in code ObiActor etc.

P.S. Also the example code throws errors in Visual Studio!

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?
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