How to unhide/hide a single node?

How do I make a TextureRect visible via a button press?

just $node/path.visible = false. Just make it’s visibility true or false. replace node/path with your desired node path

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.