Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 366 Bytes

File metadata and controls

7 lines (4 loc) · 366 Bytes

Animation Curve Sample

This example shows a cube moving up and down. Their y-value depends on the evaluation of a curve.

Cube Blob Authoring

The GameObject Cube has the script AnimateTranslationSample. During conversion this script converts the AnimationCurve to a blob. The runtime component is used by a system to animate the translation of the object.