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:

  1. Create a new Small Scale Competitive Multiplayer template project
  2. 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

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.