|
Hey, how do i either delete the parent of an object from a script on the child OR send a true/false message to the parent? plz JAVA :P
(comments are locked)
|
|
Something like this:
or this:
(comments are locked)
|
|
// I think this is a bit more easier to send a message to parent :) transform.root.gameObject.SendMessage ("AddPoint", 1);
(comments are locked)
|
