Ejemplo n.º 1
0
 void OnEnable()
 {
     FeedBackInstance = this;
     sdkController    = FindObjectOfType <SDKController>();
     status           = FindObjectOfType <Status>();
     showText         = status.toggle;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     FeedBackInstance = this;
 }
Ejemplo n.º 3
0
 void OnEnable()
 {
     FeedBackInstance = this;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     FeedBackInstance = this;
     sdkController    = FindObjectOfType <SDKController>();
 }