Update Cinematic Manager, Hud Manager, fix log verbosity issue, update PauseMenu
This commit is contained in:
@@ -147,6 +147,8 @@ namespace Cinematics
|
||||
/// </summary>
|
||||
public PlayableDirector LoadAndPlayCinematic(string key, bool playPortraitMode)
|
||||
{
|
||||
InitializeComponents();
|
||||
|
||||
// Load the asset via addressables
|
||||
var handle = Addressables.LoadAssetAsync<PlayableAsset>(key);
|
||||
var result = handle.WaitForCompletion();
|
||||
|
||||
Reference in New Issue
Block a user