Readme.asset 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!114 &11400000
  4. MonoBehaviour:
  5. m_ObjectHideFlags: 0
  6. m_CorrespondingSourceObject: {fileID: 0}
  7. m_PrefabInstance: {fileID: 0}
  8. m_PrefabAsset: {fileID: 0}
  9. m_GameObject: {fileID: 0}
  10. m_Enabled: 1
  11. m_EditorHideFlags: 0
  12. m_Script: {fileID: 11500000, guid: fcf7219bab7fe46a1ad266029b2fee19, type: 3}
  13. m_Name: Readme
  14. m_EditorClassIdentifier:
  15. icon: {fileID: 2800000, guid: a999ebd188c6842119197c7562792a72, type: 3}
  16. title: Animation Rigging Samples
  17. sections:
  18. - heading: Constraint Samples
  19. text: "This project contains simple samples of each constraint. The scenes can
  20. be found the Project > Unity > ConstraintSamples > Scenes folder. The following
  21. sections provide details on each scene. For a detailed explanation of each
  22. constraint, refer to the documentation links below, or the help icon on each
  23. constraint component. In these scenes, all constraints can be found in the
  24. hierarchy under the root > rig GameObject. To see the \u201Csource\u201D animations
  25. (without the rig/constraints), simply set the \u201Crig\u201D weight in the
  26. Rig Builder component to \u201C0\u201D (zero) and Preview the animation in
  27. the Animation window. To see the result of the rig/constraints, make sure the
  28. \u201Crig\u201D weight is set to \u201C1\u201D (one), then activate Preview
  29. in the Animation window or hit the Editor Play button for a runtime preview."
  30. linkText: Documentation
  31. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/index.html
  32. - heading: 2BoneIK scene
  33. text: "This scene contains an example of a TwoBoneIK constraint setup. The TwoBoneIK
  34. constraint is used to animate two bones using IK. The rig in this sample uses
  35. two TwoBoneIK constraints with effectors & hints to animate the legs of a character.
  36. Hint effectors are optional and can ignored for a simplified setup. In this
  37. example, we decided to parent the hint effectors child of the IK effectors,
  38. but this is a user choice and can be done differently, depending on the animator\u2019s
  39. needs."
  40. linkText: twoBoneIK constraint
  41. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/TwoBoneIKConstraint.html
  42. - heading: Aim scene
  43. text: "This scene contains an example of the Aim constraint. The aim constraint
  44. is used to orient one GameObject to look-at or aim another GameObject/target.
  45. In this scene, we used two aim constraints; one for the head, and one for the
  46. gun. The head of the character always looks at the animated target while the
  47. shoulder gun activates itself, then aims the same animated target. The character
  48. controller has two layers; \u201CBase Layer\u201D & \u201Cgun\u201D layer.
  49. The Base Layer contains the idle & walk clips, while the gun layer contains
  50. the gunUp & gunFire clips. Since the animated \u201Ctarget\u201D GameObject
  51. has its own Animator, previewing the character animation clip in the Animation
  52. Window will have an active aim, but the target will be static. The Animator
  53. controller contains multiple clips, so make sure to select the desired clip
  54. (ex: gunUp) in the Animation Window pull-down list of clips when previewing.
  55. Hit the Editor Play button for a runtime preview of the entire sequence with
  56. the animated aim target."
  57. linkText: aim constraint
  58. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/MultiAimConstraint.html
  59. - heading: Blend scene
  60. text: "This scene contains a very simple example of the Blend constraint. The
  61. blend constraint can be used in manny ways, but basically blends two transforms
  62. based on weights, much like a mixer. In this example, Cube \u201CA\u201D is
  63. animated in Position Y. Cube \u201CB\u201D is animated in Rotation Y. Cube
  64. \u201CAB\u201D is constrained to 50% of cube A\u2019s position, and 50% of
  65. cube B\u2019s rotation. Cube \u201CAB\u201D therefore moves & rotates to half
  66. of the two source animations."
  67. linkText: blend constraint
  68. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/BlendConstraint.html
  69. - heading: ChainIK scene
  70. text: "This scene contains an example of the ChainIK constraint. The chainIK
  71. constraint is used to animate an IK chain with more than two bones. In this
  72. scene, we used the chainIK constraint to animate the scorpion\u2019s tail and
  73. attack move. Everything else is animated in FK (scorpion\u2019s arms, legs
  74. & target). Since the animated \u201Ctarget\u201D GameObject has its own Animator,
  75. previewing the scorpion\u2019s animation clip in the Animation Window will
  76. apply the chainIK constraint, but will not play the \u201Ctarget\u201D GameObject\u2019s
  77. animation (static target). Hit the Editor Play button for a runtime preview
  78. of both animations (scorpion & target GameObject)."
  79. linkText: chainIK constraint
  80. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/ChainIKConstraint.html
  81. - heading: Damp scene
  82. text: "This scene contains an example of the Damp constraint. The damp constraint
  83. is used to create a lag or delayed effect of one GameObject\u2019s position
  84. and/or rotation transform and apply it to another GameObject. In this scene,
  85. there are 8 cubes parented one after the other with a small position offset
  86. and size difference. There is one damp constraint for each cube, so 8 damp
  87. constraints each damping the next cube in the hierarchy. The \u201CMRoot\u201D
  88. GameObject is the only animated GameObject in this scene. All other cubes are
  89. animated through the damp constraints."
  90. linkText: damp constraint
  91. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/DampedTransform.html
  92. - heading: mParent scene
  93. text: "This scene contains an example of a Multi-Parent constraint. The mParent
  94. constraint simulates a hierarchal parent, without affecting the actually hierarchy.
  95. This is often referred to as a virtual parent. A given GameObject can have
  96. multiple parents, that can be weighted in or out as desired. In this scene,
  97. we used the mParent constraint for a character prop, in this case a sword.
  98. We used three sources (potential targets for the sword prop); ground, hand
  99. & back of the character. The source weights for the mParent constraint are
  100. animated through Animation Events in the animation clip, that call the MParent
  101. script on the \u201Croot\u201D GameObject. This means that the mParent constraint
  102. sources will not be animated during the Animation Window Preview of a clip.
  103. You can optionally change the source weight values manually to see the effect
  104. on the sword prop in the Animation Window Preview. You also have multiple clips
  105. in the Animator controller to choose from, use the clip pull-down list in the
  106. Animation Window to select the desired clip. Hit the Editor Play button for
  107. a runtime preview of the animation sequence with the animated mParent constraint."
  108. linkText: mParent constraint
  109. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/MultiParentConstraint.html
  110. - heading: mPosition scene
  111. text: "This scene contains an example of the Multi-Position constraint. The mPosition
  112. constraint allows you to constrain the position of one GameObject to another
  113. or multiple other GameObjects. In this example, we used this constraint to
  114. automatically manage the height of the hips of the character. The feet effectors
  115. animate the legs & feet, and the hips (hipsPivot GameObject) of the character
  116. is only animated in rotation. The mPosition constraint uses the two feet effectors
  117. as sources with a Y position offset for the hips. The result is a movement
  118. of the hips based on the feet position, lowering the hips of the character
  119. when they are far apart and moving the hips up as the feet get closer together.
  120. Note that in the \u201Crig\u201D hierarchy, the mPosition constraint (MPos)
  121. is evaluated before the twoBoneIK constraints (ik) in order to obtain the desired
  122. result."
  123. linkText: mPosition constraint
  124. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/MultiPositionConstraint.html
  125. - heading: mRef scene
  126. text: "This scene contains an example of the Multi-Referential constraint. The
  127. mReferential constraint allows you to create multiple pivots or anchor points
  128. for a given GameObject. A foot rig with ankle, heal, toe & toe tip pivots is
  129. a good example of this. In this scene, we\u2019ve created a simple example
  130. using a prop with multiple pivot points, in this case a sword. The first part
  131. of the animation is driven by the handgrip pivot (initial sword swing), the
  132. second part by the middle pivot (as the sword hits and rotates around the cylinder),
  133. and the last part by the sword tip pivot (as the sword lands and rotates around
  134. the sword\u2019s tip). The mReferential constraint changes the driving pivot/GameObject
  135. as the animation plays. Note that there is presently a limitation with \u201CPreview\u201D
  136. mode where offsets are not updated when changing the Driving GameObject, and
  137. will cause the GameObject to move. Offsets are updated as expected (GameObject
  138. does not move) when changing the Driving GameObject at runtime."
  139. linkText: mReferential constraint
  140. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/MultiReferentialConstraint.html
  141. - heading: mRotation scene
  142. text: "This scene contains an example of the Multi-Rotation constraint. The mRotation
  143. constraint allows you to constrain the rotation of one GameObject to another
  144. or multiple other GameObjects. In this scene, we used this constraint to distribute
  145. the head rotation to the neck & spine of the character. The Animator controller
  146. has two layers; \u201CBase Layer\u201D has an Idle clip, and \u201CLookAround\u201D
  147. layer has a LookAround clip. Only the head rotation is animated in the LookAround
  148. clip. The 3 mRotation constraints each take a different percentage of the head
  149. rotation, and applies it in a distributed manner down the spine of the character,
  150. giving him a more natural twist. Make sure to select the \u201CAnim_LookAround\u201D
  151. clip in the Animation window in order to preview this animation."
  152. linkText: mRotation constraint
  153. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/MultiRotationConstraint.html
  154. - heading: Override scene
  155. text: "This scene contains an example of the Override constraint. The override
  156. constraint is very special and can be used in many different ways. It can set
  157. a static local or global offset, as well as additive animation when using the
  158. \u201CPivot\u201D mode. Here, we animated a copy of the character\u2019s spine
  159. transforms and applied it as an additive offset to the existing walk animation.
  160. The controller uses two layers; the Base Layer for the walk animation, and
  161. the Offsets layer for the duplicate spine animation. The four override constraints
  162. additively mix the animation from the \u201Cwalk\u201D clip with the animation
  163. in the \u201CAnim_Offsets\u201D clip. The result is a mix of the walk animation,
  164. and the upper body offset animation (Anim_Offsets clip)."
  165. linkText: override constraint
  166. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/OverrideTransform.html
  167. - heading: TwistChain scene
  168. text: "This scene contains an example of the TwistChain constraint. The TwistChain
  169. constraint allows you to constrain the rotation of chain of GameObjects using
  170. root and tip effectors. This can be used for the spine or neck of a character,
  171. and even chained so that the spine tip effector is also the neck root effector.
  172. In this simple sample scene, we use the TwistChain to animate a chain of cubes.
  173. Only the root and tip effectors are animated. It\u2019s important to note that
  174. you can also modify the curvature of the resulting solve by changing the TwistChain\u2019s
  175. Curve property (linear by default). To edit this, click on the root > rig >
  176. TwistChain GameObject, click the Curve property of the TwistChain constraint,
  177. and select another curve preset (ex: ease-in)."
  178. linkText: twist chain constraint
  179. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/TwistChainConstraint.html
  180. - heading: TwistCorrection scene
  181. text: This scene contains a simplified example of the Twist Correction constraint.
  182. The twist correction constraint is used to distribute the roll of a rotation
  183. from one GameObject onto other GameObjects. This is most often used on bones
  184. of the arms & legs of a character to avoid the pinching effect of a deformed
  185. mesh when rotating the hands & feet for example. Although this sample scene
  186. does not use a deformed mesh, it demonstrates the twist distribution across
  187. multiple roll bones. In this scene, only the hand is animated. When the hand
  188. rotates, the twist bones roll to a defined percentage of the hand rotation
  189. (in this case 0.8 & 0.65).
  190. linkText: twist correction constraint
  191. url: https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.0?preview=1&subfolder=/manual/constraints/TwistCorrection.html
  192. loadedLayout: 1