Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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:
    258
    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!