Tag: unity-engine
List Installed Unity Project Packages
Retrieves a list of all Unity Package Manager (UPM) packages installed in a project. It supports filtering by package source, name, or description, and can be restricted to direct dependencies.
Unity GameObject Creation Tool
Create new GameObjects within an active Unity scene or prefab, with support for specifying transform properties and primitive types.
Retrieve Unity Editor Console Logs
Retrieves Unity Editor logs with options to filter by log type, limit entry counts, and include stack traces. This tool facilitates debugging and monitoring of Unity Editor activity via the MCP interface.
Instantiate Unity Prefabs in Active Scene
Instantiates a specified prefab at a given GameObject path within the active Unity scene. Supports configuring transform properties including position, rotation, and scale in either world or local space.
Unity Asset Database Search Tool
Search the Unity project asset database using filters for names, labels, types, or glob patterns. The tool returns metadata including asset paths, GUIDs, and types for identified objects.