Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T20:11:32.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:31:28.272Z (about 1 month 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
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/badawe/PresetManager/blob/develop/LICENSE)
[![openupm](https://img.shields.io/npm/v/com.brunomikoski.presetmanager?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.brunomikoski.presetmanager/)![](https://img.shields.io/github/followers/brunomikoski?label=Follow&style=social) ![](https://img.shields.io/twitter/follow/brunomikoski?style=social)
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
```![inspector](/Documentation~/general-usage.gif) ![Manager](/Documentation~/add-new-from-manager.gif) ![properties](/Documentation~/properties-modification.gif)