Tag: asset-management

Type: All Skills Tools
skill ★ 19

Withdraw USDC or USDsui from savings

Withdraw USDC or USDsui from savings back to a checking balance while ensuring the health factor remains above the liquidation threshold. It supports atomic, bundled transactions to repay debt and withdraw funds in a single signature.

mission69b/t2000 sui-network defi asset-management t2000
tool ★ 2,786

List All Unity Project Shaders

Retrieves a list of all available shader names within the Unity project assets and packages. This is useful for identifying specific shaders required for material creation.

IvanMurzak/Unity-MCP unity shader-listing mcp asset-management
tool ★ 2,786

Create Unity Material Assets

Generates new material assets at a specified path using a provided shader name. The tool automatically creates any required directories recursively within the project.

IvanMurzak/Unity-MCP unity mcp material-creation asset-management
tool ★ 2,786

Move and rename Unity project assets

Moves assets between specified paths within a Unity project and performs an AssetDatabase.Refresh() upon completion. It is primarily used for renaming assets by relocating them to new paths.

IvanMurzak/Unity-MCP unity asset-management mcp file-manipulation
tool ★ 2,786

Delete Unity Project Assets

Deletes assets at specified paths within a Unity project and performs an AssetDatabase.Refresh() upon completion.

IvanMurzak/Unity-MCP unity asset-management mcp file-deletion
tool ★ 2,786

Create Folders in Unity Projects

Creates new folders within a Unity project's Assets directory by specifying parent paths and new folder names. The operation returns the GUIDs of the newly created folders and triggers an AssetDatabase refresh.

IvanMurzak/Unity-MCP unity mcp folder-creation asset-management
tool ★ 2,786

Unity Asset Copying Tool

Copies Unity assets from specified source paths to new destination paths and triggers an AssetDatabase refresh. This tool is designed for use within the Unity MCP ecosystem.

IvanMurzak/Unity-MCP unity mcp asset-management automation