解决photonserver创建自己的项目, 启动后 自动停止

如果出现下面的错误

System.Exception: Can't find PsTest.dll in  or F:\游戏\photon\Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\PsTest\bin
   在 PhotonHostRuntime.PhotonDomainManager.PhotonDefaultAppDomainBehavior.CreateAppDomain(String name, String assemblyName, String 

在vs2019版本 生成项目后 会自动加载到F:\游戏\photon\Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\PsTest\bin\netstandard2.0这个目录下,吧netstandard2.0的文件放到bin目录下 ,然后重启 就好了。

 

 

 

你可能感兴趣的:(unity)