Example #1
0
    public Guid GetGuidForAssetExport(UnityObject asset)
    {
        if (!IsAsset(asset))
        {
            throw new ArgumentException("Object is not an asset", nameof(asset));
        }

        return(m_Settings.GetGuidForAssetExport(asset));
    }