I downloaded the new 5.3 repo from git and tried to build and cook the Lyra sample, that is located in there, from source. Unfortunately when I got to the cook stage it failed on some missing files. These are some of the errors:
LogUObjectGlobals: Warning: Failed to load '/Game/ContextEffects/DT_AnimEffectTags': Can't find file.
LogUObjectGlobals: Warning: Failed to load '/Game/ContextEffects/DT_AnimEffectTags': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'DataTable /Game/ContextEffects/DT_AnimEffectTags.DT_AnimEffectTags'
LogUObjectGlobals: Warning: Failed to load '/Game/ContextEffects/DT_SurfaceTypes': Can't find file.
LogUObjectGlobals: Warning: Failed to load '/Game/ContextEffects/DT_SurfaceTypes': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'DataTable /Game/ContextEffects/DT_SurfaceTypes.DT_SurfaceTypes'
LogGameFeatures: Error: Game feature 'ShooterCore' load failed. Ending state: ErrorRegistering, [ErrorRegistering, ErrorRegistering]. Result: Failure, ErrorCode=GameFeaturePlugin.StateMachine.Registering.Plugin_Missing_GameFeatureData, OptionalErrorText=
LogGameFeatures: Error: Dependency file:C:/UnrealEngine5.3/Samples/Games/Lyra/Plugins/GameFeatures/ShooterCore/ShooterCore.uplugin failed to load with error GameFeaturePlugin.StateMachine.Registering.Plugin_Missing_GameFeatureData
LogGameFeatures: Error: Game feature 'ShooterTests' load failed. Ending state: ErrorWaitingForDependencies, [ErrorWaitingForDependencies, ErrorWaitingForDependencies]. Result: Failure, ErrorCode=GameFeaturePlugin.StateMachine.WaitingForDependencies.Failed_Dependency_Register, OptionalErrorText=
These are the commands I used to build the sample. I already built the 5.3 engine from source beforehand:
C:\UnrealEngine5.3\Engine\Build\BatchFiles\GenerateProjectFiles.bat -Game C:\UnrealEngine5.3\Samples\Games\Lyra\Lyra.uproject
C:\UnrealEngine5.3\Engine\Build\BatchFiles\RunUAT.bat BuildEditor -project="C:\UnrealEngine5.3\Samples\Games\Lyra\Lyra.uproject"
C:\UnrealEngine5.3\Engine\Build\BatchFiles\RunUAT.bat BuildGame -project="C:\UnrealEngine5.3\Samples\Games\Lyra\Lyra.uproject" -platform=Win64 -configuration=Development
C:\UnrealEngine5.3\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project="C:\UnrealEngine5.3\Samples\Games\Lyra\Lyra.uproject" -Target="LyraGame" -platform=Win64 -configuration=Development -nocompileeditor -unattended -utf8output -clean -build -cook -stage -pak -prereqs -package
Does anyone know of any samples that build and cook successfully with the new 5.3?
I know it’s not officially released and that might be the problem…