Skip to content

How to connect to the server

kytooooo edited this page Jun 30, 2019 · 2 revisions

How to connect to the server?

In terms of Unity3D,just need to call this line when starting up your game.

        mNetModule.StartConnect("192.168.13.133", 14001);

https://github.com/ketoo/NFClient/blob/master/UnitySDK/Assets/NFrame/NFRoot.cs