stella3d / OscCore

A performance-oriented OSC library for Unity
MIT License
156 stars 28 forks source link

Error when import on VRChat Project #16

Open juninjune opened 2 years ago

juninjune commented 2 years ago

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?

rurre commented 2 years ago

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