Publisher | Tales From The Rift |
---|---|
File size | 128.95kB |
Number of files | 17 |
Latest version | 1 |
Latest release date | 2018-09-17 10:49:08 |
First release date | 2018-09-17 10:49:08 |
Supported Unity versions | 2018.4.2 or higher |
A Web Server inside your Unity application.
The Web Server for Unity enables your Unity application to respond to HTTP web requests. This is useful if you want to expose content and control via web browser rather then building a user interface into your application directly.
It is ideally suited to adding a REST API to your application.
See how we used it in HoloLens: http://talesfromtherift.com/hololens-contest-week-9/
Key Features:
- HTTP GET and POST
- Serving of StreamingAssets files
- Serving handlers on any Game Object component
- Routing with wildcards
- Server networking handled on background, and message decoding on Unity main thread
- Detection of local IP address
Supported Platforms:
- PC, Mac and Linux Standalone
- Universal Windows Platform
- iOS
- Android
Support:
Our website: TalesFromTheRift.com
Email support: [email protected]
The Web Server for Unity enables your Unity application to respond to HTTP web requests. This is useful if you want to expose content and control via web browser rather then building a user interface into your application directly.
It is ideally suited to adding a REST API to your application.
See how we used it in HoloLens: http://talesfromtherift.com/hololens-contest-week-9/
Key Features:
- HTTP GET and POST
- Serving of StreamingAssets files
- Serving handlers on any Game Object component
- Routing with wildcards
- Server networking handled on background, and message decoding on Unity main thread
- Detection of local IP address
Supported Platforms:
- PC, Mac and Linux Standalone
- Universal Windows Platform
- iOS
- Android
Support:
Our website: TalesFromTheRift.com
Email support: [email protected]