Help me Please i coudnt understand this problem. [LogStreaming] Couldn't find file for package /Script/SplineSweepMesh requested by async loading code. NameToLoad: /Script/SplineSweepMesh

 

[LogStreaming] Couldn't find file for package /Script/SplineSweepMesh requested by async loading code. NameToLoad: /Script/SplineSweepMesh

[LogStreaming] This will hitch streaming because it ends up searching the disk instead of finding the file in the pak file.

[LogStreaming] Found 1 dependent packages...

[LogStreaming]   /Game/BT_Migration/NewBlueprint

[LogStreaming] Please cook the project and try again.



Help me Please i coudnt understand this problem.  [LogStreaming] Couldn't find file for package /Script/SplineSweepMesh requested by async loading code. NameToLoad: /Script/SplineSweepMesh

   Karma04

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

This issue could be caused by several factors. First, I recommend trying to cook the content again to see if that resolves the issue.

If the problem persists, it's possible that the package is not being included in the cooking due to one or more of the following reasons:
The package may not be included in the project's cooked content. You can verify this in the project's settings under the "Cooker" category.
The package may not be included in the project's packaging settings. This can be checked in the project's settings under the "Packaging" category.
The package might be excluded from the shipping build in the project's build configuration. You can examine this in the project's settings under the "Build" category.
To address this issue, try including the package in the cooked content, packaging settings, and build configuration.

Alternatively, try cooking the content again but first delete every folder in the project except for Config, Content, Plugins, and Source. Don't forget to make a backup before doing so.

Warmest regards,