Всем привет. Вот суть проблемы на сцене есть куб, plane, камера и лампочка. Куб я сделал дочерним камере, научил куб передвигаться по прямой. Мне хотелось добавить анимации чтобы куб, как бы прыгал при передвижении, но вылетает ошибка. MissingComponentException: There is no 'Animation' attached to the "Cube" game object, but a script is trying to access it. You probably need to add a Animation to the game object "Cube". Or your script needs to check if the component is attached before using it. UnityEngine.Animation.Play (System.String animation) (at C:/BuildAgent/work/d3d49558e4d408f4/artifacts/EditorGenerated/Animations.cs:568) Player.Update () (at Assets/Script/Player.cs:17)
Вот код от куба.
using UnityEngine; using System.Collections;
public class Player : MonoBehaviour { public AnimationClip xodba; float speed = 3f;
На сцене только камера я сделал GUI.Box надо вывести текст. Пример : AAAAAAAAAAAAAAAAAAA // именно в 3 и более строк а не в одну строку. BBBBBBBBBBBBBBBBBBB VVVVVVVVVVVVVVVVVVV