added indicators to quest on ch02, added alternative quest branch, added scene to build, changed scene loading patern

This commit is contained in:
2025-04-15 10:53:22 +02:00
parent 4e929c3bbd
commit 5c0c920beb
7 changed files with 1692 additions and 1245 deletions

View File

@@ -2,6 +2,8 @@ using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
namespace Beyond {
public class DebugDisableEnemies
{
@@ -90,3 +92,5 @@ public class DebugDisableEnemies
}
}
}
#endif