TMP3D icon indicating copy to clipboard operation
TMP3D copied to clipboard

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

Results 11 TMP3D issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Well... ![image](https://github.com/Ikaroon/TMP3D/assets/53002741/e7f81e14-caa6-4e23-9c2a-f8e64b46ea9e) **Desktop (please complete the following information):** - OS: Windows 11 22H2 - Browser Chrome - Version 116.0.5845.98 **Additional context** Add any other context about the...

Reevaluate the performance of the shader and apply optimizations

Must Have

Add support for sprites within 3D text like emojis

Must Have

We need an unlit shader that can be used in the UI.

Must Have

Add support for rich text tags for 3D values such as:

Nice to Have

Add support for rotating each individual character for animations

Should Have

This shader would be great for VR but needs further optimizations to make sure it works flawlessly and fast. (Can't do as of now, as I don't have access to...

Nice to Have

A shader that makes full use of raymarching and allows for translucent text effects

Nice to Have

Modifying the SDF along the z-axis by using another texture would be great!

Nice to Have

Can we bevel the text along the Z axis?

Nice to Have