Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxartz15/scenedebugviewer
A small debugging tool to draw the editor scene with replacement shaders.
https://github.com/maxartz15/scenedebugviewer
debugging editor replacement-shader scene shaders tool unity unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
A small debugging tool to draw the editor scene with replacement shaders.
- Host: GitHub
- URL: https://github.com/maxartz15/scenedebugviewer
- Owner: maxartz15
- License: mit
- Created: 2021-03-30T12:11:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T15:32:35.000Z (over 3 years ago)
- Last Synced: 2024-10-11T10:13:45.847Z (3 months ago)
- Topics: debugging, editor, replacement-shader, scene, shaders, tool, unity, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 9.81 MB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TAO - Scene Debug Viewer
![](Documentation~/Images/SDV_01.gif)
A small debugging tool to draw the editor scene with replacement shaders. This can be helpful when blocking out a level or finding issues within the scene.
## Features
- User presets
- Shader and parameter configuration
- Included examples
- Base color
- Triplanar grid (lit and unlit)
- World and object space normals
- Overdraw
- UV checker
- Vertex Colors
- Texel Density![](Documentation~/Images/Overdraw_01.png)
![](Documentation~/Images/UV_01.png)
![](Documentation~/Images/WorldSpaceNormals_01.png)
![](Documentation~/Images/TexelDensity_01.png)
## Getting Started
SceneDebugViewer:
> Window/Analysis/SceneDebugViewerReplacementShaderSetup:
> Assets/Create/SceneDebugViewer/ReplacementShaderSetup## Install
[Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
## LICENSE
Overall package is licensed under [MIT](/LICENSE.md), unless otherwise noted in the [3rd party licenses](/THIRD%20PARTY%20NOTICES.md) file and/or source code.