Version 0.1.2 of the TMP3D Support is ready.
I'm sorry that this release took so long even though the changes already existed on my secondary development branch but I had a lot to do and didn't find the time to continue working on this package. I also revisited UI support during that time but to put it bluntly it is a nightmare to make this work. Hopefully, I make progress on this soon...
Changes
Added
- Support for face texture rendering
- Support for underlined text rendering
- Support for strikethrough text rendering
Changed
- Improved Temporal Raymarcher quality
- Reduced "if"-usage but doubled pass
- Slightly improved SDF raymarcher quality and performance
- Slightly improved outline quality
Installation
- Open the package manager in Unity from
Window>Package Manager
- Select the
+
dropdown button in the top-left corner of the package manager - Select
Add package from git URL...
- Enter
https://github.com/Ikaroon/TMP3D.git#v0.1.2
as url and confirm
Have fun!