You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: