Checking "Smooth transition out" under "move method" of the Camera: Switch Action solved my problem. Everything is perfectly smooth now!
The solution was so obvious!
Thank you so much!
I had the same problem but I solved it.
On the official tutorial, you can read:
Select [the texture] within Unity, and view it's Inspector window. Change the Texture Type to Advanced, and check Read/Write Enabled. The Tint map will not work with thi…
For the record, here his the custom action I wrote using Chris help & the tutorial:
using UnityEngine;using System.Collections;
#if UNITY_EDITORusing UnityEditor;#endif
namespace AC{[System.Serializable]public class ActionLanguage : Action{// De…
Many thanks for your help!
I didn't know about root motion. I played with it today:I added the property "position" to my walk animation and changed the x & y for each frame according to the feet position.Then I set "Both Tangents&…