Working progress bar from boot into main menu

This commit is contained in:
Michal Pikulski
2025-10-16 11:14:41 +02:00
parent 1ee5519716
commit b229e1aead
3 changed files with 101 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using Core;
using UnityEngine;
@@ -146,11 +147,11 @@ namespace Cinematics
_addressableHandles.Clear();
}
private void Awake()
private void Start()
{
PlayStartCinematicOnGameLoad();
}
/// <summary>
/// Loads a cinematic asynchronously while showing a loading screen, then plays it
/// </summary>