Ipad's load indicator for loading scenes.

I’m creating a game and I would like for the IOS’s load indicator to appear when loading a new scene. I notice under player settings there is an option for displaying Show Loading Indicator but that only works for when the app is loading. No scenes within it. I’ve spent the last few hours researching this an can not find a way that works. Any ideas? Thanks.

You would have to write your own plug-in to accomplish this, or find a plug-in yourself.

Prime31’s plug-ins has this capability in the Etcetera package, found here:

The methods are:

showActivityView()

and

hideActivityView()

as well as:

showBezelActivityViewWithLabel( string label )

for adding text to the indicator, or for an image:

showBezelActivityViewWithImage( string label, string imagePath )