(All Patrons Bonus) - Unity Progress
🕑 Added 2019-11-18 21:27:31 +0000 UTCAs you probably know, I've been pretty busy with school, and thought I'd share a bit of what I've been doing. I'm making this one for all patrons since I havent been able to provide audio content in a bit (script coming soon, I promise!)
The assignment is just a simple Arkanoid clone, but learning how to do the C# code for this is absolutely nuts.


I only half-understand what I'm writing here, honestly, but it works! Kinda. Havent figured out the brick-breaking part or the floor hit = lose, but I'll get there...
Comments
Lassi Secrut
Coding, the one reason i chose more animation/desing heavy course. Good luck with that never had the patience/will to code :)
Yumie
Nice physics! If you want to make a simple floor = death, just make a collider, mark it as a trigger and call OnTriggerEnter. You can make your death script inside this function. Just remember that either the ball or the floor trigger must have a Rigidbody component attached to it. Good luck o your studies =)