Unity Exporter: Solutions for adding GUI to game?

I’m looking for options for adding a HUD, Timer, basic Game play UI elements where I’ll need to update, score, time, and other properties of a UI element. What options do I have since I can’t get the Unity Canvas UI to export or world space Text mesh pro components either.

I’m guessing I’ll have to export the project then write what I need to in JS? If I go that route am I able to access the references of my variables, score, time from Typescript?

Because after trying I don’t seem to understand how I’m going to pass my values from my .cs to the built TS/JS.

Pinging @MackeyK24 (You are getting famous my friend)

1 Like

Hi @i73,
by any change did You solve this problems? How?
Thank You