https://github.com/drumath2237/hololens-http-client-sample
Simple HTTP Client with MRTK Unity
https://github.com/drumath2237/hololens-http-client-sample
hololens http-client mrtk
Last synced: 4 months ago
JSON representation
Simple HTTP Client with MRTK Unity
- Host: GitHub
- URL: https://github.com/drumath2237/hololens-http-client-sample
- Owner: drumath2237
- License: apache-2.0
- Created: 2021-07-25T09:29:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T09:30:10.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T20:45:42.642Z (over 1 year ago)
- Topics: hololens, http-client, mrtk
- Language: ShaderLab
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hololens-http-client-sample
## About
HTTPでJSONデータをHoloLensからPostしてローカルに保存したいという要望があったので、
そのための至極シンプルなサンプルプロジェクト。
[こちらのhttp鯖サンプル](https://github.com/drumath2237/simple-http-server-sample)と一緒にお使いください。
## Usage
まずは前述のhttp鯖をローカルで起動します。
`Assets/SampleScene`を開くと豆腐とボタンがあるので、シーンを再生してボタンを押下すると
ボタンのプレハブにアタッチされている`HttpSender`コンポーネントで指定されているURL(デフォルトでは`localhost:3000`)にサンプルデータをPOSTします。
## Additional info
まだHoloLensでは試していないですすみません。
たぶん問題ないはずですが。
## Contact
何かございましたら、[にー兄さんのTwitter](http://twitter.com/ninisan_drumath)まで
よろしくお願いいたします。