using UnityEngine; public class CostumeAniSpeed : MonoBehaviour { private void Start() { this.GetComponent()["costume"].speed = 0.24f; } }