Unity Plugin 5.12.0 Release #1217
MaxPalmer-UH
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unity Plugin 5.12.0 has just been released.
This release deprecates significant parts of the plugin code, in preparation for a future breaking change release*. The signposting of these changes will hopefully raise awareness of what is coming among users and provide a window for feedback.
In line with Unity's end of support of Unity 2019 LTS, we will no longer be actively supporting Unity 2019.
Headline features of 5.12.0 include:
We have deprecated some functionality and are preapring to move core utilities into a separate package.
If you are using classes and methods that are marked as obsolete and will be moved to the new legacy package without a replacement, you may wish to use "#pragma warning disable 0618" at the start and "#pragma warning restore 0618" at the end of your method that makes use of it to suppress the warnings.
If you have any concerns about this, please contact us on Github Discussions
Full Changelog (Tracking Package)
Documentation
Discussions
Community Support
Thanks to our contributors:
@MaxPalmer-UH / @DrMaxP
@Craig-J
@MattFiler
@Dwarph
@rorygames
@rblenkinsopp
@JuliaRonnebergerUL
@MattGrayUL
Beta Was this translation helpful? Give feedback.
All reactions