Hello,
I understand how to get text to appear on collision from another object, but how to get 3D Text to appear?
The example to help with that very slim question ive put there;
(This is how to make text on gui appear) If object A(a circle) collides with a box collider, a script is activated(a script that is on the box collider) which will read "on trigger enter". This script will basically draw some text onto the screen. GUI.Label(Rect(20, 20, 600,40),"WORLDONE"); for example.
How would i got about to make it so that some 3D Text appears so i can click that text. For example;
If object A(a circle) collides with a box collider, some 3D Text will appear saying something like "click here", and if i were to click there, some other activity will happen.
So, instead of it being GUI.Label, is there some way to change that to 3D.Text?
I hope this makes sense on what i am trying to achieve.
Thank you to whom ever helps