Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.
/ wrmhl Public archive

(Archived) Simple communication between Unity3D and Arduino - by Maxim xyz.

License

Notifications You must be signed in to change notification settings

relativty/wrmhl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Super fast communication beetwen Unity and Arduino ⚡️⚡️

Getting Started ⚡️

Install

You can either install using Git or direct Download. From command line:

# Clone this repository
$ git clone https://github.com/relativty/wrmhl

Upload on Arduino 🤖

Upload to the Arduino the following program:

wrmhl/Arduino/Arduino.ino

On Unity3D ! 💻

Open the project, wrmhl folder or wrmhl-master 🌈

Import package

Assets, Import Package, Custom Package.. Go ⚡️

Go to Edit -> Project Settings -> Player, and under "Other Settings" find an option that reads "Api Compatibility Level" and change it from ".NET 2.0 Subset" to ".NET 2.0".

Run Run Run ! ✌️

Select Assets/WRMHL/DemoScenes and choose the demo of your choice !