private void Awake() { rocketController = GetComponent <RocketController>(); initialAcceleration = rocketController.GetProfile().x; initialMaxSpeed = rocketController.GetProfile().y; initialRotationalSpeed = rocketController.GetProfile().z; instance = this; }