fix
This commit is contained in:
parent
a49bf76d9c
commit
7fdc207655
@ -389,6 +389,8 @@ GameAnimationSample
|
|||||||
+CVarsArray=(Type=CVarBool,Name="DDCVar.NewGameplayCameraSystem.Enable",ToolTip="",DefaultValueFloat=0.000000,DefaultValueInt=0,DefaultValueBool=True)
|
+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
|
||||||
|
|
||||||
`Collision Trace Channel`を設定するには、`Config/DefaultEngine.ini`を編集する必要があります。以下の手順で行います。GASは`traversable`を追加します。これが追加されていないと動きません。
|
`Collision Trace Channel`を設定するには、`Config/DefaultEngine.ini`を編集する必要があります。以下の手順で行います。GASは`traversable`を追加します。これが追加されていないと動きません。
|
||||||
|
@ -7,3 +7,4 @@
|
|||||||
> The only thing you need to do now is open your Player Controller and add the AC_PC_Interaction component:
|
> 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`
|
3. Game State: `AC_GS_Interaction`
|
||||||
> Now just add the AC_GS_Interaction component to your game state:
|
> Now just add the AC_GS_Interaction component to your game state:
|
||||||
|
4. project設定にてcollisionのtrace channelに`LookAtTrace`を`ignore`で追加します。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user