Unity tips - test network client project

In the process of network development, there is no need to create two new projects with the same set of Assets, copy the files other than Assets and ProjectSettings to a new folder, and use the soft link "mklink /j D:\TestClient01\Assets D:\TestClient02\ under CMD "Assets" link the Assets and ProjectSettings of the new project, the 01 project saves the scene, and the 02 project Reload can be used.

Guess you like

Origin blog.csdn.net/weixin_44054505/article/details/120799985