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.
- Host: GitHub
- URL: https://github.com/congcoi123/tenio-unity
- Owner: congcoi123
- License: mit
- Created: 2020-04-18T03:32:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T00:02:06.000Z (about 6 years ago)
- Last Synced: 2025-03-25T00:51:08.247Z (about 1 year ago)
- Topics: client, game-server, multiplayer, server, server-game, tcp, tenio, udp, unity
- Language: C#
- Homepage: https://congcoi123.dev
- Size: 330 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TenIO Unity [](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

## 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 !