Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ settings
Method
settings
unity_cli/api/build.py:17–19 ·
view source on GitHub ↗
Get current build settings.
(self)
Source
from the content-addressed store, hash-verified
15
self._conn = conn
16
17
def
settings(self) -> dict[str, Any]:
18
""
"Get current build settings."
""
19
return
self._conn.send_request(
"build"
, {
"action"
:
"settings"
})
20
21
def
build(
22
self,
Callers
2
test_settings_sends_build_command
Method · 0.80
build_settings
Function · 0.80
Calls
1
send_request
Method · 0.80
Tested by
1
test_settings_sends_build_command
Method · 0.64