Tag: asset-management
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.
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.
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.
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.
Delete Unity Project Assets
Deletes assets at specified paths within a Unity project and performs an AssetDatabase.Refresh() upon completion.
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.
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.