Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obsolete function warnings in Unity 2021.3.2f1 with Obi 6.4
#2
Hi there!

Yes, these are known issues. However they're just warnings about Unity deprecating certain APIs, the engine should work fine regardless. Obi 7 (which I'm working on) will only be compatible with Unity 2021.3.0 and up, and will cease to use older APIs from previous Unity versions.

You can try replacing NativeMultilevelGrid.cs with the one I'm attaching, which makes use of the generic version of UnsafeList. This should get rid of the warnings.

kind regards,


Attached Files
.cs   NativeMultilevelGrid.cs (Size: 8.78 KB / Downloads: 19)
Reply


Messages In This Thread
RE: Obsolete function warnings in Unity 2021.3.2f1 with Obi 6.4 - by josemendez - 01-06-2022, 12:59 PM