Search Issue Tracker
Active
Under Consideration for 2022.3.X
Votes
0
Found in
2022.3.0f1
Issue ID
UUM-78352
Regression
No
FileNotFoundException is thrown after entering play mode in Small Scale Competitive Multiplayer template project
Steps to reproduce:
- Create a new Small Scale Competitive Multiplayer template project
- Enter play mode
Expected results: No warnings or errors are thrown
Actual results: Error is thrown:
{code:java}
FileNotFoundException: StartupConfiguration.json not found, please open the bootstrapper to create a default configuration file (menu Window > Multiplayer > Bootstrapper)
Unity.Template.Multiplayer.NGO.Runtime.ConfigurationManager.LoadConfigurationFromFile (System.String configFilePath, System.Boolean createIfNotExists, System.Boolean updateIfOutdated) (at Assets/Scripts/Runtime/Shared/ConfigurationManager.cs:176)
Unity.Template.Multiplayer.NGO.Runtime.ConfigurationManager..ctor (UnityEngine.MonoBehaviour routineRunner, System.String configFilePath, System.Action`1[T] onFinished) (at Assets/Scripts/Runtime/Shared/ConfigurationManager.cs:113)
Unity.Template.Multiplayer.NGO.Runtime.CustomNetworkManager.OnApplicationStarted () (at Assets/Scripts/Runtime/Shared/CustomNetworkManager.cs:74) {code}
Reproducible with versions: 2022.3.0f1, 2022.3.43f1
Could not test with: 2022.2.21f1 (Small Scale Competitive Multiplayer template is not available)
Tested on (OS): Ubuntu 20
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
Add comment