diff --git a/DualSense.md b/DualSense.md new file mode 100644 index 0000000..5ae8794 --- /dev/null +++ b/DualSense.md @@ -0,0 +1,23 @@ +# Controller Support + +- updated: 5.7.1 + +DualSense PS5 Controller Plugin + +## 何もしなくても動く + +これはpluginをinstallするだけで動きます。 + +色を変えるには、BPにnode(ノード)を書きます。 + +## mac/iosには非対応 + +```json + { + "Name": "WindowsDualsense_ds5w", + "Enabled": true, + "PlatformAllowList": [ + "Win64" + ] + } +``` \ No newline at end of file