https://github.com/brunomikoski/presetmanager
Applies Preset to folders and objects
https://github.com/brunomikoski/presetmanager
c-sh csharp folder folder-tooling game-development gamedev openupm presets tools unity workflow
Last synced: 7 months ago
JSON representation
Applies Preset to folders and objects
- Host: GitHub
- URL: https://github.com/brunomikoski/presetmanager
- Owner: brunomikoski
- License: mit
- Created: 2020-04-10T14:10:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T20:11:32.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:59:06.942Z (8 months ago)
- Topics: c-sh, csharp, folder, folder-tooling, game-development, gamedev, openupm, presets, tools, unity, workflow
- Language: C#
- Size: 1.12 MB
- Stars: 42
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Preset Manager
[](https://github.com/badawe/PresetManager/blob/develop/LICENSE)
[](https://openupm.com/packages/com.brunomikoski.presetmanager/) 
Preset Manager is the missing per folder preset for Unity.
Applies Preset to objects respecting the folder structure and settings.
## Features
- Load all available Presets in the Project
- When a folder is selected, verify if there's an asset that can use one of the available presets.
- Display the Options per asset type
- Automatically applies to new assets
- You can apply the specific preset per folder.
- *Allow customization of ignored properties!*
- Relative changes based on specific folder## System Requirements
Unity 2018.4.0 or later versions. Feel free to try an older version, should work just fine.## Installation
### OpenUPM
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).```
openupm add com.brunomikoski.presetmanager
```### Manifest
You can also install via git URL by adding this entry in your **manifest.json**
```
"com.brunomikoski.presetmanager": "https://github.com/badawe/PresetManager.git"
```### Unity Package Manager
```
from Window->Package Manager, click on the + sign and Add from git: https://github.com/badawe/PresetManager.git
```  