Skip to content

Commit

Permalink
Fix warning from FolderData in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Aug 21, 2020
1 parent e679702 commit b2be709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Runtime/Scripts/Data/FolderData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ static AssetData CreateAssetData(HierarchyProperty hp, HashSet<string> assetType

return new AssetData(hp.name, hp.guid, typeName);
}
#else
public void SetAssetList(List<AssetData> list)
{
m_Assets = list;
}
#endif
}
}

0 comments on commit b2be709

Please sign in to comment.