More refactors, remove universal camera, tweak build script

This commit is contained in:
2026-07-17 23:49:40 +02:00
parent 5d6377b082
commit fa0363bd1d
95 changed files with 287 additions and 4394 deletions

View File

@@ -122,6 +122,7 @@ bool ULTweenTickHelperWorldSubsystem::ShouldCreateSubsystem(UObject* Outer) cons
}
void ULTweenTickHelperWorldSubsystem::PostInitialize()
{
Super::PostInitialize();
if (auto World = GetWorld())
{
if (World->IsGameWorld())