AssertionException: The scene catalog has not been loaded yet
Assertion failure. Value was False
Expected: True
at UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) [0x0003c] in C:\buildslave\unity\build\Runtime\Export\Assertions\Assert\AssertBase.cs:29
at UnityEngine.Assertions.Assert.IsTrue (System.Boolean condition, System.String message) [0x00009] in C:\buildslave\unity\build\Runtime\Export\Assertions\Assert\AssertBool.cs:20
at Unity.Assertions.Assert.IsTrue (System.Boolean condition, System.String message) [0x00008] in H:\Users\GAB\Documents\Unity\Bullet Hell\Library\PackageCache\com.unity.entities@0.17.0-preview.41\Unity.Entities\Stubs\Unity.Assertions\Assert.cs:24
at Unity.Scenes.SceneSystem.GetSceneGUID (System.String scenePath) [0x00001] in H:\Users\GAB\Documents\Unity\Bullet Hell\Library\PackageCache\com.unity.entities@0.17.0-preview.41\Unity.Scenes\SceneSystem.cs:97
at Unity.Scenes.GameObjectSceneUtility.AddGameObjectSceneReferences () [0x0003c] in H:\Users\GAB\Documents\Unity\Bullet Hell\Library\PackageCache\com.unity.entities@0.17.0-preview.41\Unity.Scenes\GameObjectSceneUtility.cs:93
at Unity.Entities.AutomaticWorldBootstrap.Initialize () [0x0000d] in H:\Users\GAB\Documents\Unity\Bullet Hell\Library\PackageCache\com.unity.entities@0.17.0-preview.41\Unity.Entities.Hybrid\Injection\AutomaticWorldBootstrap.cs:17
(Filename: C:/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertBase.cs Line: 29)
I get this error when my “main menu” scene is loaded, which does not use ECS. The scene with ECS is loaded later on. No idea what could be causing this. Any suggestions?