#Missing some options in visibility enabler

21 messages · Page 1 of 1 (latest)

gleaming iron
#

Where this options gone in godot 4 and how to get this option

#

Under the visibility enabler inspector menu options available like check box for allow or disallow the process, animation,physic process but godot 4 different how to get this options on godot 4

gritty remnant
#

You can disable things (or queue_free them) in reaction to the screen exited signal, and re-enable them on screen entered, for example

gleaming iron
#

Doc explain the function and its only is on screen function available

#

And i am asking about visibility enabler 2d

gritty remnant
#

Oh, my bad

#

Basically, expect Godot 3.x stuff to not necessarily be present or the same in Godot 4.x.

gleaming iron
#

Ok bro but there is any ways to use this option

gritty remnant
#

Watch a tutorial on how to use that node, surely there's one on the internet

#

Now you know the name it has in Godot 4

gleaming iron
#

Yes i am already search it but it's only work automatically paused the process on target object goto offthe screen

#

Old version check box option really good new one doesn't have

gritty remnant
#

Well, probably because it's not exactly the same thing, because it has changed compared to its Godot 3 version.

gleaming iron
gleaming iron
gritty remnant
#

Godot 4.0 was released more than 1 year ago

#

I couldn't be sure that video was written for godot 4 but it's about 1 year old (it's the only info youtube shows)

#

That said, as now you know what you're searching for and how it's named, it should be hard to find tutorials for it in Godot 4.