のりまき日記
id:caramelman04
unity)かんたんにwebサーバーを立てたい
はじめに unityでインタラクションコンテンツを作っていると、アプリ間の連携などでhttpによる通信がしたいことがよくあります。よく使う実装をメモとして残しておきます。 tsururin.hatenablog.com コード using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using UnityEngine; public…