Skip to main content

Installation

This guide explains how to install KawaiiPhysics in your project.

  1. Get the plugin from Fab
  2. Install it to your project via Epic Games Launcher
  3. Restart your project

Method 2: Download from GitHub

  1. Download the compatible version from Releases
  2. Extract to the Plugins folder
  3. Restart your project
YourProject/
├── Content/
├── Plugins/
│ └── KawaiiPhysics/ ← Place it here
└── YourProject.uproject

Method 3: Git Submodule

cd YourProject
git submodule add https://github.com/pafuhana1213/KawaiiPhysics.git Plugins/KawaiiPhysics

Enabling the Plugin

  1. Open Edit > Plugins
  2. Search for "KawaiiPhysics"
  3. Check Enabled
  4. Restart the editor

Plugin enable screen

Verification

When the plugin is correctly installed, Kawaii Physics will appear in the node list of Animation Blueprint.

KawaiiPhysics node in AnimGraph