Importing as instances works now
This commit is contained in:
@@ -449,6 +449,11 @@ FLAXENGINE_API Asset* LoadAsset(const Guid& id, const ScriptingTypeHandle& type)
|
||||
return Content::LoadAsync(id, type);
|
||||
}
|
||||
|
||||
FLAXENGINE_API Asset* LoadAsset(const StringView& path, const ScriptingTypeHandle& type)
|
||||
{
|
||||
return Content::LoadAsync(path, type);
|
||||
}
|
||||
|
||||
Asset* Content::LoadAsync(const StringView& path, MClass* type)
|
||||
{
|
||||
CHECK_RETURN(type, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user