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!
- Host: GitHub
- URL: https://github.com/jackyyang09/multi-mouse-unity
- Owner: jackyyang09
- License: mit
- Created: 2023-01-11T00:36:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T01:27:59.000Z (about 2 years ago)
- Last Synced: 2025-03-15T00:48:01.703Z (2 months ago)
- Language: C#
- Size: 662 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 - MultiMouseUnityMystery Wizard - The original MultiMouse plugin
tomkail - PlayerLoopUtils and some lightgun logic