-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Unity Animation Essentials
By :
Based on the previous example, we've created a scene where an imported character undergoes a walking animation from the Unity characters package. On pressing Play, you'll notice the character not only plays a walk animation but actually walks forwards in the scene, as opposed to in-place walking. In other words, a walk animation plays and the character moves in terms of his scene position. This happens because of root motion. Root motion refers to any animation or change applied to the position and rotation of the topmost (root) object in the mesh hierarchy. The imported character mesh contains many child objects, for its bones and pieces. However, animation applied to the top-level object is regarded as root motion. By default, root motion is enabled for the character, which means that it will move when the animation plays. You can, however, disable root motion, causing the character to walk in-place, that is, walk without moving anywhere. To achieve this, select the character...
Change the font size
Change margin width
Change background colour