Example #1
0
 void Start()
 {
     instance = this;
 }
Example #2
0
 void Update()
 {
     instance = this;
 }
Example #3
0
 void Awake()
 {
     instance = this;
 }