Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.43 KB

File metadata and controls

30 lines (20 loc) · 1.43 KB

[DEPRECATED]

This repo was only for the first 4 weeks of development. The tests below are not guaranteed work anymore because it's incompatible with the server. The latest version of CosmicAPI is developed in https://github.com/LagomInteractive/cosmic-game

Header image

CosmicAPI for Unity

This API connects the game client to the cosmic game server.

Realted repos

Files

If you clone this repo you can open the CosmicAPI Test.unity scene you can try it and see how it works.

Dependencies

All dependencies are using upm and will automatically imported with a setup project.

  • NativeWebSocket - For the socket connection to the server
  • Newtonsoft - For parsing and packing data over the sockets (JSON)

Diagrams and Flowchart