Building for web
This commit is contained in:
parent
3651adbef8
commit
395535b947
21 changed files with 197 additions and 37 deletions
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
|
||||
#if UNITY_EDITOR
|
||||
using DungeonGenerator;
|
||||
using UnityEditor;
|
||||
using UnityEditor.SceneTemplate;
|
||||
|
|
@ -41,3 +44,4 @@ public class NewDungeonTemplatePipeline : ISceneTemplatePipeline
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue