Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug [Delta] Mouse not working on builds

Discussion in 'Cinemachine' started by krintdotworld, Apr 28, 2023.

  1. krintdotworld

    krintdotworld

    Joined:
    Sep 1, 2022
    Posts:
    1
    [Delta] Mouse isn't working on builds.


    However if I tick auto-enable inputs on the cinnemachine Input Provider Script it does registher Delta Mouse on the build but not on the editor.

    I'm using fishnet networking solution.
    New unity input manager.
    Input is being registered perfectly fine for everything else just delta mouse on builds.

    Cinemachine Free Look Camera.

    Thanks!

    Solved:
    //playerInput.actions.FindActionMap("FreeLookCameraControls").Disable();

    I was disabled a seperate action map? And it was just messing up the whole game.
     
    Last edited: Apr 28, 2023