Git address: Https://github.com/kbengine/kbengine_unity3d_demo
Demo Chinese Address: https://github.com/kbengine/kbengine_unity3d_demo/blob/master/README_CN.md
QQ Exchange Group: 461368412
The experimental version is: Kengine 1.0.0
Asset Library; kbengine_unity3d_demo1.0.0
I. Server-side operations 1. First, you need to ensure that you have installed the Kbengine service-side engine (please ignore the installation.)
For the installation of the Kbengine engine, refer to the official documentation:
Download server Source (kbengine):
Https://github.com/kbengine/kbengine/releases/latest
Compile (Kbengine):
Http://www.kbengine.org/docs/build.html
Installation (Kbengine):
Http://www.kbengine.org/docs/installation.html
2. Download the service-side Demo Asset Library:
Note: The version of the Asset library and the engine have the same version of the client plug-in
Server-side Asset Library Download:
Https://github.com/kbengine/kbengine_demos_assets/releases/latest
Command: Wget-c https://github.com/kbengine/kbengine_demos_assets/archive/v1.0.0.zip
After downloading, unzip it and place the directory file under the server engine root directory "kbengine/", as
II. client operation 1. Download client
Https://github.com/kbengine/kbengine_unity3d_demo/archive/master.zip
2. Download the Kbengine client plugin
Client plugin Download:
Https://github.com/kbengine/kbengine_unity3d_plugins/releases/latest
Command: Wget-c https://github.com/kbengine/kbengine_unity3d_plugins/archive/v1.0.0.zip
After download, please unzip it, plug-in source please place in: assets/plugins/kbengine/kbengine_unity3d_plugins
Third, start
To start the service side with a startup script:
Windows:
Kbengine\kbengine_demos_assets\start_server.bat
Linux:
kbengine\kbengine_demos_assets\start_server.sh
Four, configure the demo
Five. Precautions
Read more about official documents: HTTPS://GITHUB.COM/KBENGINE/KBENGINE_UNITY3D_DEMO/BLOB/MASTER/README_CN.MD
I am using a container, it is important to note that
1, environment variable--need to point to asset Library
IP issues with 2.baseapp
Because the IP is mapped by the container, the configuration problem needs to be changed
Service-Side default configuration (Kbe/res/server/kbengine_defs.xml)
3. is a port issue
Container needs to open two ports
Kbengine Game Engine-"4" Demo-kbengine_unity3d_demo install Test on container Docker