Skip to content

How to debug with unity3d

kytooooo edited this page Mar 20, 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 latest unity3d.

#3: open NFRoot scene and run the game client

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