Prevent Look Vector Change Working?? (BUG)

JasonX

New member
I am not able to make the camera stop moving when the disable cursor option is activated

1. Third Person Controller
2. URP, 2019.4.131
3. I want to make the camera not move when the cursor is active? So I though that enabling "enable cursor when press escable" and "prevent look vector change" can do this trick. Just doesn't seem to be doing anything at all...
4. Just do the normal setup camera, and then character
5. Nor warning or errors
 
PreventLookVectorChange will just set OnApplicationFocus which then sets the CurrentLookVector. It does not actively prevent the CurrentLookVector from changing. For this situation you can set the LookSensitivityMultiplier to 0.
 
Top