Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Importing Obi Rope in Unity 2020.1.0b1 fails
#11
Hi,

I have seen your answer on the other thread:

Quote:Total silence from Apple. They haven't followed trough with this, not on their support forums or the bug report.

Our roadmap now looks like this:
- Rollback to 11.3.1 to compile new libraries with. 
- Release Obi 5.4, compiled with 11.3.1, to ensure backwards bitcode compatibility without the need to use 5.1.
- Haste development of the Burst port, to ensure forward compatibility with future Xcode versions

So I am looking forward to Obi 5.4!

Thanks and have a good day!
Reply
#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