Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popcron/extra-controllers
Adds support for GameCube controllers to the unity input system along with other controllers
https://github.com/popcron/extra-controllers
csharp input unity3d
Last synced: 21 days ago
JSON representation
Adds support for GameCube controllers to the unity input system along with other controllers
- Host: GitHub
- URL: https://github.com/popcron/extra-controllers
- Owner: popcron
- License: mit
- Created: 2020-03-31T19:15:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T01:39:09.000Z (over 2 years ago)
- Last Synced: 2023-03-11T13:44:43.445Z (almost 2 years ago)
- Topics: csharp, input, unity3d
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extra Controllers
This is a package that adds support for the following controllers via Unity's Input System:
- GameCube
- HORIPAD for Nintendo Switch# Requirements
- Git
- Input System 1.3.0# Installation
Then add the following line to your `manifest.json` file or use the + in Unity's package manager with the following URL:
```json
"com.popcron.extra-controllers": "https://github.com/popcron/extra-controllers.git"
```### Adapters
If youre using an adapter that allows for 4 controllers to be plugged in, the system will register 4 controllers even if you have only 1 plugged in.