Hi guys,
I made a short story-based Block Breaker game: Quest for the Magical Sphere (Latest version)
Features (additions to the Block Breaker game by Ben and Rick):
- Dialogue Scenes (including transform animations, text appearing per char, playing sound clips with each dialogue item - used the Dialogue tutorial by Brackey on Youtube and expanded on it)
- Player lives (keep playing if you lose a life)
- GODmode final level (break blocks on trigger instead of collision to blast right through them, lives counter set to 9999 and loss of life disabled)
- Audio feedback based on current score (“your score, it’s over 9000!!!” when you hit 9000 points)
- Separate win-scene
- Background music (AudioSource passed through to next scenes using Singleton Pattern to ensure audio is not cut off and restarted after each scene)
- Multiple audio sources on same game object to play dialogue audio and music simultaneously
Initially I used the dialogue game object solution from the Text 101 lecture to save separate files for each dialogue (text and audio), however I ran into some issues with the audio and decided to just link everything to game objects in the inspector. When I had to make changes to the dialogue later, I really wished I had kept the per file solution, as it was quite tiresome to find the correct game object in each scene.
If any of you are interested in the ideas/concepts, I’d be happy to explain how I achieved them. My audio solutions are quite messy though, as I did not intend on adding as much audio as I did. But they work and you can’t see the mess when you play the game 
Screenshots:


Please let me know what you think! 
Change log
- Fixed collider bugs (ball disappears off screen)
- Fixed ball speed bug, where ball would slow down and eventually stop
- Added ball trail
- Decreased game speed by 20%
- Changed life count from 5 to 7




You’ll recognize it once you hear it!
I really like the additional story telling and overall theme of the game. The voiceover sounds sick too. But I feel like the default paddle i very clunky and i don’t like playing with it, may custom one could improve gameplay. Overall I really enjoyed it, thank
Thanks for your feedback!


