Memo
확인된 버전
2019.4.9f1
[1] 다크모드 여부 확인
1
2
3
4
EditorGUIUtility.isProSkin;
// true : 다크모드
// false : 일반모드(Light)
[2] 모드 변경하기
1
UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews();
2019.4.9f1
1
2
3
4
EditorGUIUtility.isProSkin;
// true : 다크모드
// false : 일반모드(Light)
1
UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews();