From 60b52523e90dcdb630e7cf3e4502154d3dd1a1e0 Mon Sep 17 00:00:00 2001 From: AlvaroHG Date: Wed, 20 Nov 2024 19:38:19 -0800 Subject: [PATCH] debugging null cloudrendering --- unity/Assets/Scripts/AgentManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/unity/Assets/Scripts/AgentManager.cs b/unity/Assets/Scripts/AgentManager.cs index 2a8f6f97b6..71de28dcb3 100644 --- a/unity/Assets/Scripts/AgentManager.cs +++ b/unity/Assets/Scripts/AgentManager.cs @@ -1159,6 +1159,7 @@ private void captureScreenAsyncNew( Camera camera ) { var rm = camera.GetComponent(); + Debug.Log($"-- is rendering manager null? {rm == null} rm {rm}"); rm.GetCaptureAsync("_img", payload, key); }