Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Importing Obi Rope in Unity 2020.1.0b1 fails
#12
If you want to get 5.1 running in 2020.1, open up ObiConstraints.cs and add [NonSerialized] in front of the protected ObiConstraints<T> source; declaration, like this:

[NonSerialized] protected ObiConstraints<T> source;

that should fix the issue.
Reply


Messages In This Thread
RE: Importing Obi Rope in Unity 2020.1.0b1 fails - by josemendez - 04-05-2020, 06:06 PM