2D Side Scroller prefab gui not showing when recreate

Hi I am at the end of a project :smile::
everything I am about to talk about is in Assetts/Import Package/Standard Assetts (Mobile)

and need to get this mobile default prefab - “2d side scroller” into a different scene.

If you delete the prefab from the default scene then add the prefab again the Gui elements that are a part of the prefab disappear.
(The GUI elements are two dotted areas for the controls)

It looks to me like a bug or can someone explain the voodoo which is catching me out.

many thanks.

I guess that might be due to the initialization.

Check out if there are any of the flowing methods used:

Awake()
Start()
OnEnable()

Then learn about a difference between those methods.

Cannot conclude nothing more without the actual code.