About 'Bug Fixing & Code Cleanup'!

In this video (objectives)…

  1. Remove unused code
  2. Organize code into comment sections
  3. Provide a way for the player to restart the level
  4. Fix bugs

After watching (learning outcomes)…

Keep code tidy with comment sections

(Unique Video Reference: 13_MR_UBP)

We would love to know…

  • What you found good about this lecture?
  • What we could do better?

Remember that you can reply to this topic, or create a new topic. The easiest way to create a new topic is to follow the link in Resources. That way the topic will…

  • Be in the correct forum (for the course).
  • Be in the right sub-forum (for the section)
  • Have the correct lecture tag.

Enjoy your stay in our thriving community!

Hi, made my question on Q&A but I hope to find the answer here.

Right at the start of the game, when I pressed WASD to move the platform, ball fell out, no collision detected. It’s ok for mouse. I thought about using Clamp function for keyboard event but there is non for keyboard event, how can I fix this ?

You want to look into using an input axis event! You can bind the mouse and keyboard to the same event and clamp it. I cover how to do this early on in section 2. Hope this helps!

1 Like

Privacy & Terms