Gamepad Support
This tool supports basic joystick input for capturing photos. Device detection happens automatically, and the main input logic is handled in the Input Manager. Input is adapted for both the new and old Unity input systems. Input controls are stored and can be adjusted in the Photo Settings object.
To take a photo with a gamepad
Press Y button to activate photo mode (Enable Photo Mode controls).
Use the left stick to move the capture area (Gamepad Movement Type controls).
Press A button to take a photo (Capture Photo controls).
Or press Y button to exit photo mode (Disable Photo Mode controls).

For the old input system, when using sticks or a D-pad, it's important to have axes assigned in the Input Manager and to specify their names here. In this example, the custom axes are as follows:
Left Stick Horizontal Axis - "Horizontal" (left, right) - X Axis
Left Stick Vertical Axis - "Vertical" (down, up) - Y Axis
DPad Horizontal - "Debug Horizontal" (left/right) - 6th Axis
DPad Vertical - "Debug Vertical" (down/up) - 7th Axis


Other controls, such as photo management, are not provided on gamepads, as the ways of using this tool vary greatly across different projects. This allows developers to more easily adapt the asset to their specific needs, starting with the base functionality.
Last updated