Extended Topics
Where to start? There are simply so many interesting things and possibilities to explore! Here are just a few ideas for things you can do to further your learning and enhance SplashScreen
:
- Add a camera animation to the beginning portion that has the camera moving and rotating along a path in such a way that the
billboard
panel grows in apparent size at about the same rate as the volume of the music rises - Add background environmental effects to the Scene, similar to what we did with the Main Menu and the Procedural Starfield texture
- Replace the final static image with a mesh, texture, material, or something else
The input system is also a great source of ideas. Here are a few to consider:
- Implement support for your favorite gamepad or joystick device. Use this testing site to see the various inputs and values emitted by your device: https://luser.github.io/gamepadtest/
- Modify the input system to allow for multiple simultaneously connected...