keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
475 stars 66 forks source link

OscServer is inaccessible due to its protection level (Unity 2017.1) #12

Closed sergiobd closed 5 years ago

sergiobd commented 5 years ago

I'm getting the error:

"Assets/OscJack/Editor/OscMonitorWindow.cs(63,46): error CS0122: `OscJack.OscServer.ServerList.get' is inaccessible due to its protection level " In Unity 2017.2 . I dont get it in 2018.2. Don't really understand why...

keijiro commented 5 years ago

OscJack now requires assembly definition support. So, it only works on 2017.3 or later.

Sorry for the misinformation. I updated README.