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
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
- UI breaks when Multiplayer Center window section divider is moved too far
- Adaptive Performance documentation link leads to outdated package documentation when the documentation hyperlink is pressed in the Project Settings window
Add comment