About Store Forum Documentation Contact



Post Reply 
[Solved] Full character body animation does not work properly
Author Message
tipforeveryone Offline
Bronze Supporter

Post: #1
[Solved] Full character body animation does not work properly
https://streamable.com/6upqw6

my character uses only skel.animation() function, all finger bones become state at T-pose until camera get closer
(This post was last modified: 02-24-2022 01:13 PM by tipforeveryone.)
02-03-2022 06:01 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Full character body animation does not work properly
If you're using Game.Chr
then override this method

https://github.com/Esenthel/EsenthelEngi...on.cpp#L64

and either increase range or always return true
02-04-2022 05:10 AM
Find all posts by this user Quote this message in a reply
Post Reply