Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_scenes_sends_build_command
Method · 0.80
build_scenes
Function · 0.80
Calls
1
send_request
Method · 0.80
Tested by
1
test_scenes_sends_build_command
Method · 0.64