Hey i have an problem when i want Cook my project (with Lyra)

i have this error when i want cook my project someone can help me? :slight_smile:

UATHelper: Cooking (Windows): LogInit: Display: LogGameFeatures: Error: Game feature 'ShooterMaps' load failed. Ending state: ErrorRegistering, [ErrorRegistering, ErrorRegistering]. Result: Failure, ErrorCode=GameFeaturePlugin.StateMachine.#inEnumPlugin_Missing_GameFeatureData, OptionalErrorText=
UATHelper: Cooking (Windows): LogInit: Display: LogGameFeatures: Error: Game feature 'TopDownArena' load failed. Ending state: ErrorRegistering, [ErrorRegistering, ErrorRegistering]. Result: Failure, ErrorCode=GameFeaturePlugin.StateMachine.#inEnumPlugin_Missing_GameFeatureData, OptionalErrorText=
UATHelper: Cooking (Windows): LogInit: Display:

I was getting a similar error on personal project and this is how i fixed it:

  • check that you have a GameDeatureData DataAsset in the root folder of the plugin
  • check if the file has the same name of the plugin (this was the main failure reason for me)
  • set the state to Registered and Save the file.

I hope it helps

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.