You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having an issue where as we are loading assets the application is put into the background by the user on iOS. While in the background the load continues and results in an error when the load completes:
Error #3768: The Stage3D API may not be used during background execution on this operating system
Obviously this is due to the attempt to upload bitmap data to stage3D while in the background, which isn't allowed.
So I'd like to stop the load and restart it as our application leaves and enters the foreground. Is this possible somehow, or can we have this functionality added?
The text was updated successfully, but these errors were encountered:
There is not, currently - though this seems like something the framework should handle. I'll look into it !(though I can't promise a timeline; crunching on my own game at the moment.)
We are having an issue where as we are loading assets the application is put into the background by the user on iOS. While in the background the load continues and results in an error when the load completes:
Obviously this is due to the attempt to upload bitmap data to stage3D while in the background, which isn't allowed.
So I'd like to stop the load and restart it as our application leaves and enters the foreground. Is this possible somehow, or can we have this functionality added?
The text was updated successfully, but these errors were encountered: