RedBigz-UnityJigglePhysics_Redist icon

UnityJigglePhysics Redist

A redistributable plugin for BepInEx for UnityJigglePhysics.

Last updated 2 weeks ago
Total downloads 6438
Total rating 0 
Categories Libraries Misc BepInEx
Dependency string RedBigz-UnityJigglePhysics_Redist-1.0.1
Dependants 5 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

NOTE: I DO NOT OWN THE CODE! CLICK HERE TO GO TO THE BEPINEX BRANCH OF THE OFFICIAL UNITYJIGGLEPHYSICS REPO

Unity JigglePhysics

This is a little package designed for bundling UnityJigglePhysics in your mod. I just copied the C# files in the repo and compiled it as a DLL.

THIS WILL NOT GIVE YOUR CHARACTER BOOBS (lol), it's just an API. I'm working on it though :3

Troubleshooting

I installed the UPM package for UnityJigglePhysics and it's not working! How do I fix it?

You're not supposed to install it over UPM. Download this DLL, place it in your assets folder along with all the core BepInEx DLLs, and give Unity some time to reference it automatically. By the way, a lot of your scripts WILL break, due to the version difference between the BepInEx release of UJP and the UPM release. You will have to fix those (the main issue is that you can't have jiggle groups I think, just one bone per component).

Some Questions and Answers

This mod hasn't been released by the time of writing this, so there aren't any frequently asked questions. Instead, I'll just show you some answers to questions you might be asking.

Does this work with UCustomPrefabs?

YES! In fact, I packaged this mainly for UCustomPrefabs. Just pop the Jiggle Components into your template and build your asset bundle! Make sure your mod depends on this package though.