-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
"Warning: No ArticyDraftDatabase was found." in Standalone Game #65
Comments
I've found a temporary fix on the unreal forums: https://forums.unrealengine.com/t/asset-registry-why-does-this-assert-only-in-standalone-from-editor/101732/5 By adding the following to |
Does it work if you try this? I'm guessing the problem is that Unreal doesn't know the Articy Database asset is required for the build, so it doesn't cook it. I haven't used the Asset Manager settings before. Usually I just suggest you add the asset to the list to cook. |
That worked for the packaged build, but not Standalone |
Interesting... Thanks for reporting this. I'll do some research and update our Readme documentation for anyone else who runs into this. |
I have encountered the same issue, even in the ManiacMansion demo. Not a big deal at the moment. |
This is still occurring, though in UE5 the above solutions do not cleanly solve the issue any longer. It seems the correct solution is to give the Articy classes proper overrides for GetPrimaryAssetID so that they can be found by the asset manager. Then add them to the asset manager in the project settings as described above. Unfortunately doing this requires a custom change to the plugin. |
Database isn't found when running as Standalone Game. However, I've verified that it works in PIE and packaged games.
The text was updated successfully, but these errors were encountered: