Posts 유니티 - 에디터 다크모드 여부 스크립트로 확인하기
Post
Cancel

유니티 - 에디터 다크모드 여부 스크립트로 확인하기

Memo


확인된 버전

  • 2019.4.9f1


[1] 다크모드 여부 확인

1
2
3
4
EditorGUIUtility.isProSkin;

// true : 다크모드
// false : 일반모드(Light)


[2] 모드 변경하기

1
UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews();
This post is licensed under CC BY 4.0 by the author.