-
Notifications
You must be signed in to change notification settings - Fork 517
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
feat: upgrade to 2022.3.22f1 LTS [MTT-8194] [MTT-8160] #884
Conversation
@Elfi0Kuhndorf I pushed up a fix for the ClientLoadingScreen issue. Could you retest the condition that brought up the error? As for the second ParrelSync item, let's create a task for that with the logs that it generates, since I can't seem to reproduce ParrelSync errors. We'll address that in a new PR. |
Thanks! I will test if the issues still comes up. Regarding the Parrel Sync Issue I will try to reproduce it and if it occurs again make a ticket out of it. |
I tested if the Null Reference Exeption still comes up and it did not, the issue seems fixed. |
Description
This PR upgrades the project to the newest LTS (2022.3.22f1).
Included in this PR too is Yamato tests being re-enabled for 2022.3.x. It was previously fixed for a certain version but now Yamato tests will use the latest 2022.3 LTS version available.
One last thing is a fix inside
ClientLoadingScreen.cs
, where a null reference exception was being triggered when a LoadingProgressManager instance was being destroyed before ClientLoadingScreen.Issue Number(s)
MTT-8194
MTT-8160
Contribution checklist