diff --git a/GASP.md b/GASP.md index 2f97e0b..e96aac6 100644 --- a/GASP.md +++ b/GASP.md @@ -141,4 +141,17 @@ https://www.youtube.com/watch?v=FTX1CrzKBy8 右=後退、左=前進になっている。 -これを修正するには`/Game/StackOBot/Input/IMC_SideScrollingControls`で`IA_MoveSideScrolling`のスカラーで`x: -1, z: -1`に変更する。 \ No newline at end of file +これを修正するには`/Game/StackOBot/Input/IMC_SideScrollingControls`で`IA_MoveSideScrolling`のスカラーで`x: -1, z: -1`に変更する。 + +## moverのslidingが床に埋まる + +これは、build shippingのみで発生します。 + +- /Game/Blueprints/SandboxCharacter_Mover +- Update_FloorValues +- `Impact Point` -> `Location` +- `Impact Normal` -> `Normal` + +このように修正します。 + +https://blueprintue.com/blueprint/ym4xa1u_/ \ No newline at end of file