Skip to content

ChinaBasedAssets

ClassAssetInventoryAssetInventory.Editor
public static class ChinaBasedAssets

Provides lookup functionality for assets that have been migrated to the China-only Asset Store. These assets are still available for download but will be deprecated and receive no more updates. The data is lazy-loaded from a JSON file only when first queried.

public static bool IsAffected(AssetInfo info)

Returns whether the given asset is affected by the China Store migration.

Parameters

Name Type Description
info AssetInventory.AssetInfo

Returns

System.Boolean — No return description is available.

public static int Count { get; }

Returns the number of entries in the China-based assets list.

Returns

System.Int32 — No return description is available.