KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
63 stars 8 forks source link

New Time Synchronizer System #250

Open KybernetikGames opened 1 year ago

KybernetikGames commented 1 year ago

Background

The Directional Character Example has a section about Synchronization where it explains how to use the TimeSynchronizationGroup class. It works, but users have found that it isn't particularly convenient to use in real projects.

Solution

Animancer v7.4.2 includes a new TimeSynchronizer script which is much more straightforward to use and also a bit more efficient. That page has an example of how to use it.

I'll probably change the Directional Character Example to use the new script in the next update, but I didn't have time to do it today and Animancer v7.4.2 needed to be released because it fixes a couple of annoying issues. So for now I'm just posting this in case anyone wants to use it and has any feedback or suggestions for how it could be done better.

KybernetikGames commented 2 weeks ago

Animancer v8.0 is now available for Alpha Testing and includes this feature..