About
* Purpose: Create a game where the user can place spheres in the scene and pop them * Game logic lives in GameManager.cs . Mouse tracking logic lives in MouseTracker.cs Feature 1: User can place spheres in the scene Input: Left mouse click / Mouse location Process: Detect mouse click. Check if the Y-coordinate of the click position is less than or equal to 4.1f. If the condition is met…