From 34ac12b929c27d35f73bf7429c2e0541cbf2a0b3 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 17 Nov 2024 04:40:43 +0000 Subject: [PATCH] =?UTF-8?q?stream=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stream.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stream.md b/stream.md index afc22f1..05634a1 100644 --- a/stream.md +++ b/stream.md @@ -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)); ``` +## 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 [superhero fligth animations](https://www.fab.com/ja/sellers/Indie-us%20Games)を出しているところがやっているのがlocal multiplayerのpixel streamingで、一つのアプリ起動で複数人にcamera, controllerを割り当てる。plugin自体はまだ非公開。