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