orels-Unity-Shaders icon indicating copy to clipboard operation
orels-Unity-Shaders copied to clipboard

[ORL-68] Auto-Hotspotting Shader

Open orels1 opened this issue 9 months ago • 3 comments

Hotspotting is a great technique that allows you to quickly texture a large amount of surfaces with nice edge detail while using a single material

This technique is supported by tooling like

  • DreamUV, ZenUV for Blender
  • UModeler for Unity

The part that currently takes the most time in hotspotting is the material setup, you need to create the final sliced atlas that can then be used on the surfaces.

I could instead provide a universal shader that allows you to simply drop in your material textures and turn any tiled material into a hotspot

From SyncLinear.com | ORL-68

orels1 avatar May 05 '24 13:05 orels1