We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd374f commit cf80b14Copy full SHA for cf80b14
Tests/Runtime/RuntimeTestUtility.cs
@@ -36,7 +36,7 @@ public static void AddSceneToBuild(string GUID)
36
}
37
38
// Add the test scene
39
- var dialogueRunnerTestScene = new EditorBuildSettingsScene(new GUID(GUID), true);
+ var dialogueRunnerTestScene = new EditorBuildSettingsScene(new UnityEngine.GUID(GUID), true);
40
EditorBuildSettings.scenes = EditorBuildSettings.scenes.Concat(new[] { dialogueRunnerTestScene }).ToArray();
41
#endif
42
0 commit comments