查詢中

搜尋技能

為您的 Agent 尋找最完美的能力。

結果數
5,123
符合搜尋條件的技能
當前頁
34
共 257 頁
關鍵字
mcp
按名稱、標籤或描述搜尋
database-tools
2K

assets-move

Move the assets at paths in the project. Should be used for asset rename. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before moving.

IvanMurzak
IvanMurzak
databases
open
ecommerce-development
2K

assets-material-create

Create new material asset with default parameters. Creates folders recursively if they do not exist. Provide proper 'shaderName' - use 'assets-shader-list-all' tool to find available shaders.

IvanMurzak
IvanMurzak
development
open
frontend
2K

object-modify

Modify the specified Unity Object. Allows direct modification of object fields and properties. Use 'object-get-data' first to inspect the object structure before modifying.

IvanMurzak
IvanMurzak
development
open
gaming
2K

assets-prefab-create

Create a prefab from a GameObject in the current active scene. The prefab will be saved in the project assets at the specified path. Use 'gameobject-find' tool to find the target GameObject first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

assets-prefab-open

Open prefab edit mode for a specific GameObject. In the Edit mode you can modify the prefab. The modification will be applied to all instances of the prefab across the project. Note: Please use 'assets-prefab-close' tool later to exit prefab editing mode.

IvanMurzak
IvanMurzak
development
open
gaming
2K

editor-application-set-state

Control the Unity Editor application state. You can start, stop, or pause the 'playmode'. Use 'editor-application-get-state' tool to get the current state first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-component-add

Add Component to GameObject in opened Prefab or in a Scene. Use 'gameobject-find' tool to find the target GameObject first. Use 'gameobject-component-list-all' tool to find the component type names to add.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-component-destroy

Destroy one or many components from target GameObject. Can't destroy missed components. Use 'gameobject-find' tool to find the target GameObject and 'gameobject-component-get' to get component details first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-component-modify

Modify a specific Component on a GameObject in opened Prefab or in a Scene. Allows direct modification of component fields and properties without wrapping in GameObject structure. Use 'gameobject-component-get' first to inspect the component structure before modifying.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-create

Create a new GameObject in opened Prefab or in a Scene. If needed - provide proper 'position', 'rotation' and 'scale' to reduce amount of operations.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-destroy

Destroy GameObject and all nested GameObjects recursively in opened Prefab or in a Scene. Use 'gameobject-find' tool to find the target GameObject first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-duplicate

Duplicate GameObjects in opened Prefab or in a Scene. Use 'gameobject-find' tool to find the target GameObjects first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-modify

Modify GameObject fields and properties in opened Prefab or in a Scene. You can modify multiple GameObjects at once. Just provide the same number of GameObject references and SerializedMember objects.

IvanMurzak
IvanMurzak
development
open
gaming
2K

gameobject-set-parent

Set parent GameObject to list of GameObjects in opened Prefab or in a Scene. Use 'gameobject-find' tool to find the target GameObjects first.

IvanMurzak
IvanMurzak
development
open
gaming
2K

scene-create

Create new scene in the project assets. Use 'scene-list-opened' tool to list all opened scenes after creation.

IvanMurzak
IvanMurzak
development
open
gaming
2K

scene-unload

Unload scene from the Opened scenes in Unity Editor. Use 'scene-list-opened' tool to get the list of all opened scenes.

IvanMurzak
IvanMurzak
development
open
gaming
2K

screenshot-game-view

Captures a screenshot from the Unity Editor Game View and returns it as an image. Reads the Game View's own render texture directly via the Unity Editor API. The image size matches the current Game View resolution. Returns the image directly for visual inspection by the LLM.

IvanMurzak
IvanMurzak
development
open
gaming
2K

unity-skill-create

Create a new skill using C# code. It will be added into the project as a .cs file and compiled by Unity. The skill will be available for use after compilation. It must be a partial class decorated with [McpPluginToolType]. Each tool method must be decorated with [McpPluginTool]. The class name should match the file name. All Unity API calls must use com.IvanMurzak.ReflectorNet.Utils.MainThread.Instance.Run(). Return a data model for structured output, or void for side-effect-only operations. Full sample: ```csharp #nullable enable using System; using System.ComponentModel; using com.IvanMurzak.McpPlugin; using com.IvanMurzak.ReflectorNet.Utils; using com.IvanMurzak.Unity.MCP.Editor.Utils; using com.IvanMurzak.Unity.MCP.Runtime.Data; using UnityEditor; using UnityEngine; namespace com.IvanMurzak.Unity.MCP.Editor.API { [McpPluginToolType] public partial class Tool_Sample { [McpPluginTool("sample-get", Title = "Sample / Get")] [Description("Finds a GameObject and returns its ref d

IvanMurzak
IvanMurzak
development
open
package-distribution
2K

assets-modify

Modify asset file in the project. Use 'assets-get-data' tool first to inspect the asset structure before modifying. Not allowed to modify asset file in 'Packages/' folder. Please modify it in 'Assets/' folder.

IvanMurzak
IvanMurzak
development
open
上一頁
第 34 頁 / 共 257 頁
下一頁