Proportionalizer makes proportion adjustments to character models easy, extending their customization and useability.
Preview: youtube.com/watch?v=fBO_taV3uRw&feature=youtu.be
Join the Discord server for discounts, support, and discussion: https://discord.gg/CvV2MHk
Proportionalizer makes proportion adjustments to character models easy, extending their customization and useability.
Possible Uses:
Just add a ProportionalizerComponent to your actor and call SetTargetMesh on BeginPlay to link it to your character mesh. In your animation blueprint, and a Proportionalize Node and tell it to use the ProportionalizerComponent. That single node is all you need. Its easily configured, easily extended, and works with any character. Just add ProportionalizerData objects to the array in the ProportionalizerComponent to suit your needs. Because they work off of bone names, not by directly referencing skeleton assets, you don't need to retarget ProportionalizerData objects to reuses them. Easily create your own custom proportion properties using the included set as an example. A demonstration blueprint and user interface included.
Features:
Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))
Number of Blueprints: 18
Number of C++ Classes: 3
Network Replicated: No
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows