Obi Official Forum

Full Version: Importing Obi Rope in Unity 2020.1.0b1 fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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!
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.
Pages: 1 2