Working progress bar from boot into main menu
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user