I have imported standard unitypackage file to my Unity3D project which has its own C# code. Then I open my Visual Studio Community Edition in order to use its code as namespace and I get this:
It doesn't even showing in Solution of this project:
There is no Nakama
folder where these scripts are being located.
Is there any way to recreate project solution?
I'm using Visual Studio Community Edition 2015 14.0.25
First of all, you should use Visual Studio 2017 (is not mandatory)
Then add your project to your solution.
if you can successfully reference to your project only then you can use it.