-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Overview
To get the Mixed Reality Toolkit closer to the upcoming Unity 2018 LTS release, it will need to update to 2018.3 and drop support for 2018.1 and 2018.2.
This will be a breaking change as Unity has changed prefab formats in 2018.3.
Requirements
- Check for 2018.3 or newer on
- Project load
- Package import
- Display a message indicating an unsupported version is being used and allow user to:
- Continue (and expect errors / incorrect behavior)
- Close the editor
- Project loads without script warnings
- Apps behave as previously