Closed Ansahmadiba closed 7 years ago
What version of Unity are you using and what is your OS ?
I cannot replicate this error. Are you importing the package twice?
My Unity version is 5.5.2 and OS Windows. I imported the package once.
The package is already in the example. So no need to import.
The instructions are for new projects. Maybe that is confusing. The example runs without any modification.
Following are the errors while opening the OSC unity example package: Assets/OSC/OSC.cs(124,14): error CS0101: The namespace
global::' already contains a definition for
UDPPacketIO'Assets/OSC/OSC.cs(306,16): error CS0101: The namespace
global::' already contains a definition for
OscMessage'Assets/OSC/OSC.cs(365,24): error CS0101: The namespace
global::' already contains a definition for
OscMessageHandler'Assets/OSC/OSC.cs(385,16): error CS0101: The namespace
global::' already contains a definition for
OSC'