docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AppStoreSettings

    Describes properties of the game, and saves them as a file. If AppInfo is not passed on intialize, the UDP SDK retrieves the game info from this file.

    Inheritance
    object
    AppStoreSettings
    Namespace: UnityEngine.UDP
    Assembly: UDP.dll
    Syntax
    public class AppStoreSettings : ScriptableObject

    Constructors

    AppStoreSettings()

    Declaration
    public AppStoreSettings()

    Fields

    AppItemId

    Current game itemID.

    Declaration
    public string AppItemId
    Field Value
    Type Description
    string

    AppName

    Current game name.

    Declaration
    public string AppName
    Field Value
    Type Description
    string

    AppSlug

    Current game slug.

    Declaration
    public string AppSlug
    Field Value
    Type Description
    string

    Permission

    Current game permission.

    Declaration
    public string Permission
    Field Value
    Type Description
    string

    UnityClientID

    Current game clientId.

    Declaration
    public string UnityClientID
    Field Value
    Type Description
    string

    UnityClientKey

    Current game client key.

    Declaration
    public string UnityClientKey
    Field Value
    Type Description
    string

    UnityClientRSAPublicKey

    Current game RSA public key.

    Declaration
    public string UnityClientRSAPublicKey
    Field Value
    Type Description
    string

    UnityProjectID

    Current project ID.

    Declaration
    public string UnityProjectID
    Field Value
    Type Description
    string

    appStoreSettingsAssetFolder

    Path of the resource folder of current project.

    Declaration
    public const string appStoreSettingsAssetFolder = "Assets/Plugins/UDP/Resources"
    Field Value
    Type Description
    string

    appStoreSettingsAssetPath

    File path of the settings file.

    Declaration
    public const string appStoreSettingsAssetPath = "Assets/Plugins/UDP/Resources/UDP Settings.asset"
    Field Value
    Type Description
    string

    appStoreSettingsPropFolder

    Path of the assets folder of current project.

    Declaration
    public const string appStoreSettingsPropFolder = "Assets/Plugins/Android/assets"
    Field Value
    Type Description
    string

    appStoreSettingsPropPath

    File path of GameSetting.prop.

    Declaration
    public const string appStoreSettingsPropPath = "Assets/Plugins/Android/assets/GameSettings.prop"
    Field Value
    Type Description
    string

    productCatalogFileName

    File name of the product catalog.

    Declaration
    public const string productCatalogFileName = "UDPProductCatalog"
    Field Value
    Type Description
    string

    productCatalogPath

    Local saved product catalog.

    Declaration
    public const string productCatalogPath = "Assets/Resources/UDPProductCatalog.json"
    Field Value
    Type Description
    string

    projectResourceFolder

    Path of project resource folder.

    Declaration
    public const string projectResourceFolder = "Assets/Resources"
    Field Value
    Type Description
    string

    udpIdentifierFileName

    File name of UDP meta info stored in Android devices.

    Declaration
    public const string udpIdentifierFileName = "udp.json"
    Field Value
    Type Description
    string

    udpPersistentDirectory

    Directory of the UDP meta info stored in Android devices.

    Declaration
    public const string udpPersistentDirectory = "udp"
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)