Obi Official Forum
Bug / Crash Importing Obi Rope in Unity 2020.1.0b1 fails - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Bug / Crash Importing Obi Rope in Unity 2020.1.0b1 fails (/thread-2095.html)

Pages: 1 2


RE: Importing Obi Rope in Unity 2020.1.0b1 fails - brun.quentin - 04-05-2020

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!


RE: Importing Obi Rope in Unity 2020.1.0b1 fails - josemendez - 04-05-2020

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.