stream を更新

syui 2024-11-17 04:40:43 +00:00
parent 4c6f4c0612
commit 34ac12b929

@ -74,6 +74,13 @@ this.flags.set(Flags.GamepadInput, new _SettingFlag__WEBPACK_IMPORTED_MODULE_2__
this.flags.set(Flags.XRControllerInput, new _SettingFlag__WEBPACK_IMPORTED_MODULE_2__.SettingFlag(Flags.XRControllerInput, 'XR controller input', 'If enabled, send XR controller events to streamer', false, useUrlParams)); this.flags.set(Flags.XRControllerInput, new _SettingFlag__WEBPACK_IMPORTED_MODULE_2__.SettingFlag(Flags.XRControllerInput, 'XR controller input', 'If enabled, send XR controller events to streamer', false, useUrlParams));
``` ```
## multiplayer
pixel streamingとcallab viewerやvagon streamを使用すると実現できるかもしれません。
- https://dev.epicgames.com/documentation/en-us/unreal-engine/collab-viewer-template-quick-start-in-unreal-engine
- https://vagon.io/blog/how-to-create-multiplayer-unreal-engine-experiences
## pixel streaming(PS) ext plugin ## pixel streaming(PS) ext plugin
[superhero fligth animations](https://www.fab.com/ja/sellers/Indie-us%20Games)を出しているところがやっているのがlocal multiplayerのpixel streamingで、一つのアプリ起動で複数人にcamera, controllerを割り当てる。plugin自体はまだ非公開。 [superhero fligth animations](https://www.fab.com/ja/sellers/Indie-us%20Games)を出しているところがやっているのがlocal multiplayerのpixel streamingで、一つのアプリ起動で複数人にcamera, controllerを割り当てる。plugin自体はまだ非公開。