기술 자료

​
​

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

Import Animations

Import animations into your Unity Studio projects.
읽는 시간 3분
최근 업데이트: 5달 전

Unity Studio allows you to import animations, including embedded animations in
.fbx
and
.glb
assets. Embedded animations are clips stored inside other assets, such as a character mesh with a walk cycle animation or a vehicle model with movement sequences.

Import animations

You can import animations in the same way as you import any other asset:
  1. Go to the Project panel at the bottom of Unity Studio workspace.
  2. Select Add Assets to open the Asset Manager panel.
  3. In the Project dropdown, select the project you want to add animations to. A list of assets that are already in your project appears.
  4. From the Asset Manager, select Add. Select one of the following options:
    • Add asset: Upload a single file from your computer.
    • Add multiple assets: Upload multiple files from your computer.
  5. Upload your files using one of the following options:
    • Drag files from your computer into the upload area.
    • Select Choose your file to browse and select files from your computer.
  6. Select Upload. The window closes and your files show in the Asset Manager.
  7. Enable the checkbox for each asset/animation you want to import. The selected assets appear in a panel on the right.
  8. Select Import to add the files to your project.
You can find the imported animations in the
My Assets
folder in the Project panel. If your imported asset has embedded animations, you can find the clips under the asset in
My Assets
.
참고
You can import an animation by itself as long as it's in
.fbx
or
.glb
format. In that case, it appears as an empty GameObject (in the Project panel and in the Hierarchy panel when you add it to the scene).

Add imported animations to your scene

To add an imported animation to your scene, drag the animation from the Project panel into the Hierarchy panel. This creates a new GameObject with an Animation component (visible in the Inspector window) that has the imported clip assigned.

Use embedded animations

You can reference embedded clips the same way you reference any other animation:
  • From a Button's On Click action.
  • Via Logic nodes to play, pause, or stop animations.

Edit imported animations

Embedded animations are read-only, which ensures you can always access the original imported motion.
To edit an animation, you need to create an editable copy:
  1. In the Animation component, select the read-only embedded clip.
  2. Select Edit Animation.
  3. Studio creates a new editable copy and automatically opens the Animation Timeline window.
  4. Move or add keyframes on the Timeline to edit the clip.
Unity Studio adds the new editable copy to the
My Assets
folder with the same name as the original. You can rename it like any other asset: click the name or right-click the asset and select Rename.
참고
Read-only originals remain untouched so you can revert to the imported animation at any time.
Screenshot of the Animation component when a read-only animation is assigned. Has an eye icon instead of a record icon and a blue button to Edit Animation.

A read-only animation in the Animation component.

Additional resources

  • Unity Engine - Animation clips
  • Animation clips
  • Animation component reference
  • Animate a GameObject with the Animation component
  • Import Assets into your project

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

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

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

  • 보고 있는 페이지
    • Import animations

    • Add imported animations to your scene

    • Use embedded animations

    • Edit imported animations

    • Additional resources


이 페이지의 문제 보고