quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 12 forks source link

[Bug]: Visibility toggle not loaded properly from save #84

Closed quellus closed 1 month ago

quellus commented 2 months ago

Describe the bug?

When loading a save file that has objects toggled invisible, the button is set correctly, but object is visible.

To Reproduce

  1. toggle off visible for an object
  2. save the file
  3. load the file
  4. object is visible but the visibility button shows that it should not be

Expected behavior

visibility of objects should be correct when loading from a save file

Screenshots

No response

Godot Version

4.2.2

What Platforms does this occur on?

Windows

Additional Context

This is specifically in the 0.8 release. I have not tested it since then.