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
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Add comment