Search Issue Tracker
Active
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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Add comment