- Home /
Question by
HolBol · Oct 18, 2010 at 04:52 PM ·
guitexturetriggerontriggerenter
Get a texture to appear, always facing the camera, when a trigger is entered?
How do I do this?!
Comment
Best Answer
Answer by Loius · Oct 18, 2010 at 05:24 PM
Use OnTriggerEnter, Instantiate( texObject ) and transform.LookAt( Camera.main )
Scripting Reference has examples of all these.
Your answer
Follow this Question
Related Questions
Display gui box after trigger is activated? 2 Answers
Path Trigger Animation 1 Answer
How do I trigger GUI elements 1 Answer
GUI box texture resizes itself 1 Answer