From 3db721a4356b9de343efe5d294a67867d646dfc3 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 21 Dec 2025 08:30:53 +0000 Subject: [PATCH] =?UTF-8?q?NIS=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NIS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 NIS.md diff --git a/NIS.md b/NIS.md new file mode 100644 index 0000000..db850cb --- /dev/null +++ b/NIS.md @@ -0,0 +1,23 @@ +# Nice Interaction System + +- updated: 5.7.1 +- https://niceshadow.gitbook.io/nice-interaction-system + +アイテムを取得するシステム。 + +## アイテムを取得するまで + +1. [docs](https://niceshadow.gitbook.io/nice-interaction-system)があります。基本的にGame Modeの設定に入っているPlayer Controller, Game Stateのファイルを開きます。GASは`GM_Snadbox`などがそれにあたります。これらのBPにcomponentを追加します。 +2. Player Controller: `AC_PC_Interaction` +> 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`で追加します。 + +## アイテムを取得できない問題を修正 + +- 2025.12.21 + +https://blueprintue.com/blueprint/l5io0wqx/ + +