카테고리 없음
유니티 Debug 로그 없애기
kmings
2024. 11. 20. 21:36
728x90
상단에 아래 코드를 추가하면 됩니다.
UnityEngine.Debug.unityLogger.logEnabled = false;