{"id":28712361,"url":"https://github.com/emirbesir/unity-folder-generator","last_synced_at":"2026-04-25T11:32:35.866Z","repository":{"id":298471073,"uuid":"994952644","full_name":"emirbesir/unity-folder-generator","owner":"emirbesir","description":"A Unity Editor tool that automatically creates organized folder structures for Unity projects using configurable templates.","archived":false,"fork":false,"pushed_at":"2025-09-27T18:02:19.000Z","size":640,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T19:25:12.813Z","etag":null,"topics":["csharp","folder-structure","game-development","project-organization","unity","unity-editor-tool","unity6"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emirbesir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-02T18:31:15.000Z","updated_at":"2025-09-27T17:36:21.000Z","dependencies_parsed_at":"2025-06-11T09:42:23.547Z","dependency_job_id":"6c969e80-720b-4906-9d3e-b16a7b9c0b5a","html_url":"https://github.com/emirbesir/unity-folder-generator","commit_stats":null,"previous_names":["emirbesir/unity-folder-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emirbesir/unity-folder-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirbesir%2Funity-folder-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirbesir%2Funity-folder-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirbesir%2Funity-folder-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirbesir%2Funity-folder-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emirbesir","download_url":"https://codeload.github.com/emirbesir/unity-folder-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirbesir%2Funity-folder-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","folder-structure","game-development","project-organization","unity","unity-editor-tool","unity6"],"created_at":"2025-06-14T23:05:33.131Z","updated_at":"2026-04-25T11:32:30.857Z","avatar_url":"https://github.com/emirbesir.png","language":"C#","readme":"\u003cdiv align=\"center\"\u003e\n\n# Unity Folder Structure Generator\n\nA Unity Editor tool that automatically creates organized folder structures for Unity projects using configurable templates.\n\n![Last Commit](https://img.shields.io/github/last-commit/emirbesir/unity-folder-generator?style=flat\u0026logo=git\u0026logoColor=white\u0026color=0080ff)\n![Top Language](https://img.shields.io/github/languages/top/emirbesir/unity-folder-generator?style=flat\u0026color=0080ff)\n![Unity](https://img.shields.io/badge/Unity-FFFFFF.svg?style=flat\u0026logo=Unity\u0026logoColor=black)\n\n_Tested with **Unity 6000.1.3f1**_\n\n\u003c/div\u003e\n\n## Features\n\n- **Configurable Templates**: Create custom folder structures using ScriptableObject configurations\n- **Pre-built Configurations**: Includes 2D and 3D project templates out of the box\n- **Git Integration**: Optional `.gitkeep` file generation for empty folders\n\n## Installation \u0026 Usage\n\n### Quick Start\n\n1. Download or clone this repository\n2. Copy the `FolderStructureGenerator` folder into your Unity project's `Assets/Editor/` directory\n3. Open Unity and go to `Assets \u003e Create Folders` in the menu bar\n4. Enter your project name in the \"Project Name\" field\n5. Select a configuration file (2D or 3D templates are included)\n6. Click \"Generate Folders!\" to create your folder structure\n\n### Creating Custom Configurations\n\n1. Right-click in your Project window\n2. Go to `Create \u003e Unity Tools \u003e Folder Structure Config`\n3. Name your configuration file\n4. Customize the folder structure in the Inspector:\n   - **Default Project Name**: The default name that appears in the generator\n   - **Folder Groups**: Main folders with their subfolders\n      - **Main Folder**: The parent folder name\n      - **Subfolders**: List of child folders\n      - **Enabled**: Toggle to include/exclude this group\n   - **Standalone Folders**: Independent folders created at the Assets root level\n   - **Create Git Keep Files**: Enable/disable `.gitkeep` file generation\n\n### [Built-in Templates for 2D/3D Games](docs/TEMPLATES.md)\n\n## API Reference\n\n### FolderStructureConfig\nThe main configuration ScriptableObject with the following properties:\n- `defaultProjectName`: Default project name\n- `folderGroups`: List of main folders and their subfolders\n- `standaloneFolders`: Independent folders\n- `createGitKeepFiles`: Enable/disable `.gitkeep` generation\n\n### CreateFolders\nThe editor window class that handles the folder creation process.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues, feature requests, or pull requests.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femirbesir%2Funity-folder-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femirbesir%2Funity-folder-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femirbesir%2Funity-folder-generator/lists"}