Skip to content

Instantly share code, notes, and snippets.

View PikaChokeMe's full-sized avatar

PikaChokeMe PikaChokeMe

  • N/A
  • Sitting or standing when not lying down
View GitHub Profile
@PikaChokeMe
PikaChokeMe / UnityHttpListener.cs
Last active March 5, 2023 14:11 — forked from amimaro/UnityHttpListener.cs
Listen for Http Requests with Unity
using UnityEngine;
using UnityEngine.Networking;
using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;
public class UnityHttpListener : MonoBehaviour
{