-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
Is it possible to load new assets such as models or materials, or do assets have to be previously registered in the engine build?
When add new assets in blueprint game will crash on stratup with acess violation, even if they has to be used later.
Tried remove logic from BP and load with AssetRegistryHelpers:GetAsset(AssetData) from Lua script at runtime and got same crash exactly at this function, LoadAsset(path) return nil.
The biggest success is the texture on the 32x32 widget, but with a different size I get a serialization error
I wonder how material can be loaded from mod folder there
https://github.com/joric/SupraTools/blob/main/Scripts/Minimap_dev.lua

Fatal error on default cube
Metadata
Metadata
Assignees
Labels
No labels
