How easy is it to put current scores or lives left etc on to 3d object in game, for example scores on a tv as you walk past
Do,I just use GUI text on a plane game object and position it in front of tv? I have a script that can up date the text so just need the text to maintain its position
Thanks
Andy
If you have unity pro you could use a rendertexture to render the scores and stuff into a different camera and put the rendertexture of that camera onto the TV so it looks like the TV is displaying it.
Thanks for the help, just needed a direction to go in to try to make it work.
I do have Unity Pro, so will see how it goes
thanks
Andy