Skip to content

Commit ebee026

Browse files
committed
fix failing test
1 parent 6b29c9c commit ebee026

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

Packages/com.mygamedevtools.scene-loader/Runtime/Utilities/SceneDataUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public static bool TryGetSceneDataByLoadSceneInfo(ILoadSceneInfo loadSceneInfo,
171171
}
172172
}
173173

174-
Debug.LogWarning($"Unable to get an {nameof(ISceneData)} with the load scene info {loadSceneInfo}.");
174+
Debug.LogWarning($"Unable to get an {nameof(ISceneData)} with the load scene info {loadSceneInfo}. Is the scene loaded?");
175175
sceneData = default;
176176
return false;
177177
}

0 commit comments

Comments
 (0)