So I have an animation player (this is a death animation) where black bars and text appear. However, I don't want the text and black bars to show up all the time, only when I play the animation. I tried to hide the nodes in the editor, but when instantiated into other scenes, the property doesn't carry over.
Also, the visibility is toggled off on each node.
How might I fix this (C# project)?