hey guys, this shouldn’t be too hard,
i need to be able to scroll the height of the camera with the mouse wheel button, right now i just have a simple crouch that snaps the camera between the standing and crouching height.
much appreciated.
hey guys, this shouldn’t be too hard,
i need to be able to scroll the height of the camera with the mouse wheel button, right now i just have a simple crouch that snaps the camera between the standing and crouching height.
much appreciated.
Is your camera on a camera boom? You can create a input for your mousewheele and in your PlayerCharacter (or Controller, because i put input in the Controller) and set the length of the camera boom when scrolling.
perfect, i got it,
now just one last issue remains, i can set the scroll speed with the z value, but how do i clamp it so you can only scroll so far?