https://github.com/ebadier/blinkstick-unity
A simple library to use BlinkStick devices in Unity
https://github.com/ebadier/blinkstick-unity
blinkstick csharp netframework35 unity3d
Last synced: about 1 month ago
JSON representation
A simple library to use BlinkStick devices in Unity
- Host: GitHub
- URL: https://github.com/ebadier/blinkstick-unity
- Owner: ebadier
- License: mit
- Created: 2021-04-09T22:07:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T22:19:18.000Z (about 5 years ago)
- Last Synced: 2025-08-24T14:32:27.439Z (10 months ago)
- Topics: blinkstick, csharp, netframework35, unity3d
- Language: C#
- Homepage:
- Size: 2.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

## Use [BlinkStick](https://blinkstick.com/) devices in Unity with the following benefits
- Library fully compatible with Unity on windows platforms
- A complete test scene to understand the use of the library
## System requirements
Unity version with ***Scripting Runtime >= .NetFramework 3.5***
## Acknowledgments
- [SnapshotGames](https://github.com/SnapshotGames) for their very nice and lightweight [unity color's picker](https://github.com/SnapshotGames/cui_color_picker)