FusionLauncher

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Fusion.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

FusionLauncher: Failed to switch scenes: Fusion.AssertException

squirrel
2022-04-21 07:52:32

I get this error after reimporting a prefab. I'm not changing anything, just reimporting it.

The prefab has the Network Object component on it.

The error occurs on both 1.0.0 (stable) and 1.1.0 (nightly; Build 458)

[Fusion] [NetworkSceneManager] FusionLauncher: Failed to switch scenes: Fusion.AssertException: Exception of type 'Fusion.AssertException' was thrown.    
  at Fusion.Assert.Check (System.Boolean condition) [0x00009] in Fusion\Fusion.Common\Assert.cs:51     
  at Fusion.NetworkSceneManagerBase.FindNetworkObjects (UnityEngine.SceneManagement.Scene scene, System.Boolean disable, System.Boolean addVisibilityNodes) [0x0006c] in Assets\Photon\Fusion\Scripts\Prototyping\NetworkSceneManagerBase.cs:113     
  at Fusion.NetworkSceneManagerDefault+<SwitchSceneSinglePeer>d__5.MoveNext () [0x0012c] in Assets\Photon\Fusion\Scripts\Prototyping\NetworkSceneManagerDefault.cs:149     
  at Fusion.NetworkSceneManagerBase+<SwitchSceneWrapper>d__28.MoveNext () [0x000bb] in Assets\Photon\Fusion\Scripts\Prototyping\NetworkSceneManagerBase.cs:228     
UnityEngine.Debug:LogError (object,UnityEngine.Object)    
Fusion.FusionUnityLogger:Log<Fusion.Log/DefaultContext> (Fusion.LogType,string,Fusion.Log/DefaultContext&,string) (at Assets/Photon/Fusion/Scripts/FusionUnityLogger.cs:123)    
Fusion.Log:Error (object) (at Fusion/Fusion.Common/Log.T4.cs:229)    
Fusion.NetworkSceneManagerBase:LogError (string) (at Assets/Fusion/Scripts/Prototyping/NetworkSceneManagerBase.cs:201)    
Fusion.NetworkSceneManagerBase/<SwitchSceneWrapper>d    

Comments

ramonmelo
2022-06-15 14:36:56

Hi @squirrel ,

Can you update to the latest SDK build and check again?

--

Ramon Melo

Photon Bolt Team

Back to top