Search code examples
c#visual-studiounity-game-engine

Unity3D, Imported package's code not showing in Visual Studio


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:

Not loading

It doesn't even showing in Solution of this project:

No folder

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


Solution

    1. First of all, you should use Visual Studio 2017 (is not mandatory)

    2. Then add your project to your solution.

    3. Then add a reference to your added project.

    if you can successfully reference to your project only then you can use it.