animancer icon indicating copy to clipboard operation
animancer copied to clipboard

Documentation for the Animancer Unity Plugin.

Results 45 animancer issues
Sort by recently updated
recently updated
newest added

# Use Case When your character transits from one animation to another, sometimes you don't want the source animation to gradually fade away (in whatever curve). For example, when transiting...

Enhancement

# Use Case Some games use a combination of 2D Sprites in a 3D world, for example: - Tree of Savior ![treeofsavior-english-epl-523](https://github.com/KybernetikGames/animancer/assets/43698611/cd83e87f-2076-4d32-9c93-1b0d38430a77) - Ragnarok Online ![download-ragnarok-mobile](https://github.com/KybernetikGames/animancer/assets/43698611/748ecd65-d6c0-4432-87b1-9ca45752a999) Animancer's [Directional Animation Sets](https://kybernetik.com.au/animancer/docs/manual/playing/directional-sets/)...

Enhancement
Solved
Feedback Wanted

# Use Case The Playables API doesn't support [Target Matching](https://docs.unity3d.com/Manual/TargetMatching.html). # Solution I've come up with a simple implementation of target matching based on [a post by jiraphatK](https://forum.unity.com/threads/animancer-less-animator-controller-more-animator-control.566452/page-38#post-8782348). It only...

Enhancement
Solved
Feedback Wanted

In the example of a custom MotionClip for root motion (https://kybernetik.com.au/animancer/docs/examples/locomotion/root-motion/), you show a class which sets RootMotion for the animator when starting a clip. In this example, disabling root...

Question
Feedback Wanted

# Use Case This issue is split out from https://github.com/KybernetikGames/animancer/issues/262 since it could be implemented separately from the main idea presented there. > Multiple events on the same animation could...

Enhancement
Solved
Feedback Wanted

# Environment - Animancer Version Number: v7.4.2 - Animancer Pro or Lite: Both - Unity Version: Any - Platform: Any # Description These toggles below the Speed header shouldn't be...

Bug
Solved

# Background The [Directional Character Example](https://kybernetik.com.au/animancer/docs/examples/directional-sprites/character) has a section about [Synchronization](https://kybernetik.com.au/animancer/docs/examples/directional-sprites/character/#synchronization) where it explains how to use the `TimeSynchronizationGroup` class. It works, but users have found that it isn't particularly...

Enhancement
Solved
Feedback Wanted

# Use Case Just want to point out if you follow the guide to update rate here https://kybernetik.com.au/animancer/docs/examples/fine-control/update-rate/ it will no longer process parts of the graph on worker threads...

Enhancement

# Background Copied from [Animancer's Documentation](https://kybernetik.com.au/animancer/docs/manual/fsm/overview#networking): > Since all the states, parameters, and transitions in an Animator Controller need to be defined upfront, the current state identifier and parameter values...

Enhancement
Feedback Wanted

I was hoping someone could share some example setup of how to use animancer, their state machine with a multiplayer solutions. I am mostly trying to wrap my head around...

Question
Feedback Wanted