I want to set up some GUI text to display at the start of the scene, then disappear after about 2 or 3 seconds. I tried adding a GUI Text component to the camera, because if I add it to another GameObject, it won’t show, but in scripting, if I do something like Destroy GameObject, it might just delete the camera.
So instead, I put 3D text in front of the camera and attached it to the camera and set up a script to automatically delete the 3D text. But when the I move the camera around, the 3D text doesn’t stay in the middle. And when I set it up for the rest of the levels, one of them worked exactly the way I wanted it to. It stays in the middle, but on other levels, it doesn’t.
Could someone tell me what I need to do to fix this?
PS: I only use Javascript.