This is a client of TenIO project base on Unity engine.
- It's used to simulator the communication between the client and its server.
The wiki provides implementation level details and answers to general questions.
- Unity 2019.1.2f1
This project is currently available under the MIT License.
Please check out the contributing guideline for more details.
You can get the sources:
$ git clone https://github.com/congcoi123/tenio-unity.git
![]() TenIO Cocos2dx |
![]() TenIO Libgdx |
![]() TenIO Phaserjs |
---|
Please start the server in example 1 before running this client. You start running the class below for your client-side:
|-- example
|-- example1
| |-- TestServerLogin.java
Happy coding !