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`で追加します。