Building for web

This commit is contained in:
Max 2025-03-05 15:54:40 +01:00
parent 3651adbef8
commit 395535b947
21 changed files with 197 additions and 37 deletions

View file

@ -1,3 +1,6 @@
#if UNITY_EDITOR
using DungeonGenerator;
using UnityEditor;
using UnityEditor.SceneTemplate;
@ -41,3 +44,4 @@ public class NewDungeonTemplatePipeline : ISceneTemplatePipeline
}
}
}
#endif