Updated Loading Screen

This commit is contained in:
2022-12-06 19:17:03 +05:30
parent 5dc1bbfcfa
commit 564ec183d7
301 changed files with 1 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public class LoadingScreen : MonoBehaviour
void Awake(){
instance =this;
Application.backgroundLoadingPriority = ThreadPriority.Low;
}
void Start()
{