Default Tools
This Unity editor tool automatically creates a default folder structure
com.atsaetechnologies.defaulttools 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/defaulttools.git README Markdown
Copy this to your project's README.md
## Installation
Add **Default Tools** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/defaulttools.git
```
[](https://www.pkglnk.dev/pkg/defaulttools)README
Default Tools
Version: 1.0.2
This Unity editor tool automatically creates a default folder structure for your Unity project. With just one click, you can create top-level folders such as "Art", "Audio", "Code", "Documentation", "Plugins", "Prefabs", and "Scenes". It also creates subdirectories for each of these top-level folders. This is a great way to organize your Unity project and keep it clean.
This tool also creates and updates Readme.md file for your Unity Project. With just a click.
Installation
Option 1: Import via Unity Package Manager (UPM)
You can install this package via UPM by following these steps:
- Open your Unity project.
- Open the Package Manager window.
- Click on the "+" button located on the top-left corner of the window.
- Select "Add package from git URL" from the dropdown menu.
- Paste the following URL into the text box: https://github.com/53nthamizh/DefaultTools.git
- Click on the "Add" button.
Option 2: Manual installation
You can also manually install this tool by following these steps:
- Open the Unity project.
- Open the Package Manager window.
- Add a new Scoped Registry (or edit the existing OpenUPM entry) Name package.openupm.com URL https://package.openupm.com Scope(s) com.atsaetechnologies.defaulttools click Save (or Apply)
- Click on the "+" button located on the top-left corner of the window.
- Select "Add package by name" from the dropdown menu.
- Paste the following into the name text box: com.atsaetechnologies.defaulttools
- Clck on the "Add" button.
Usage
To use this tool, simply open the Unity editor and select "Tools > Create > Default Folders" from the top menu. This will automatically create the default folder structure in your project. You can modify the folder structure by modifying the Dir() method in the DefaultTools.cs file.
To use this tool, open the Unity editor and select "Tools > Create > Create or Update Readme" from the top menu. A README.md file, detailing the project's history, name, version, creator, graphics tier, and last update time, will be created or updated in the root directory. The CreateOrUpdateReadme() method in DefaultTools.cs allows you to further tailor the README.md file's contents.
License
This Unity package is licensed under the GNU GPL license, a copy of which can be found in the LICENSE file.
Contact
For any questions or feedback, please feel free to contact us at hello@senthamizh.dev
No comments yet. Be the first!