중간 저장
This commit is contained in:
@@ -17,11 +17,11 @@ namespace XED
|
||||
#if UNITY_EDITOR
|
||||
static List<TwinContainer> twinContainerList = new();
|
||||
|
||||
[MenuItem("Tools/TwinObjectsSetting")]
|
||||
public static void TwinObjectsSetting()
|
||||
{
|
||||
AutomateTwinObjectSetup();
|
||||
}
|
||||
//[MenuItem("Tools/TwinObjectsSetting")]
|
||||
//public static void TwinObjectsSetting()
|
||||
//{
|
||||
// AutomateTwinObjectSetup();
|
||||
//}
|
||||
|
||||
//존재하지 않은 폴더의 경우 해당 폴더를 생성해주는 메서드
|
||||
static void CreateFolder(string folderPath)
|
||||
|
||||
Reference in New Issue
Block a user