기술 자료

Development

User Acquisition

Monetization

산업 분야

Unity Studio

Open Unity Studio

Unity Studio

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Studio
  • What's new in Unity Studio
  • Introduction to Unity Studio
  • Launch Unity Studio
  • Create your first Unity Studio project
  • Develop with Unity Studio
    • The Unity Studio interface
    • Save your progress
    • GameObjects
    • Assets
    • Materials
    • Scene settings
    • Logic
    • The UI Creator
    • Animation
      • Introduction to the Animation system
      • Animation clips
      • Animation Timeline window reference
      • Animate a GameObject with the Animation component
      • Animation component reference
      • Animate multiple GameObjects with the Animation Director
      • Animation Director reference
      • Import Animations
      • Play animations in your scene
    • AI features
  • Collaborate in Unity Studio
  • Export drafts to the Unity Editor
  • Publish and share
  • Troubleshooting Unity Studio issues
  • Report bugs and share feedback
  • Manage your analytics and marketing preferences
  1. Unity Studio
  2. Develop with Unity Studio
  3. Animation

Animation clips

Add an animation clip to change your object's properties or movements over time.
읽는 시간 4분
최근 업데이트: 6달 전

Animation clips and keyframes

An animation clip is a reusable asset that records changes for an object over time, including:
  • Position, rotation, and scale.
  • Component properties like material color, light intensity, and visibility.
Keyframes record the values of these properties at specific times, and Unity Studio interpolates between the keyframes to create smooth motion. During playback, the clip's keyed properties drive the properties of any object you assign the clip to.
You can also import animation clips that are embedded in other assets. For example, a character mesh with a walk cycle animation or a vehicle model with movement sequences.
For instructions on how to import animations, refer to Import Animations.

Add an animation clip to an object

When you add an Animation component to an object and select Add (+), the component automatically creates a new animation clip for that object.
You can also assign different animation clips to the object instead. There are multiple ways to assign other clips in the Animation component:
  • Drag an animation clip from the Project panel into the Animation field.
  • Select the circle icon next to the Animation field and choose your preferred clip.
Use the Animation component to change how the animation clip plays (autoplay, looping, and more).

Access your animation clips

When you create an animation clip, Unity Studio saves the clip in the
My Assets
folder (in the Project panel). You can also sort them into your own folders within the
My Assets
folder for further asset management.
When you import an asset with embedded animations, each clip appears under the asset as an animation clip in
My Assets
.
These embedded clips are read-only in the Project panel and you can't edit them directly. Refer to Import Animations for instructions on how to work with embedded clips.

Edit your animation clips

You can access your animation clip's settings in 2 ways:
  • Select the animation clip in your
    My Assets
    folder.
  • If your clip is already in the scene, select the Animation component that contains your animation clip.
Both options give you access to the following animation clip settings:

Property

Description

Easing
Changes the speed of your animation to make the movement feel more natural.
  • Linear: Moves at a constant speed from start to finish.
  • Ease In: Starts slow and speeds up.
  • Ease Out: Starts fast and slows down.
  • Ease In Out: Starts slow, speeds up in the middle, and slows down at the end.
Playback options
Control what happens when your animation reaches the end.
  • Once: Plays one time and stops.
  • Loop: Repeats the animation continuously.
  • Ping Pong: Plays forward, then backward, repeating this back-and-forth motion.
The Animation component provides more settings and the ability to open the Animation Timeline window, where you can adjust the animation clip's keyframes and timing. For instructions, refer to Animate a GameObject with the Animation component.

Reuse your animation clips

You can assign the same animation clip to multiple GameObjects. Any keyframes the clip has applies to every target - for example, if the keyframes change material color, it affects the material color of all the objects with the clip assigned. If any object doesn't have a material, the clip ignores those keyframes.
It's recommended to use them on objects with similar hierarchies. For example, you can create a door opening animation to cover all door objects.

Rename your animation clips

When you create an animation clip, Unity Studio gives the clip a default name. Rename your files to make them easier to identify and make it easier to reference your clips.
You can rename your clips in 2 ways from the
My Assets
folder (or the folder you stored the clip in):
  • Right-click the clip and select Rename.
  • Select the name of the clip and edit the name.

Control your animations in Logic scripts

You can use Logic scripts to access and alter your animation's settings during Play mode. This is useful if you want to play, pause, or loop your animations when an event fires. For example, play a door opening animation when the script detects that the user clicked a door object.
For an animation Logic script example, refer to Trigger an animation with a key press.

Use a button to control your animations

You can assign behaviors to UI buttons so they play, pause, or stop your animations when the user interacts with them. For instructions, refer to Trigger button animations.

Limitations of animation clips

Currently, you can't import animation clips. You can only create them using Unity Studio's animation tools.

Additional resources

  • Unity Engine - Animation clips
  • Introduction to the Animation system
  • Animation component reference
  • Animate a GameObject with the Animation component

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Animation clips and keyframes

    • Add an animation clip to an object

    • Access your animation clips

    • Edit your animation clips

    • Reuse your animation clips

    • Rename your animation clips

    • Control your animations in Logic scripts

    • Use a button to control your animations

    • Limitations of animation clips

    • Additional resources


이 페이지의 문제 보고
​
​