From 7fdc207655a8cc87a8576f2b3be1c50dbfdbccc5 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 14 Feb 2025 02:44:38 +0900 Subject: [PATCH] fix --- book/city/README.md | 2 ++ book/plan/04_item.md | 1 + 2 files changed, 3 insertions(+) diff --git a/book/city/README.md b/book/city/README.md index 8c271ff..8ab852b 100644 --- a/book/city/README.md +++ b/book/city/README.md @@ -389,6 +389,8 @@ GameAnimationSample +CVarsArray=(Type=CVarBool,Name="DDCVar.NewGameplayCameraSystem.Enable",ToolTip="",DefaultValueFloat=0.000000,DefaultValueInt=0,DefaultValueBool=True) ``` +現在、[characterのcollisionが機能しない問題](/city/00_err.html)が発生します。 + ### Collision Trace Channel `Collision Trace Channel`を設定するには、`Config/DefaultEngine.ini`を編集する必要があります。以下の手順で行います。GASは`traversable`を追加します。これが追加されていないと動きません。 diff --git a/book/plan/04_item.md b/book/plan/04_item.md index 4fdfacf..a02379a 100644 --- a/book/plan/04_item.md +++ b/book/plan/04_item.md @@ -7,3 +7,4 @@ > The only thing you need to do now is open your Player Controller and add the AC_PC_Interaction component: 3. Game State: `AC_GS_Interaction` > Now just add the AC_GS_Interaction component to your game state: +4. project設定にてcollisionのtrace channelに`LookAtTrace`を`ignore`で追加します。