tuatec / TTToolbox

TTToolbox provides useful helper scripts to automate your character integration workflows in Unreal Engine
MIT License
110 stars 30 forks source link

Right Arm not animating in ALS Default Overlay. #15

Closed Speelo closed 2 years ago

Speelo commented 2 years ago

Hello, my Manny's right arm is not being animated when in the Default Overlay with the ALS system. I am using dyanikoglu's ALS-Community version of the Plugin. I also used your Plugin and followed along with the Editor Utility Blueprint parts. As far as I understand the Skeleton's are the same and thats pretty much all we've been working with at this point.

Mantling is awesome, Rifle Overlay and Pistol Overlays are good. I was thinking this is in the constraints but all the Animations look good on their own. I am unsure if this is an IK issue happening somewhere in the Community verson?

I followed along with the basic version of ALSv4 from the Marketplace and same thing. The right arm is not animated.

In this video, I demonstrate my issue. I have completed up to Episode #11.0.

AchimTuran commented 2 years ago

Ah that's your issue... I'm almost pretty sure that your anim curves got messed up from the overlay states. Sadly that is an unreal engine bug that is present since UE4. 🙈

Here might be your fix. https://youtu.be/Bp20Q436RpM

In case you don't want to code it yourself you can use the official release of TTToolbox v0.3.

Let me know if it worked for you, so we can close this issue here. If you step into new issues, do not hesitate to ask your questions here I read from time to time here and answer questions. What might also help is taking a look at the closed issues here on GitHub or in comments below on my YouTube videos. There we already also solved some questions.

Sadly the issue did not show up during video creation. 😪 I think it only happens when the moon and the sun are at very specific locations at a specific time... 🤣

Speelo commented 2 years ago

Ohh okay, I apologize for asking early. Probably should have just kept going. Its just you show the ending results at the end and so far mine isnt matching

AchimTuran commented 2 years ago

Did you get it working now? Oh it's fine, it's still a very complicated topic with lots of small details. Furthermore, we step into engine issues ... :-)

daneweisman commented 2 years ago

Just chiming in that I am also having this same issue with a metahuman retargeted to ALS. All other fixes recommended in the tutorials have worked so far but the arm is the last thing that is still unresolved. I tried fixing the anim curves one by one in the retargetted animations using TTCopyAllCurves, and added the missing curves to the metahuman base skeleton. This fixed some other issues but not the arm unfortunately.

Appreciate your efforts on this tool!

EDIT: I resolved the issue by using TTCopyAllCurves on the overlay states. I had initially only done it to animations and not the static poses, but the overlay state poses seemed to have curves as well that needed to be re-copied. The right arm is now working as it should. Thanks again!

AchimTuran commented 2 years ago

Aye! Overlay state anim sequences are the main part when it comes to anim curves.

Thank you guys really appreciate that you like my work and tutorials. Soon I will make an entire series about Metahumans. Found some pretty neat parts that will make our life's easier when it comes to Metahuman retargeting. 😉

As the issue seems to be solved I will close this one here.

If you guys step into further issues, do not hesitate to open a new one here.

All the success to your character integration journeys. 😉