Add distinction between managed awake and managed start
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Cinematics
|
||||
|
||||
public override int ManagedAwakePriority => 180; // Cinematic UI
|
||||
|
||||
protected override void OnManagedAwake()
|
||||
protected override void OnManagedStart()
|
||||
{
|
||||
// Reset the progress bar
|
||||
if (radialProgressBar != null)
|
||||
|
||||
Reference in New Issue
Block a user