Union - Unity MCP Server
JSON →An MCP server for managing and interacting with Unity projects.
Tools · 10
- get_asset_contents Get the full contents of an asset or sub-asset.
- copy_asset Copy an asset to a new path.
- import_asset Import an asset from the filesystem into Unity.
- get_asset_importer Get the importer settings for an asset.
- open_prefab Open a Unity prefab in isolation mode so that it can be edited.
- open_scene Open a scene
- close_scene Close an open scene
- save_scene Save the current scene. If the scene is not dirty, this will do nothing.
- get_game_object Get the details of a game object in a loaded scene or prefab by its hierarchy path.
- test_active_scene Test the active scene by entering play mode and running for a given number of seconds.
Links
★ 34 GitHub stars