Hello,
I have a button I cannot hide (it is always on Screen but I want to hide it and then Show it)
I have a houseobject and if i click on this house I want my button do appear on the Screen.
my script on the houseobject so far is:
void OnMouseDown ()
{
Debug.Log ("houseclicked");
}
Shall I parent the button to the houseobject?
Thanks for reading,
cheers
↧