zoukankan      html  css  js  c++  java
  • There is no ‘Animation’ attached to the “Player” game object

    There is no ‘Animation’ attached to the “Player” game object

    在照着龚老师的Unity3D投篮游戏视频教程练习时,遇到这个错误提示。

    我知道意思:就是player模型导入时,动画没有正确的加进来,提示说找不到脚本中提到的Animation。但实际上,我是设置了动画分段的。由于Unity 3D版本比龚老师录视频时用的新,这段动画拆分,就和视频上有不同。

    MissingComponentException: There is no ‘Animation’ attached to the “Player” game object, but a script is trying to access it.
    You probably need to add a Animation to the game object “Player”. Or your script needs to check if the component is attached before using it.
    UnityEngine.Animation.PlayQueued (System.String animation) (at C:/BuildAgent/work/d63dfc6385190b60/artifacts/EditorGenerated/Animations.cs:645)
    Player.Update () (at Assets/Scripts/Player.cs:16)
    只需要将u3d里模型的Rig-Animationtype 设置成Legacy。

    同步发在博客 http://anforen.com/wp/2014/11/there-is-no-animation-attached-to-the-player-game-object/

  • 相关阅读:
    Mongo 应用查询
    Rocket MQ 问题排查命令
    阿里云部署杂记-节约时间
    linux shell 杂
    垃圾回收算法学习
    Hbase数据读写流程
    TCP 协议相关
    Netty
    ELK
    MiniGUI
  • 原文地址:https://www.cnblogs.com/meta/p/4072016.html
Copyright © 2011-2022 走看看