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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Bug [New Input System] Player Input doesn't listen mouse input

Discussion in 'Input System' started by Kiris, Sep 5, 2020.

  1. Kiris

    Kiris

    Joined:
    Jan 29, 2018
    Posts:
    2
    upload_2020-9-5_20-9-48.png

    I dont know is it just me but Player Input works for everything i tried yet except mouse.
    It never calls events for mouse position, scroll and delta.

    UnityEngine.InputSystem.Mouse.current.delta.ReadValue() works but i want to have everything consistent, not half on events and other half in scripts.
     
    Last edited: Sep 5, 2020