Skip to content

Commit

Permalink
debugging null cloudrendering
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Nov 21, 2024
1 parent 9e5aca5 commit 60b5252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unity/Assets/Scripts/AgentManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ private void captureScreenAsyncNew(
Camera camera
) {
var rm = camera.GetComponent<RenderingManager>();
Debug.Log($"-- is rendering manager null? {rm == null} rm {rm}");
rm.GetCaptureAsync("_img", payload, key);
}

Expand Down

0 comments on commit 60b5252

Please sign in to comment.