public void RemoveAsset(string assetId) { if (m_basicAssetsList == null) { LoadBasicAssets(); } AssetList.RemoveWhere(x => x == assetId); }