private void AnimationsEvents_VipStarted() { diana.StartVipScene(); bottle = Instantiate(bottlePrefab, diana.transform.parent).GetComponent <Bottle>(); bottle.DisableRendering(true); }