Skip to content

brunomikoski/PresetManager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Preset Manager

License: MIT openupm

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. It's recommended to install it via 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 Manager properties