assets-move

Move assets within Unity projects and update the AssetDatabase automatically.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill assets-move-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-move
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/assets-move
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill assets-move-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of moving or renaming assets within Unity projects, reducing manual effort and ensuring the AssetDatabase is updated accordingly.

Core Features & Use Cases

  • Asset Movement: Move assets at specified paths with precision.
  • Asset Database Refresh: Ensures the AssetDatabase is updated after asset moves.
  • Use Case: When reorganizing assets in a Unity project, use this Skill to move assets to new locations and refresh the AssetDatabase for seamless project continuity.

Quick Start

Use the assets-move skill to move assets from 'Assets/Characters' to 'Assets/Characters/NewLocation/'.

Frequently Asked Questions about assets-move

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I move Unity assets to a new directory and refresh the AssetDatabase automatically?

To move Unity assets to a new directory and refresh the AssetDatabase automatically, you can use a dedicated asset movement utility that executes path manipulation operations and triggers an AssetDatabase update for seamless project continuity.

What is the best way to reorganize assets in a Unity project without breaking references?

The best way to reorganize assets in a Unity project without breaking references is to use an automated asset management tool that moves specified paths and updates the AssetDatabase to ensure seamless project continuity.

Does moving assets in Unity require manual AssetDatabase refresh?

Moving assets in Unity does not require manual AssetDatabase refresh if you use an automated asset movement utility, which ensures the AssetDatabase is updated automatically after the asset moves are completed.

Can I move multiple Unity assets to a new location using scripts?

Yes, you can move multiple Unity assets to a new location using scripts designed for asset reorganization, which handle path manipulation and automatically update the AssetDatabase for project continuity.

Why are moved assets missing in the Unity Editor until I refresh?

Moved assets are missing in the Unity Editor until you refresh because the AssetDatabase has not been updated, so using an automated asset movement skill ensures the AssetDatabase is refreshed immediately after moving.