From 22b19203ffd65038c5c36b3c4bf7569ed26666b6 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Sep 2024 08:04:57 +0000 Subject: [PATCH] =?UTF-8?q?tips=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 --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index 4c63e29..2a01515 100644 --- a/tips.md +++ b/tips.md @@ -45,7 +45,7 @@ meshにcollisionが設定されていないのですり抜けます。これを ## web -[pixel streaming](https://dev.epicgames.com/documentation/ja-jp/unreal-engine/getting-started-with-pixel-streaming-in-unreal-engine)を使います。 +webからゲームを操作できるようにするには、[pixel streaming](https://dev.epicgames.com/documentation/ja-jp/unreal-engine/getting-started-with-pixel-streaming-in-unreal-engine)を使います。ゲームは世界的に公開され、アクセスした人はゲームをプレイできます。 ```sh # https://github.com/EpicGamesExt/PixelStreamingInfrastructure