An open API service indexing awesome lists of open source software.

https://github.com/jackyyang09/multi-mouse-unity

Get multiple mouse devices moving in Unity!
https://github.com/jackyyang09/multi-mouse-unity

Last synced: 2 months ago
JSON representation

Get multiple mouse devices moving in Unity!

Awesome Lists containing this project

README

        

# Overview
MultiMouseUnity is a Unity implementation and wrapper of Mystery Wizard's [MultiMouse](https://www.sindenwiki.org/wiki/The_House_of_the_Dead_Remake) 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

https://user-images.githubusercontent.com/11392541/211867078-4d05bcbd-1ad4-47e1-98d7-daee6032b642.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](https://github.com/jackyyang09/Multi-Mouse-Unity/releases).
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