Hello Anthony,

I realized in your roadmap, that you want to integrate new input system support.

Currently you have fixed Input.*** Key checks.
After I checked your code, I dont see any option to disable this. I want to disable all hardcoded keys because we only need WASD scrolling and zoom 🙂

Thanks

    Dennis yes exactly! for now the shortcut keys are hardcoded in Inputs.cs,
    feel free to duplicate this class to remove the Input.GetKeyDown() calls, and make your own TouchCameraInput prefab with it 😉

    Write a Reply...