Search Unity

How to turn off SendMouseEvents?

Discussion in 'Editor & General Support' started by superpig, Nov 27, 2012.

  1. ezmicken

    ezmicken

    Joined:
    Jun 14, 2020
    Posts:
    2
    Issue is still around in 2020 and still fixed by adding a deprecated component to the camera. What are we going to do when this component is no longer available?
     
  2. Bolshoytoe

    Bolshoytoe

    Joined:
    Jul 12, 2021
    Posts:
    3
    Since SendMouseEvents is part of the old input manager, you can switch to the new one by setting
    Edit > Project Settings > Player > Other Settings > Active Input Handling
    to
    Input System Package (new)
    if you don't mind switching to a different input handler.
     
  3. _eternal

    _eternal

    Joined:
    Nov 25, 2014
    Posts:
    304