Upgrading to Unity 2018.3
Upgrading to Unity 2018.1
Upgrading to Unity 2018.2
This page lists any changes in 2018.2 which might affect existing projects when you upgrade from earlier versions of Unity
*
UIElements.ContextualMenu changes
The UIElements.ContextualMenu
menu action callbacks now takes a ContextualMenu.MenuAction
parameter instead of an EventBase
parameter.
ContextualMenu.InsertSeparator
takes an additional string
parameter.
Multiplayer: The deprecated legacy networking APIs have been removed (RakNet based)
This feature was deprecated in Unity 5.1 and has now been removed. You can no longer use it in your projects in Unity 2018.2.
See the Multiplayer and Networking section for more information on networkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary in Unity.
Photoshop Data file (PSD) import using transparency
When having actual transparency, Photoshop will tweak pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary colors to blend them with matte (background) color. The process of preparing alpha channels properly is described in our how to prepare alpha channels documentation.
You can ignore dilation in this document, the important part is the note that states that you want to have an “opaque” image with a separate alpha channel/mask (instead of having transparency). Unity tweaked colors to “remove” matte, but this has ceased as of 2018.2. If you had PSD with transparency you might start seeing white color on the edges. To fix this, consult the manual link above and make an actual alpha channel (instead of transparency).
For more information about what’s new in 2018.2 and for more detailed upgrade notes, see the 2018.2 Release Notes.|
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!
Upgrading to Unity 2018.3
Upgrading to Unity 2018.1