local script = ... script.Awake = function() -- create an instance from a Inspector assigned prefab script.go = Object.Instantiate(script.InspectorPrefab) end script.Update = function() -- make it ...
Welcome to the Unity MCP repository! Here you will find a Unity MCP server that allows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions. This server is designed to streamline ...