简体   繁体   中英

How to stop default animation?

I'm making a game in Unity 2D (4.3) and whenever I start the game, the default animation plays. How can I stop this? I haven't told it to start in void Start() or anything...

Also, animation.Play("Anim") doesn't work.

I'll show you some screenshots of my editor: The Animator 编辑中的动画师

The animator object on my player

动画师对象

您应该能够在Animator面板中创建一个新的(空)状态,右键单击并选择使其成为默认状态(应突出显示橙色)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM