thomasfredericks / UnityOSC

Open Sound Control (OSC) for Unity
Other
187 stars 34 forks source link

On opening OSC Unity Example file #1

Closed Ansahmadiba closed 7 years ago

Ansahmadiba commented 7 years ago

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 forUDPPacketIO'

Assets/OSC/OSC.cs(306,16): error CS0101: The namespace global::' already contains a definition forOscMessage'

Assets/OSC/OSC.cs(365,24): error CS0101: The namespace global::' already contains a definition forOscMessageHandler'

Assets/OSC/OSC.cs(385,16): error CS0101: The namespace global::' already contains a definition forOSC'

thomasfredericks commented 7 years ago

What version of Unity are you using and what is your OS ?

thomasfredericks commented 7 years ago

I cannot replicate this error. Are you importing the package twice?

Ansahmadiba commented 7 years ago

My Unity version is 5.5.2 and OS Windows. I imported the package once.

thomasfredericks commented 7 years ago

The package is already in the example. So no need to import.

thomasfredericks commented 7 years ago

The instructions are for new projects. Maybe that is confusing. The example runs without any modification.