This commit is contained in:
kridoo
2026-01-12 09:39:28 +08:00
parent 333a4f3ecb
commit ac041525cc
67 changed files with 43293 additions and 3266 deletions

View File

@@ -21,11 +21,11 @@ public class PermissionRequest : MonoBehaviour
{
if (hasFocus)
{
Debug.Log("应用程序获得焦点OnApplicationFocus" + hasFocus);
//Debug.Log("应用程序获得焦点OnApplicationFocus" + hasFocus);
}
else
{
Debug.Log("应用程序失去焦点OnApplicationFocus" + hasFocus);
//Debug.Log("应用程序失去焦点OnApplicationFocus" + hasFocus);
}
if (hasFocus)