Summary
    Code for the Locomotion examples.
    
			Class Types
| Class | Summary | 
|---|---|
| Linear | 
									
    An example of how you can wrap a UnityEngine.RuntimeAnimatorController containing a single blend tree in a
    Animancer.Float1ControllerState to easily control its parameter.
     | 
							
| Linear | 
									
    An example of how you can use a Animancer.LinearMixerState to mix a set of animations based on a
    Animancer.Examples.Locomotion.LinearMixerLocomotion.Speed parameter.
     | 
							
| RootMotion | Demonstrates how you can use Root Motion for some animations but not others. | 
| Screen | 
									A simple trigger that teleports anything exiting it over to the left. | 
| SpiderBotController | 
    Controls a Animancer.Examples.FineControl.SpiderBot with a Animancer.MixerTransition2D and UnityEngine.Rigidbody to allow
    the bot to move around the scene in any direction.
     |