Hacker News new | ask | show | jobs
by Whodi 5155 days ago
This is why Unity3D is so much more of a pleasure to work with than Unreal. Playing a new animation on a skinned mesh really can be as simple as Animation.Crossfade(). With a little creative thinking, power and simplicity don't have to be playing tug-of-war, they can actually complement each other.
1 comments

As opposed to the Unreal equivalent, PlayCustomAnim()? :). There are things that Unity does better than Unreal but animation isn't a great example.