From e80f8154707950ac0a867c16e00baff2d1ad512c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=8B=8B?= <3077614386@qq.com> Date: Thu, 2 Jan 2025 18:42:00 +0800 Subject: [PATCH] 001 --- GQ_URP/GQ/Assets/script/GameManager.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GQ_URP/GQ/Assets/script/GameManager.cs b/GQ_URP/GQ/Assets/script/GameManager.cs index b11ce9238..f3813a68a 100644 --- a/GQ_URP/GQ/Assets/script/GameManager.cs +++ b/GQ_URP/GQ/Assets/script/GameManager.cs @@ -769,6 +769,9 @@ public class GameManager : MonoBehaviour break; } } + else { + j++; + } Debug.Log("##04.5 Count:" + ENVs.Count); } Debug.Log("j:" + j);