MCPcopy 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

build_settingsFunction · 0.80

Calls 1

send_requestMethod · 0.80

Tested by 1