Hi Tony,
Recently just got back into Unity and remembered to post an update.
I have successfully integrated TEXDraw into the Dialogue System with the approach you provided, and I would like to share my code. How should I do so?
Search found 2 matches
- Mon Apr 21, 2025 4:36 pm
- Forum: Dialogue System for Unity
- Topic: Integrating TEXDraw into Dialogue System for Unity
- Replies: 3
- Views: 572
- Thu Jan 16, 2025 1:14 pm
- Forum: Dialogue System for Unity
- Topic: Integrating TEXDraw into Dialogue System for Unity
- Replies: 3
- Views: 572
Integrating TEXDraw into Dialogue System for Unity
Hi, I am a new user of the Dialogue System. I am currently trying to upgrade from using TMPro to a text component called TEXDraw. To do this I am trying to manually look for the instantiation of the variables and changing them from TMPro_GUI to new text component class. I am trying to change it for ...