Iam1337 / extOSC

extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
MIT License
193 stars 25 forks source link

string.Join error when importing #23

Closed timFinn closed 2 years ago

timFinn commented 2 years ago

https://github.com/Iam1337/extOSC/blob/3b37fc27b5c45d9976a81e921dae96af32d8d69e/Assets/extOSC/Scripts/Editor/OSCDefinesManager.cs#L55

When importing, the following compiler error gets thrown. Using 2020.3.33f1

Library\PackageCache\com.iam1337.extosc@f76f5f953a\Scripts\Editor\OSCDefinesManager.cs(55,79): error CS1503: Argument 1: cannot convert from 'char' to 'string'

timFinn commented 2 years ago

Created PR https://github.com/Iam1337/extOSC/pull/24

Iam1337 commented 2 years ago

Thanks! Sorry for late answer.