I have set up various projects on Github as I experiment with various features in Unity. The controller project is a very simple game play demonstration.

https://github.com/ManjitBedi/Controller

This project is set up with the Input system from Unity to work with a game pad or the keyboard. The play mechanic is very simple just move the player object left or right and register a collision with the falling object.

Movie_001.mp4

When the game objects collide a short sequence plays using the visual effects graph to spawn a particle system & the game object that is collided with hidden from view.

The visual effects graph in Unity is really powerful. I quite enjoy tinkering with it as I am learning to create different effects.

Screenshot 2023-07-07 at 12.33.48 PM.png

Screenshot 2023-07-07 at 12.34.06 PM.png