Search Unity

Feedback Make delta look and zoom independent of screen size

Discussion in 'Input System' started by Spikebor, May 5, 2022.

  1. Spikebor

    Spikebor

    Joined:
    May 30, 2019
    Posts:
    281
    I just found out that look and zoom behavior is very strange, since it is dependent of screen size.

    How to reproduce : easily, just make a build with resizable window to test out.

    -Expected behavior : zoom and look delta (speed) is the same across all screen sizes.
    -Current behavior : zoom and look delta (speed) is dependent of screen size, while developer test ok in 1080p, 720p user will experience slow zoom/look speed, 4k user will experience too fast zoom/look speed.

    Unity 2021.3.1f1 | Windows 11 | Input System 1.3.0

    Thank you in advance for looking into this issue!