Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix this error #46

Open
wolfyHale opened this issue Sep 4, 2024 · 3 comments
Open

How to fix this error #46

wolfyHale opened this issue Sep 4, 2024 · 3 comments
Assignees
Labels

Comments

@wolfyHale
Copy link

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?) "
messageImage_1725427740820
image
image

@keijiro keijiro self-assigned this Sep 4, 2024
@keijiro
Copy link
Owner

keijiro commented Sep 4, 2024

It seems that the project hasn't imported the OscJack package. Have you imported it via Package Manager?

@wolfyHale
Copy link
Author

I did. Please correct me if I'm wrong. What I did is I go to window --> Package Manager --> + Add package from git URL and I add this https://github.com/keijiro/OscJack.git

After that I download this zip and Extract in the Assets in the folder .

image
image

@keijiro
Copy link
Owner

keijiro commented Sep 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants