Version: 2023.1
iOS input overview
Detect Game Controllers

Game Controller support

Unity supports a standardized Game Controller Input API provided by Apple as part of the standard Unity Input API. You can use the Input class to enable the Game Controller capability in your application, so you can support users who use a a physical or virtual controller to interact with your application.

Topic 描述
Detect Game Controllers Learn how to detect controllers in your application.
Handle Game Controller input Learn how to handle input from controllers in your application.

Additional resources:

iOS input overview
Detect Game Controllers