Media Summary: This video is from Ganttech.com, a website for students enrolled in Mr. Gant's technology courses. Unity Create with Code Unit 1 - Player Control Including how to limit the "ceiling" without the balloon "sticking" to it (as a result of residual velocity)
Unity Create With Code Challenge - Detailed Analysis & Overview
This video is from Ganttech.com, a website for students enrolled in Mr. Gant's technology courses. Unity Create with Code Unit 1 - Player Control Including how to limit the "ceiling" without the balloon "sticking" to it (as a result of residual velocity) I've updated my solution to the ball spawning time that now uses Coroutines. In Start: // Start a coroutine called "Baller" void Start() ...