8000 GitHub - enfyy/Unity-GameCubeController: Adds support for the original Nintendo Gamecube Adapter (or Mayflash) to the new Unity Input System.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adds support for the original Nintendo Gamecube Adapter (or Mayflash) to the new Unity Input System.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

enfyy/Unity-GameCubeController

Repository files navigation

Gamecube controller support V3

This package adds support for the Nintendo Gamecube controller Adapter to Unitys new input system. Works with the original Nintendo adapter and the Mayflash Adapter in Wii U mode. It uses a C++ Library (source located in /Plugin-source) which uses libusb-1.0 The binaries for the plugin are in Assets/Plugin but you can also compile them yourself if you wish (you will have to edit the cmakelist.txt so that it finds your installation of libusb).

Prerequisites:

Windows

  • Use Zadig to install the required custom driver as described here

Linux

Coming soon (maybe).

Install Package:

Add to your manifest.json:

"dependencies": {
  "com.nfysoft.gamecubecontroller": "git@github.com:enfyy/Unity-GameCubeController.git"  
}

Usage:

  • Put the GamecubeControllerAdapter script on any game object in your scene.
  • Use the controller as you would use any other controller with Unitys input system.

About

Adds support for the original Nintendo Gamecube Adapter (or Mayflash) to the new Unity Input System.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0