which version of locomotion system is up-to-date?

There’s the locomotion system found in: Locomotion System | Animation Tools | Unity Asset Store

The Bootcamp Demo also uses the locomotion system.

The free 3rd person tutorial found in the Asset Store: Noname0220 | Templates | Unity Asset Store also uses the locomotion system.

Looking at them, they all have different versions of the code. So which one is the up-to-date one?

The Locomotion System found in the Locomotion System project ( Locomotion System | Animation Tools | Unity Asset Store ) is most up-to-date.

Thanks! Just a suggestion: would it be possible to officially host the scripts in a repository like github or a simple svn server to ensure we have the latest code always? Having to redownload the whole Locomotion System Project (105 MB download) just to get the scripts everytime there are changes is too cumbersome, unless of course there are no planned changes anymore.

Thanks again!

The documentation says that:

However I see no such menu item in Unity for the Locomotion System project. In fact I see no [MenuItem (“Tools/Locomotion Initialization”)] in LocomotionEditorClass.cs. Is such a thing not needed anymore? It seems the initialization button for that has been moved to the LegController script.

Yes, indeed it’s an error in the docs. The button on the LegController has replaced the menu.

I’ve been meaning to get the Locomotion System on the Asset Store but haven’t had the time yet. I’d then have two versions - the core system (which is just a bunch of scripts) and the full example project.