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
This may be a basic question but I am new to Visual studio and untiy. I have installed this using nuget package manager in Visual studio, but it keeps says reference not found when I add the "using VideoLibrary" code.
I have tried updating the reference dependencies and also tries doing in the console "update-package -reinstall". It work immediately in VS but doesn't reflect in Unity. If i close VS and reopen the issue comes back. Since its working in VS atleast immedietly after and not in unity I suspect the installation or package unloading should happen also in unity is some way.
I think I am missing something in the procedure of installing this in unity. Help appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This may be a basic question but I am new to Visual studio and untiy. I have installed this using nuget package manager in Visual studio, but it keeps says reference not found when I add the "using VideoLibrary" code.
I have tried updating the reference dependencies and also tries doing in the console "update-package -reinstall". It work immediately in VS but doesn't reflect in Unity. If i close VS and reopen the issue comes back. Since its working in VS atleast immedietly after and not in unity I suspect the installation or package unloading should happen also in unity is some way.
I think I am missing something in the procedure of installing this in unity. Help appreciated.
EDIT: I was able to install it directly in unity thanks to Nuget package manager ( https://github.com/GlitchEnzo/NuGetForUnity). In case any one wants to know
Beta Was this translation helpful? Give feedback.
All reactions