Git Product home page Git Product logo

asset-palette's Introduction

Roy Theunissen License: MIT GitHub Follow Twitter

Allows you to quickly organize assets for certain workflows, such as organizing prefabs for level design.

About the Project

I noticed that during game development there are certain workflows - such as level design - where you are making heavy use of a very small group of assets, such as all the props that belong to the level you're currently designing. It doesn't always make sense to put those assets in the same folder in your project, sometimes you want to make custom groups of assets regardless of where the files are in your project.

That's exactly what this tool is for.

Make custom groups of frequently used assets and shortcuts to folders for your project-specific workflows.

Also lets you turn static methods into macros that you can run at any time by double-clicking its icon.

Video | Article

Example

Getting Started

  • Add the Asset Palette to your Unity project (tips on how to install it are in the Installation section)
  • Open a new Asset Palette window via Windows/General/Asset Palette
  • Create a new Asset Palette Collection asset. This is where your folders and asset shortcuts will be serialized to.

Compatibility

It is recommended to be used in Unity 2021, though with a little help from @Thundernerd it is now compatible with 2020 too.

If you want my help in supporting an even earlier version, feel free to reach out.

Installation

Package Manager

Go to Edit > Project Settings > Package Manager. Under 'Scoped Registries' make sure there is an OpenUPM entry.

If you don't have one: click the + button and enter the following values:

  • Name: OpenUPM
  • URL: https://package.openupm.com

Then under 'Scope(s)' press the + button and add com.roytheunissen.

It should look something like this:
image


All of my packages will now be available to you in the Package Manager in the 'My Registries' section and can be installed from there.

Git Submodule

You can check out this repository as a submodule into your project's Assets folder. This is recommended if you intend to contribute to the repository yourself.

OpenUPM

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

openupm add com.roytheunissen.assetpalette

Manifest

You can also install via git URL by adding this entry in your manifest.json

"com.roytheunissen.assetpalette": "https://github.com/RoyTheunissen/Asset-Palette.git"

Unity Package Manager

from Window->Package Manager, click on the + sign and Add from git: https://github.com/RoyTheunissen/Asset-Palette.git

Contact

Roy Theunissen

[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.