This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using TMPro; | |
| using Unity.Cinemachine; | |
| using UnityEngine; | |
| using UnityEngine.UI; | |
| using UnityUtils; | |
| [DisallowMultipleComponent] | |
| public class EnemyWorldUI : MonoBehaviour { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using UnityEngine; | |
| using UnityEditor; | |
| using static System.IO.Directory; | |
| using static System.IO.Path; | |
| using static UnityEditor.AssetDatabase; | |
| public static class Setup | |
| { | |
| [MenuItem("Tools/Setup/Create Default Folders")] |