OscCore icon indicating copy to clipboard operation
OscCore copied to clipboard

Error when import on VRChat Project

Open juninjune opened this issue 2 years ago • 1 comments

I want use use this package in my VRChat world. Send and Recive OSC message to communicate with theatre stage. But when I import package, There is some errors.

Assets\OscCore\Runtime\Scripts\Utility\OscAddressMethods.cs(33,10): error CS0433: The type 'Il2CppSetOptionAttribute' exists in both 'BlobHandles.Runtime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'VRC.Udon.VRCWrapperModules, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

Assets\OscCore\Runtime\Scripts\Utility\OscAddressMethods.cs(33,26): error CS0433: The type 'Option' exists in both 'BlobHandles.Runtime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'VRC.Udon.VRCWrapperModules, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

How can I resolve this?

juninjune avatar Jun 15 '22 10:06 juninjune

You can't as this isn't what this project is for.

rurre avatar Jul 30 '22 14:07 rurre