OSCMusicUnity is an Andorid project
unity-osc-receiver-master is an Unity project
-
Notice:
- In Android, Internet opereation cannot be placed in the main thread.
- In Android Project the value of remoteIP needs to be changed. (to the IP address of the laptop)
- Make sure both devices connect to the same WIFI.
- In Android, Internet opereation cannot be placed in the main thread.
-
Reference:
- Unity Project is adapted from:
https://github.com/heaversm/unity-osc-receiver - Android Project is adapted from:
https://courses.ideate.cmu.edu/16-223/f2014/tutorial-android-osc-communication/
https://github.com/Gkxd/OSCTutorial
http://stackoverflow.com/questions/36788814/sending-open-sound-control-osc-in-android-studio-socket-error - Find IP address of Macbook:
http://osxdaily.com/2010/11/21/find-ip-address-mac/
- Unity Project is adapted from: