dropecho / unity_custom_scene_modes

A tiny utility to allow creation of custom scene view modes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Install

You can click on the code button in the top right, copy that or just copy this git@github.com:dropecho/unity_custom_scene_modes.git

Open unity, and open the package manager, in the dropdown select install from git, and paste that in.

image

image

It should then show up in the list of installed packages
image

USAGE

Use the context menu to create a "Dropecho/Custom Scene Draw Mode" Asset. Assign a shader to the new asset and it should be available in the scene view modes dropdown.

A simple example showing the normal directions as a colored texture is included.

Context Menu

Set Shader

Choose Mode Dropdown

About

A tiny utility to allow creation of custom scene view modes.

License:Other


Languages

Language:C# 85.7%Language:ShaderLab 14.3%