Beispiel #1
0
        public override void OnEnter()
        {
            var go = Fsm.GetOwnerDefaultTarget(gameObject);


            theScript = go.GetComponent <VRTK.VRTK_InteractableObject>();

            if (!everyFrame.Value)
            {
                MakeItSo();
                Finish();
            }
        }