|
im trying to make GUI appear after the gameobject was been destroyed. heres my script im using: thanks for your help P.S im new to scripting
(comments are locked)
|
|
What you will like want to do is create a new Prefab game object definition with an attached script that shows the GUI. After you execute the Destroy() of your current game object, you will want to use Instantiate to create a new instance of the Prefab. Either that or having a single object handling those kinds of GUI. When the allenziff's object is Destroy, he can somehow access that object and tell it to display something with any way he wants, boolean, adding something to a list, etc.
May 09 '12 at 05:33 PM
Berenger
i know what your tying to say but i dont know how to do that
May 09 '12 at 05:51 PM
allenziff
(comments are locked)
|
