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

Question Flythrough mode on the Scene view with gamepad

Discussion in 'Editor & General Support' started by fasecero, Jul 14, 2021.

  1. fasecero

    fasecero

    Joined:
    Feb 19, 2021
    Posts:
    8
    I've been testing Unreal and now I'm playing with Unity, I like Unity better because I understand more about c# than c ++.

    Ok, like Unreal, while editing a level Unity provides a Flythrough mode using the right mouse + WASD.
    https://docs.unity3d.com/Manual/SceneViewNavigation.html

    Unreal allows to do this using a gamepad too, something that Unity does not. In other words, in Unreal I could move around the level while editing using a gamepad like if it were a first-person game. I miss this feature so much.

    Does anyone know if there is any script that implements this? I still don't have much knowledge to do it by myself.
     
  2. fasecero

    fasecero

    Joined:
    Feb 19, 2021
    Posts:
    8
    Well I ended up using an external program to map keyboard keys with gamepad buttons. After a camera speed update it works pretty well.