-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Unity 6 [MTT-9275] #890
Conversation
88bba75
to
3de1929
Compare
3de1929
to
3ac4085
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes to make!
I had a few warnings when I opened the project for deprecated API. Those should probably be addressed with this upgrade -- I'll send those offline.
ProjectSettings/Packages/com.unity.learn.iet-framework/Settings.json
Outdated
Show resolved
Hide resolved
22eb507
to
308b377
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I created a task to go through the rest of the warnings.
Let's wait to hear back from QA on the Android test.
This reverts commit e161887.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make a ticket to bump up the editor version when it's okay to do so.
Otherwise, good to go!
Description
This PR upgrades Boss Room to the newly released Unity 6 LTS, specifically version 6000.0.25f1.
It also includes an upgrade of the Netcode for GameObjects package to version 2.0.0.
With the release of Unity 6 the Multiplayer Play Mode package is now available to simulate up to four virtual players in the Editor for better multiplayer testing. We have replaced ParrelSync with Multiplayer Play Mode.
Issue Number(s)
MTT-9275
MTT-8706
Contribution checklist