An open API service indexing awesome lists of open source software.

https://github.com/congcoi123/tenio-unity

This is a client of TenIO project based on Unity engine.
https://github.com/congcoi123/tenio-unity

client game-server multiplayer server server-game tcp tenio udp unity

Last synced: about 1 year ago
JSON representation

This is a client of TenIO project based on Unity engine.

Awesome Lists containing this project

README

          






















# TenIO Unity [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=TenIO%20is%20a%20java%20NIO%20based%20server%20specifically%20designed%20for%20multiplayer%20games.%0D%0A&url=https://github.com/congcoi123/tenio%0D%0A&hashtags=tenio,java,gameserver,multiplayer,nio,netty,jetty,msgpack,cocos2dx,unity,libgdx,phaserjs%0D%0A&via=congcoi123)
This is a client of [TenIO](https://github.com/congcoi123/tenio) project base on [Unity](https://unity.com/) engine.

## Features
- It's used to simulator the communication between the client and its server.

## First glimpse
![Simple Communication](https://github.com/congcoi123/tenio/blob/master/assets/login-example-unity-1.gif)

## Wiki
The [wiki](https://github.com/congcoi123/tenio-unity/wiki) provides implementation level details and answers to general questions.

## Dependencies
- Unity 2019.1.2f1

## License
This project is currently available under the [MIT](LICENSE) License.

## Contributing
Please check out the [contributing guideline](CONTRIBUTING.md) for more details.

## Installation
You can get the sources:
```sh
$ git clone https://github.com/congcoi123/tenio-unity.git
```

## Other Clients
| [
TenIO Cocos2dx](https://github.com/congcoi123/tenio-cocos2dx)
| [
TenIO Libgdx](https://github.com/congcoi123/tenio-libgdx)
| [
TenIO Phaserjs](https://github.com/congcoi123/tenio-phaserjs)
|
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

## Running
Please start the server in example 1 before running this client. You start running the class below for your client-side:

```txt
|-- example
|-- example1
| |-- TestServerLogin.java
```

> Happy coding !