Skip to content

How to debug with unity3d

kytooooo edited this page May 11, 2020 · 9 revisions

How to debug with Unity3D

To debug with Unity3D, first of all, you need to run the game server before start your debug:

For the game server:

1: Modify the Redis password as NoahGameFrame

2: Run Redis database

3: Open the solution NoahFrame.sln with VS2019 to run the game server

4: Wait for the game server setup

For the client-side:

1: Download the NFUnitySDK from GitHub:

https://github.com/ketoo/NFUnitySDK

2: open NFUnitySDK with the latest unity3d.

3: open NFRoot scene and run the game client

4: Input your IP (if your game server running with you client-side in the same machine, normally 127.0.0.1) and click Login button:

Default situation, the account and the password are the same, for example:

Account: 123456 Password: 123456

Showcase

Clone this wiki locally