Why Does Prefab Loose UI elements on Scene Change
![Screen capture of Inspector][1]
I have a do not destroy on the game object that has these child objects but when I return to my main scene some of them are missing like the UI slider. How do I fix that? [1]: /storage/temp/60244-screen-shot-2015-12-17-at-90150-pm.png
can you show the prefab? Looks to me as if init has references to another gameobject since it itself does not have children. if that's the case you can have different settings in different scenes. You need EVERYTHING in one prefab.
Thanks @hexagonius, here is a screen capture of the prefab in my assets folder/prefabs and it's position in my Hierarchy and inspector. As you can see even though I tried to make the UI slider a prefab also which is a child of my main canvas panel it still loses it on scene changes.