MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / scenes

Method scenes

unity_cli/api/build.py:48–50  ·  view source on GitHub ↗

Get build scenes list.

(self)

Source from the content-addressed store, hash-verified

46 )
47
48 def scenes(self) -> dict[str, Any]:
49 """Get build scenes list."""
50 return self._conn.send_request("build", {"action": "scenes"})

Callers 2

build_scenesFunction · 0.80

Calls 1

send_requestMethod · 0.80

Tested by 1