This may be a basic question but I am new to Visual studio and untiy. I have installed the videolibrary(https://github.com/omansak/libvideo) package 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 tried in the console "update-package -reinstall". It work immediately after "update-package -reinstall" in VS but doesn't reflect in Unity. If I close VS and reopen the issue comes back. Since its working in VS at least immediately 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.
I have tried: Updating the references. Reinstalling the package Tried in another computer Converting to nodes all the references