Hi,
I have a 3D object (FBX) and I need
when press a button, hide it.
please help !.
thanks
Hi,
I have a 3D object (FBX) and I need
when press a button, hide it.
please help !.
thanks
gameObject.active = false;
thanks you … alot
thank you very much… is work.
but what if i want to call ( show ) again ?
thanks
same code that mattimus posted earlier, just replace ‘false’ with ‘true’.
Thank you very much again, but my problem is that the button disappears with the game object
This is what I have …
in other words:
The 3D object actually disappears.
But the button also disappears with the code …
So maybe I need is this:
A button that when pressed 3D object disappears (fbx) y. …
another button that when pressed again shows the 3D object.
And they are always on-screen buttons.
need help with this.
and really thank everyone for your time.
Is greatly appreciated!