Ejemplo n.º 1
0
    private void AnimationsEvents_VipStarted()
    {
        diana.StartVipScene();

        bottle = Instantiate(bottlePrefab, diana.transform.parent).GetComponent <Bottle>();
        bottle.DisableRendering(true);
    }