Hai guys, another question for the unity forum after searching for a few hours.
Is it possible, (well anything is in unity) to use 3d text to display the ammo gui of, say a machine gun or rocket launcher? maybe its as simple as changing one word but i would have no clue, maybe someone smarter than i can give me feedback, thanks, have a good one ![]()
There’s a specific type of object in Unity go to you’re Hierarchy then you should see a 3d Text or 3d GUI option, that’s what you want ?
yer i no that, but i want to use 3D GUI TEXT as my ammo display basically trying to achieve a dead space ammo display.
That’s what I tried to explain (failed miserably) If you look at the components in the 3d text, it says TextMesh go to unity’s docs and search for its function use it in the update menu …
Or just “Fake” it by creating a 3d text and parenting it to the Camera?
thanks i got it to work ![]()