I have a question. If anyone knows the answer, I would appreciate your help.
After a scene transition, all objects placed in the new scene briefly appear for a moment.
Each object is set to have its “visible” property turned off in the initial state, so I intended for them to remain hidden unless certain conditions are met. However, they appear momentarily before disappearing.
From my understanding, you’ll want visibility turned off on the object itself by default, not just in the initial state. The initial state takes a couple frames to run, so whatever the base scene has set is what shows for that brief moment. I know it makes placing objects a pain since you can’t see them in the editor, but that’s the expected behavior during scene transitions.