Add option *Select actors using this asset* to content menu

This commit is contained in:
Wojtek Figat
2021-10-06 12:06:56 +02:00
parent 6d72bfe149
commit 352abd1e41
5 changed files with 92 additions and 3 deletions

View File

@@ -114,10 +114,7 @@ void BinaryAsset::Reimport() const
void BinaryAsset::GetImportMetadata(String& path, String& username) const
{
if (Metadata.IsInvalid())
{
LOG(Warning, "Missing asset metadata.");
return;
}
// Parse metadata and try to get import info
rapidjson_flax::Document document;