Communicate between Unity Project and Website

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • bullet-mania

  • If latency is a concern, you probably need a backend that can handle websocket connections as well as UDP connections from Unity clients (possible I am misunderstanding your game's setup). A game-focused hosting solution like Hathora would be a good fit here because you will be able to minimize latency and get access to APIs that are made for game developers. Here's an open-source tutorial game that shows a multiplayer web game running on Hathora (disclosure: I am a founding engineer at Hathora). We also have a Unity plugin launching later this week, I can notify you when I launches if you have interest.

  • Socket.io

    Realtime application framework (Node.JS server)

  • I'm not sure what you're after but i think if you want to send a string every so often you can try Websocket Connections . Run a simple back-end in your favourite language.And send messages in rooms. If you want to stick to C# i suggest DotnetCore+SignalR If you're ok with javascript you can try socket.io because it's super easy to implement. If you need more help DM me.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts