disable log

This commit is contained in:
vuong dinh hoang
2026-05-31 18:00:32 +07:00
parent 0d18d36fbb
commit 40849047b5
+1 -1
View File
@@ -95,7 +95,7 @@ public partial class CECGameRun : ITickable
public void Init()
{
#if !UNITY_EDITOR
// Debug.unityLogger.logEnabled = false;
Debug.unityLogger.logEnabled = false;
QualitySettings.vSyncCount = 0;
Application.targetFrameRate = 30;
#endif