assets-create-folder

Create folders within the Assets directory and refresh the AssetDatabase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the creation of new folders within the 'Assets/' directory, ensuring proper organization of assets, and updates the AssetDatabase to reflect the changes.

Core Features & Use Cases

  • Folder Creation: Creates new folders under specified parent folders within 'Assets/'.
  • AssetDatabase Refresh: Ensures the AssetDatabase is up-to-date with the new folders.
  • Use Case: Ideal for structuring asset folders during project setup or when reorganizing assets.

Quick Start

Create a new folder named 'Textures' inside 'Assets/Textures/ParentFolder/' using the assets-create-folder skill.

Frequently Asked Questions about assets-create-folder

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

FAQPage Schema
How do I create a new folder inside the Assets directory in Unity?

To create a new folder inside the Assets directory in Unity, you need to generate the folder path and refresh the AssetDatabase. This ensures folder creation integrity and synchronizes the project database without manual checks.

Why does my newly created Unity folder not show up until I refresh the AssetDatabase?

Newly created Unity folders may not show up because the AssetDatabase requires a refresh to recognize file system changes. Automating this refresh during folder creation ensures the database is up-to-date and prevents missing asset references.

What is the best way to automate asset organization in a Unity project?

The best way to automate asset organization in a Unity project is by programmatically creating folders within the Assets directory and updating the AssetDatabase. This approach is ideal for structuring folders during project setup or reorganization.

Can I create nested folders under Assets without manual checks in Unity?

Yes, you can create nested folders under Assets without manual checks in Unity by using a script that handles folder creation integrity. It automatically establishes the specified parent folder structure and updates the AssetDatabase.

Does creating folders in Unity automatically update the AssetDatabase?

Creating folders in Unity does not automatically update the AssetDatabase unless explicitly triggered. You must refresh the AssetDatabase after folder creation to ensure the project recognizes the new directory structure immediately.

How do I structure asset folders during Unity project setup?

To structure asset folders during Unity project setup, create the required directories within the Assets folder and trigger an AssetDatabase refresh. This organizes your assets properly and ensures the editor recognizes the new structure.