All Projects → rfadeev → presets-browser

rfadeev / presets-browser

Licence: MIT license
Unity presets browser editor window.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to presets-browser

download.unity.com
Unity Download http://unity3d.com/unity/download/archive
Stars: ✭ 90 (+309.09%)
Mutual labels:  unity-editor
UnityNativeTool
Allows to unload native plugins in Unity3d editor
Stars: ✭ 147 (+568.18%)
Mutual labels:  unity-editor
awesome-unity
A curated list of awesome Unity games! 🎮
Stars: ✭ 346 (+1472.73%)
Mutual labels:  unity-editor
scripts-manager-unity3d
📄 Gives the list of scripts in the current scene with gameobject reference.
Stars: ✭ 52 (+136.36%)
Mutual labels:  unity-editor
Unity-IMGUI-TreeView
Simple Tree View implementation for IMGUI (Editor GUI) in Unity. Includes a special type for working with asset paths, but base data structure and view can be easily extended to support anything.
Stars: ✭ 73 (+231.82%)
Mutual labels:  unity-editor
unity-puzzlesystem-asset
The asset for the Unity Engine that allows to quickly create customisable puzzles.
Stars: ✭ 21 (-4.55%)
Mutual labels:  unity-editor
project-settings-toolbar
A tool bar that can open each item of Project Settings.
Stars: ✭ 28 (+27.27%)
Mutual labels:  unity-editor
UGUI-Toolset
No description or website provided.
Stars: ✭ 14 (-36.36%)
Mutual labels:  unity-editor
HotUpdateSolution
Hot update solution for unity3d
Stars: ✭ 30 (+36.36%)
Mutual labels:  unity-editor
unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-4.55%)
Mutual labels:  unity-editor
DialogueGraph
Open-source node-based tool for developing branching conversation trees
Stars: ✭ 133 (+504.55%)
Mutual labels:  unity-editor
1 First Steps
Setup Unity and Visual Studio on Mac and PC. Use Unity's editor to position, rotate and scale game objects. Understand prefabs. Write very basic code, and use Unity's Console. http://gdev.tv/cu2github (REF: FS_CU2)
Stars: ✭ 23 (+4.55%)
Mutual labels:  unity-editor
WorldCreatorAssistant
Unity Editor extension for automating VRChat world project package management
Stars: ✭ 133 (+504.55%)
Mutual labels:  unity-editor
LMS.Version
Super simple auto build version tool
Stars: ✭ 40 (+81.82%)
Mutual labels:  unity-editor
HexTiles
Unity Hex Tile Editor
Stars: ✭ 127 (+477.27%)
Mutual labels:  unity-editor
UniProjectWindowMenuCustomizer
Editor extension that allows you to customize the menu that appears when you right-click on Project view.
Stars: ✭ 18 (-18.18%)
Mutual labels:  unity-editor
unity-forge-property-drawers
Custom propery drawers to ease fields value management in Unity editor.
Stars: ✭ 36 (+63.64%)
Mutual labels:  unity-editor
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-4.55%)
Mutual labels:  unity-editor
sdk-for-unity
SpatialOS SDK for Unity
Stars: ✭ 49 (+122.73%)
Mutual labels:  unity-editor
GizmoExtensions
Utility class(es) that extend Unity's Gizmos
Stars: ✭ 100 (+354.55%)
Mutual labels:  unity-editor

license openupm

Presets browser

Unity presets browser editor window.

presets-browser-demo

Summary

Unity 2018.1 introduced Presets feature to improve editor workflow. While presets can be found via project window search, it's not possible to filter presets by type or determine preset asset validity in project window. Presets browser editor window addresses this issues and serves as central place to access all project presets.

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.rfadeev.pumpeditor.presetsbrowser

Install via Git URL

Project supports Unity Package Manager. To install project as Git package do following:

  1. Close Unity project and open the Packages/manifest.json file.
  2. Update dependencies to have com.rfadeev.pumpeditor.presetsbrowser package:
{
  "dependencies": {
    "com.rfadeev.pumpeditor.presetsbrowser": "https://github.com/rfadeev/presets-browser.git"
  }
}
  1. Open Unity project.

Install via Git Submodule

Alternatively, add this repository as submodule under Assets folder or download it and put to Assets folder of your Unity project.

How to use

Access presets browser via Unity toolbar: Window -> Pump Editor -> Presets Browser.

Preset can be invalid if you delete the class it was referencing. To filter presets by validity use validity toolbar. Following options are supported:

  • All - show all preset assets regardless of whether they are valid or not.
  • Only Valid - show only valid preset assets
  • Only Invalid - show only not valid preset assets

Use Filter by preset type toggle to control filtering of listed preset assets:

  • Toggle on - filter listed preset assets by target preset type selected via popup. For Only Invalid validity toolbar option listed preset are not filtered and type selection popup is not shown.
  • Toggle off - no filtering of listed preset assets by preset type

Click preset asset object field to ping object in project window. Click Select button to select preset asset in project window.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].