Ikaroon / TMP3D

A small extension that makes 3D text with Unity's TextMeshPro possible. It uses raymarching and a geometry shader to work around the limitations of TMP at the moment
Other
97 stars 7 forks source link

Remove unused shader properties and uniforms #13

Closed Ikaroon closed 2 years ago

Ikaroon commented 2 years ago

At the moment the shader contains a lot of uniforms and properties that are copied over from TMP shaders. Most of which are not used.