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
Hi, now I'm trying to use SlimeVR to connect with an avatar in Unity. Most of all, I'm following ChatGPT, and it tells me that I need to import the OSC Jack Package into Unity. However, when I press play in Unity, it shows this.
how to fix this
" Assets\Script\SlimeVRTracker.cs(8,13): error CS0246: The type or namespace name 'OscReceiver' could not be found (are you missing a using directive or an assembly reference?) "
The text was updated successfully, but these errors were encountered:
That's not a proper way to import a package. Please uninstall it by removing the OscJack-main directory and follow the "How to install" section in README.
Hi, now I'm trying to use SlimeVR to connect with an avatar in Unity. Most of all, I'm following ChatGPT, and it tells me that I need to import the OSC Jack Package into Unity. However, when I press play in Unity, it shows this.
how to fix this
" Assets\Script\SlimeVRTracker.cs(8,13): error CS0246: The type or namespace name 'OscReceiver' could not be found (are you missing a using directive or an assembly reference?) "
The text was updated successfully, but these errors were encountered: