Global sprite will not appear by itself on the first layout, you need to put it on that layout in the editor. (or create it in runtime)
Make sure you only put it on one layout, otherwise you may have end up with several instances of that sprite, because global objects are not destroyed when you switch between layouts.