You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"get_stats returns lightweight scene statistics (rootCount, totalObjects, rendererCount, lightCount, cameraCount, etc.) — use for quick scene validation. "
19
20
"Modifying actions: create, load, save. "
20
21
"screenshot supports include_image=true to return an inline base64 PNG for AI vision. "
21
22
"screenshot with batch='surround' captures 6 angles around the scene (no file saved) for comprehensive scene understanding. "
@@ -36,6 +37,7 @@ async def manage_scene(
36
37
"get_hierarchy",
37
38
"get_active",
38
39
"get_build_settings",
40
+
"get_stats",
39
41
"screenshot",
40
42
"scene_view_frame",
41
43
], "Perform CRUD operations on Unity scenes, capture screenshots, and control the Scene View camera."],
0 commit comments