test portal, test hub, animation improvements

This commit is contained in:
2025-09-19 14:49:14 +02:00
parent 9653e67a99
commit 6feee0019a
14 changed files with 51109 additions and 416 deletions

View File

@@ -80,12 +80,12 @@ namespace Beyond
Debug.LogError("Probably there is no data for scene : " + LevelToLoadName + " in levelLoaderData");
return;
}
/*
if (!_levelToLoadData.IsUnlocked)
{
return;
}
*/
_trigger.enabled = false;
FadeCanvasGroup.Instance.BeforeLoadingFade();
}