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

name 'ImpromptuNinjas' could not be found #9

Open
prismspecs opened this issue Apr 4, 2021 · 1 comment
Open

name 'ImpromptuNinjas' could not be found #9

prismspecs opened this issue Apr 4, 2021 · 1 comment

Comments

@prismspecs
Copy link

Assets\ExecutableServices.cs(3,7): error CS0246: The type or namespace name 'ImpromptuNinjas' could not be found (are you missing a using directive or an assembly reference?)

I get the above error when I try to run the Unity demo on Windows

@Armitage1982
Copy link

Armitage1982 commented Apr 28, 2021

This is because NuGetForUnity is only compiled after the demo files and therefore the dependencies cannot be downloaded.
Just remove temporarily the files and folders that cause errors, let the NuGetForUnity do its job, then restore those files.
You will probably need to reload your Unity project after that to preload everything correctly.

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

No branches or pull requests

2 participants