Hi guys.. im going crazy right now... im trying the animate the open and close of a chest and im getting this stupid error over and over again.... There is a image adn the script... Can plz anyone help me? I already mark as Legacy in chest prefab.
Chest Script or Animation
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- {
- public enum State
- {
- open,
- close,
- inbetween
- }
- public...