We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As soon as the movies have finished playing I get an engine crash with the following error
Assertion failed: !bHasNaniteImposter || ImposterIndex < ((1u << (32u - (8u))) - 1u) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Public\PrimitiveUniformShaderParametersBuilder.h] [Line: 279]
any reason why this is happening, I followed the instructions so no idea what I am doing wrong?
Running on 5.5
The text was updated successfully, but these errors were encountered:
This issue isn't related to the Async Loading Screen plugin. Please check your startup level or test with an empty level first.
Sorry, something went wrong.
Totally correct, it is to do with the voxel plugin. I have to disable nanite and then enable it on begin play instead.
No branches or pull requests
As soon as the movies have finished playing I get an engine crash with the following error
Assertion failed: !bHasNaniteImposter || ImposterIndex < ((1u << (32u - (8u))) - 1u) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Public\PrimitiveUniformShaderParametersBuilder.h] [Line: 279]
any reason why this is happening, I followed the instructions so no idea what I am doing wrong?
Running on 5.5
The text was updated successfully, but these errors were encountered: