[에셋] Disable Logs Easy
Unity 2021.3.37f1
----
기존에 Custom Debug.cs를 만들어서 Plugins 폴더에 넣고 Debug.Log 사용 유무를 제어했었는데,
스토어 둘러보다보니 Disable Logs Easy라는게 보여서 살펴보니 좋아보인다.
게다가 Free..
기존의 Debug.cs를 제거하고 이걸로 교체 함.
[링크] https://assetstore.unity.com/packages/tools/utilities/disable-logs-easy-206473
Disable Logs Easy | 유틸리티 도구 | Unity Asset Store
Use the Disable Logs Easy from Dev Dunk Studio on your next project. Find this utility tool & more on the Unity Asset Store.
assetstore.unity.com
[참조] https://blueasa.tistory.com/1024
디바이스에서 Debug.Log 메시지 출력하지 않도록 하기
[추가] 2024-04-17 #define으로 Editor, Device등 원하는 곳에 띄울 수 있게 약간 변형함 #if UNITY_EDITOR #define MY_DEBUG #endif using UnityEngine; using System.Collections; using System; using UnityEngine.Internal; /// /// It overrides Uni
blueasa.tistory.com
'Unity3D > Plugins' 카테고리의 다른 글
[Github] Stylized Water for Unity (0) | 2024.05.30 |
---|---|
[펌] Editor Iteration Profiler (EIP) (0) | 2024.05.28 |
[Lunar Mobile Console - PRO] Actions and Variables Sample (0) | 2024.04.18 |
[펌] AppIconChangerUnity - Change the app icon dynamically in Unity (iOS only) (0) | 2024.03.22 |
[Obfuscator] Rename : nameTranslation.txt (0) | 2023.12.08 |