Skip to content

unitycoder/UnityWebServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Web Server

Unity Web Server is a simple web framework that runs on Unity applications.
The supported protocol is only HTTP.

Install

Open Packages\manifest.json and add this line to the "dependencies" section.

"jp.co.hololab.unitywebserver": "https://github.com/HoloLabInc/UnityWebServer.git?path=packages/jp.co.hololab.unitywebserver",

If you want to parse multipart/form-data, please also add the following line.

"jp.co.hololab.unitywebserver.multipart": "https://github.com/HoloLabInc/UnityWebServer.git?path=packages/jp.co.hololab.unitywebserver.multipart",

Play sample scenes

Open the Package Manager window.
Select "Unity Web Server" and press the "Import" button.

Import sample scenes

Play the sample scene and access http://<ip address>:8080 using your web browser.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.3%
  • Other 0.7%