Hello everyone!
FluX Dynamic is a physical behavior control tool that enables the movement of “hair”, “skirt”, “tail”, etc. in Unity.
You can adjust them with simple parameters while checking the moving area on the Unity editor.
FluX Dynamic has a unique design that does not use Physics to reduce the physics calculation process.
Therefore, it can be run on all platforms supported by Unity, from high-end to mobile.
[Features]
・Settings/adjustments can be completed in the editor (can also be controlled by scripts).
・The movable area is visualized in the editor, making it easy to set and adjust.
・A unique design that does not use physics, it reduces the physics calculation process.
・It can be used on a wide range of platforms, from high-end to mobile.
・Works on all platforms.
・All source code is included.
Comparing with others, FluX Dynamic includes a setting that takes into account “cloth” like skirts.
1. The skirt is designed to be linked to the animation movement without using collision, so even if the character or animation moves at high speed, the skirt will not interpenetrate the legs.
Hello.I am interested in this asset.
Can this asset do multi-threaded physics control?I am expecting the performance to use very little CPU power for the main thread.
Hi ohbado,
Thank you for your question.
Unfortunately, this tool does not support multi-threaded calculations.
The calculations are done in the main thread.
FluX Dynamic is designed to control bones only.
The reason for this is that controlling Mesh
vertices will cause a processing load.
However, as per attached video, even if you don’t have “FBX, Bone, Mesh”,
you can create a bone in the Editor and move it with FluX Dynamic.
i encounter a error when adding this in a character prefab scene, any help would be appreciated.
Object reference not set to an instance.
How do i fix this error?
<<<<< This was during model creation >>>>>
When using AngleLimit, the orientation of the bones in the model is very important.
The reason for this is that the AngleLimit is based on the orientation of the bones.
our character zyx direction is not the same as the plugin however, are we still able to set it up accordingly just that x,y,z settings may be differnt? or we must be the same?