Show / Hide Table of Contents

Namespace sttz.Trimmer.Options

Classes

Common

Keychain

Helper class to access secure password storage.

OptionBuildSettings

OptionBuildSettings.OptionBuildPath

OptionBuildSettings.OptionSaveBuildInfo

OptionBuildSettings.OptionScenes

OptionIniFile

Load an ini file in the player to change option values.

OptionIniFile.OptionSearchPath

OptionIniFile

OptionKeyStore

Set the signing information for Android (keystore, alias and passwords).

OptionKeyStore.OptionAlias

Name of the key in the store.

OptionKeyStore.OptionAliasPassword

Key password (only if OptionKeyStore.OptionUseKeychain is disabled).

OptionKeyStore.OptionPassword

Base class for store and alias passwords.

OptionKeyStore.OptionStorePassword

Store password (only if OptionKeyStore.OptionUseKeychain is disabled).

OptionKeyStore.OptionStorePath

Path to the keystore to use.

OptionKeyStore.OptionUseKeychain

Wether to store the store and key passwords using the Keychain class.

OptionKeyStore.OptionUseKeychain.PasswordsPopup

OptionPrompt

OptionPrompt.OptionPromptActivation

OptionPrompt.OptionPromptFontSize

OptionPrompt.OptionPromptPosition

OptionTrimmerServer

Option to include TrimmerServer in a build to configure it over the network.

OptionTrimmerServer.OptionDiscoverable

OptionTrimmerServer.OptionServerPort

OptionVersion

Option to manage the version of your build and access version info at runtime.

OptionVersion.OptionApplyToProduct

Apply the version to the product (app bundle or exe)

OptionVersion.OptionOverrideBuild

If non-empty, this build number will be used instead of the shared build number.

OptionVersion.OptionOverrideVersion

If non-empty, this version will be used instead of PlayerSettings.bundleVersion

OptionVersion.OptionVersionControl

When enabled, version control information will be included.

OptionXcode

Collection of patches to the XCode project generated by Unity.

OptionXcode.OptionAddEncryptionExemption

This Option sets ITSAppUsesNonExemptEncryption to false in the plist, indicating the app doesn't use any non-exempt encryption. Only enable this after familiarizing yourself with the export restrictions, the exemptions and the paperwork requirements.

OptionXcode.OptionForceDisableRemoteNotifications

Older versions of Unity had the issue that they mis-detected the usage of remote notifications, which would trigger an error email with iTunes Connect if the entitlement wasn't present.

This Option force disables remote notifications, only enable if you know you don't use them!

OptionXcode.OptionRenameScheme

This Option is only cosmetical. It renames the scheme in the generated XCode project to the product name set in Unity. This will display your product name in XCode's scheme selection in the title bar and especially in the organizer side bar (instead of Unity-iPhone for all projects).

Prompt

Simple one-line interface to edit options in the player.

TrimmerClient

Client API to access Trimmer configuration over the network.

TrimmerServer

Server is a simple TCP server that allows to access Trimmer configuration over the network.

TrimmerServerHost

Script used to host TrimmerServer.

Enums

Prompt.Position

Position of the prompt on the screen.

Delegates

TrimmerClient.CommandResult

Delegate receiving a command result.

TrimmerServer.CommandHandler

Handler for custom commands (see AddCommand(String, TrimmerServer.CommandHandler)).

Back to top © 2017 Adrian Stutz