Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.
Clamping the pitchsloompIn this lesson you clamped the vertical rotation to roughly 60 degrees which I found to be a little too restrictive. I attempted to set the clamp value to 90 degrees, but I noticed that sometimes when looking all the way up or down the camera can get stuck or even rotate in the other direction.
However I am certain that I have played games that allow the full 90 degree range of motion with no issues at all. Do you know how this may have been accomplished?20Apr. 05, 2025
Parsing Error on the mouse cursorsoudiHello, Atm there's a parsing error on the code that captures the mouse cursor, this line :
`var is_escape_pressed = event.is_action_pressed("ui_cancel")`
it cannot infer the type of the variable "because the value doesn't gave a set type". 20Feb. 24, 2025
Why do we use _process for joystick input? periodic-spoonbillWhy can't it be done in _unhandled_input?10Feb. 16, 2025
Lesson Q&A
Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.