Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.18 KB

Overview

MultiMouseUnity is a Unity implementation and wrapper of Mystery Wizard's MultiMouse plugin to get multiple mouse devices working and usable within Unity applications.

This early version is meant for experienced Unity developers for the purpose of jumping into lightgun game development and helping test for usability issues/bugs.

Please check out the ExampleGame scene to learn all the ways you can use ManyMouseUnity in your project

lightgun.example.mp4

Requirements

You must use Unity 2021.3 or newer to use MultiMouse, otherwise it will crash in-editor. It should also work in 2021.2, but we haven't tested/confirmed that yet.

Getting Started

  1. Download the latest release package from here.
  2. Import the package contents into your Unity project
  3. Check out the ExampleGame scene to learn how to integrate MultiMouse in your project

Credits

Brogrammist - MultiMouseUnity

Mystery Wizard - The original MultiMouse plugin

tomkail - PlayerLoopUtils and some lightgun logic