All Projects → nhn → Socket.io Client Unity3d

nhn / Socket.io Client Unity3d

Licence: other
socket.io-Client for Unity3D, which is compatible with socket.io v1.x

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Socket.io Client Unity3d

Merino
Merino is a narrative design tool that lets you write Yarn scripts inside the Unity Editor
Stars: ✭ 275 (+87.07%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: ✭ 154 (+4.76%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Crystalai
A Utility AI for C# and Unity
Stars: ✭ 328 (+123.13%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Ez Camera Shake Unity
A free powerful asset for achieving easy and quality camera shake in Unity. Open-sourced with the permission of Road Turtle Games. 📷
Stars: ✭ 191 (+29.93%)
Mutual labels:  unity3d, game-development, unity3d-plugin
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+634.01%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-30.61%)
Mutual labels:  unity3d, unity3d-plugin
Arcadevehiclephysics
A framework for creating an arcade inspired physics system for vehicles in Unity
Stars: ✭ 103 (-29.93%)
Mutual labels:  unity3d, game-development
Rocket
RocketMod — .NET Game Server Plugin Framework
Stars: ✭ 147 (+0%)
Mutual labels:  unity3d, game-development
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-2.72%)
Mutual labels:  unity3d, game-development
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+775.51%)
Mutual labels:  unity3d, unity3d-plugin
Dotgame
.GAME is a show hosted on Channel 9 that is dedicated to game development with a primary focus on .NET technology. Each episode will focus on tutorials, cover helpful tips/tricks, or feature an interview with an industry expert.
Stars: ✭ 107 (-27.21%)
Mutual labels:  unity3d, game-development
Reflexityai
Provide a basic framework to build an Utility IA in Unity using the xNode editor of Siccity
Stars: ✭ 109 (-25.85%)
Mutual labels:  unity3d, game-development
Succ
Sexy and Utilitarian Code Configuration
Stars: ✭ 100 (-31.97%)
Mutual labels:  unity3d, unity3d-plugin
Darkconfig
DarkConfig is a configuration library for games which supports fast and expressive iteration
Stars: ✭ 94 (-36.05%)
Mutual labels:  unity3d, unity3d-plugin
Rltm.js
Easily swap realtime providers with a single code base
Stars: ✭ 106 (-27.89%)
Mutual labels:  realtime-messaging, socket-io
Bright Souls
An indie "Dark Souls" clone in Unity with Adaptive Game Technology.
Stars: ✭ 91 (-38.1%)
Mutual labels:  unity3d, game-development
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1238.78%)
Mutual labels:  unity3d, unity3d-plugin
Unity Scriptableobjects Game Events
Based on a great talk by Ryan Hipple, here is my improved version of his Game Event system for Unity
Stars: ✭ 121 (-17.69%)
Mutual labels:  unity3d, unity3d-plugin
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-19.05%)
Mutual labels:  unity3d, game-development
Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (+1265.31%)
Mutual labels:  unity3d, unity3d-plugin

Socket.IO-Client-Unity3D

Download license

Features

Socket.IO-Client for Unity3D, which is compatible with Socket.IO v1.0 and later. (Socket.IO V2 is not supported currently) Socket.io is Opensource Realtime application framework. Socket.io group page : https://github.com/socketio

Versioning

  • The version of Socket.IO-Client-Unity3D follows Semantic Versioning 2.0.

  • Given a version number MAJOR.MINOR.PATCH, increment the

    1. MAJOR version when you make incompatible API changes,
    2. MINOR version when you add functionality in a backwards-compatible manner, and
    3. PATCH version when you make backwards-compatible bug fixes.
  • Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Documentation

Reference to the Wiki section of GitHub.

Roadmap

  • At NHN Entertainment, we service Real-Time Communication System (a.k.a. RTCS) developed by NHN Entertainment.
  • So, We will try to improve performance and convenience according to this roadmap.

Milestones

Milestone Release Date
1.0.0 April 2017
1.0.1 May 2017
1.1.1 July 2017
2.0.0 2017

2.0.0 features planed

Improve performance and convenience, and documentation. Consider the performance test. Support Socket.IO v2.

Contributing

Bug Reporting

If you find a bug, it is very important to report it. We would like to help you and smash the bug away. If you can fix a bug, you can send pull request (Should register a issue before sending PR)

Before Reporting

Look into our issue tracker to see if the bug was already reported and you can add more information of the bug.

Creating new issue

A bug report should contain the following

  • An useful description of the bug

  • The steps to reproduce the bug

  • Details of system environments (OS)

  • What actually happened?

  • Which branch have you used?

Thank you for reporting a bug!

Mailing list

[email protected]

Contributor

  • Junhwan, Oh
  • Doyoung, An
  • Chanyoung, Park

License

Socket.IO-Client-Unity3D is licensed under the MIT license, see LICENSE for details.

The MIT License (MIT)

Copyright (c) 2017 NHN Entertainment Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].