YanDaik
(YanDaik)
September 12, 2022, 11:16am
1
How to physically simulate all bones in the body including pelvis, but keeping hands in fixed position? So body wont fall down but will be held by hands.
In other world: i want hands of character animated and stayed in animated position, while pelvis wash dragged by them.
example: uncharted technique.
L.F.A
(L.F.A.)
September 12, 2022, 12:12pm
2
Hi there
I guess you want to simulate physics while hanging. If so, there’s a tutorial showing the basics of it:
Full playlist from CodeLikeMe channel
VIDEO
YanDaik
(YanDaik)
September 12, 2022, 12:21pm
3
Looks like he does not simulate pelvis and i need to simulate its movement.
1 Like
L.F.A
(L.F.A.)
September 12, 2022, 1:20pm
4
If you set pelvis as kinematic, that will follow the animation. Not sure if that will break the simulation.
YanDaik
(YanDaik)
September 14, 2022, 3:35pm
5
Nope. The guy in unreal lesson on youtube said its impossible right now.
If you set the “Physics Transform Update Mode” on your skeletal mesh component to “Component Transform Is Kinematic” you can simulate the body with the hands being kinematic. Using Kinematic Bodies with Simulated Parents in Unreal Engine | Unreal Engine 5.0 Documentation