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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: