Exemple #1
0
 private void Start()
 {
     isTechPanell = true;
     instance     = instance ?? this;
     loadingTextTextMeshProGui = loadingText.GetComponent <TextMeshProUGUI>();
 }
Exemple #2
0
 private void Awake()
 {
     image    = loadingScreenPicture.GetComponent <Image>();
     instance = instance ?? this;
 }