google / play-instant-unity-plugin

Google Play Instant Plugin for Unity Beta (Archived)
https://developer.android.com/topic/google-play-instant/getting-started/game-unity-plugin
Apache License 2.0
148 stars 31 forks source link

Added Quick Deploy components to sample scene #97

Closed jamcohen closed 6 years ago

jamcohen commented 6 years ago

The loading scene for the Sphere Blast scene now uses the loading bar and loading screen components to load the main game scene.

I also reduced the number of particles in the game which were bogging down performance, and fixed a broken reference in the game scene.

jamcohen commented 6 years ago

The AnimateLoadingText and AssetBundleDownloader components are no longer in the scene, but you're right that I should delete the scripts. I'll add it to this PR since it's quick.