Add a loading screen between scenes

This commit is contained in:
Michal Pikulski
2025-10-13 10:41:58 +02:00
parent ab84c97675
commit 447d33fe55
9 changed files with 919 additions and 381 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Core;
using UnityEngine;
using UnityEngine.SceneManagement;
using Input;