Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 560 Bytes

File metadata and controls

14 lines (12 loc) · 560 Bytes

DCCommons

Collection of tools for Unity3D to help overcome common tasks

Networking

Rest

Simple Rest client built on top of BestHTTP to make api calls easier

Web Socket

Abstract Web socket client which handles all the connection and request/response tasks. You'll just need to extend it and override the encode/decode methods to match your protocol

ActionheroClient

Implementation of WebSocket to work with Actionhero.js server straight away

UI

Simple View-Controller implementation designed to work with Zenject DI system