When Im Following the lecture for character movement functions, things like moving forward, move right and look right is working fine when i run it, but somehow The character doesn’t look up/down when I move my mouse.
Add a log to the LookUp call outputting the AxisValue to ensure it is working. Are you still using the old input system?
yes, Im still using the old input system.
Hi Prof. B,
I’ve added the log to the lookup and i think its working fine, but i think my lookuprate is having problem and im not sure if thats the reason why my character is not lookingup/down
The delta will be scaling the value to something tiny so you need to set your rwtr to something like 200 or more. This may be the issue