[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This introduces a required internal behavioural change for the resource loader that will, on first launch of a NovelRT game, ensure the asset DB is up to date and correct.
Is there an open issue that this resolves? If so, please link it here.
No.
What is the current behavior? (You can also link to an open issue here)
The resource loader manages the asset DB lazily, which makes supporting certain APIs unfeasible.
What is the new behavior (if this is a feature change)?
The resource loader will now make sure the asset DB is loaded correctly on boot.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.
…ame start.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This introduces a required internal behavioural change for the resource loader that will, on first launch of a NovelRT game, ensure the asset DB is up to date and correct.
Is there an open issue that this resolves? If so, please link it here. No.
What is the current behavior? (You can also link to an open issue here) The resource loader manages the asset DB lazily, which makes supporting certain APIs unfeasible.
What is the new behavior (if this is a feature change)? The resource loader will now make sure the asset DB is loaded correctly on boot.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No.
Other information: N/A