CloudOnce v2.7.5
Unified Game Services API
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NCloudOnce
 NCloudPrefs
 CCloudBoolUsed to store bools in the cloud.
 CCloudCurrencyFloatUsed to create virtual currencies that gets stored in the cloud. This type uses float values. It has a special conflict resolution system based on this article: https://developer.android.com/training/cloudsave/conflict-res.html
 CCloudCurrencyIntUsed to create virtual currencies that gets stored in the cloud. This type uses int values. It has a special conflict resolution system based on this article: https://developer.android.com/training/cloudsave/conflict-res.html
 CCloudDateTime
 CCloudDecimalUsed to store decimals in the cloud.
 CCloudDoubleUsed to store doubles in the cloud.
 CCloudFloatUsed to store floats in the cloud.
 CCloudIntUsed to store ints in the cloud.
 CCloudLong
 CCloudStringUsed to store strings in the cloud.
 CCloudUIntUsed to store uints in the cloud.
 NInternal
 NEditor
 NData
 CCloudConfigData-class for storing CloudOnce configuration.
 CCloudVariableDataStores info about cloud variables declared in the CloudOnce Editor
 CPlatformIdDataStores achievement/leaderboard IDs for each supported platform as well as an internal ID.
 CPluginVersionContains plug-in version information.
 NUtils
 CAndroidManifestModifierUpdates AndroidManifest.xml with the appropriate permissions and activities.
 CBuildUtilsBuild utilities used by the CloudOnce editor.
 CGPGAndroidSetup
 CGPGSStrings
 CAndroidSetup
 CNearbyConnections
 CSetup
 CGPGSUtil
 CiOSPostBuildAutomatic operations called after an iOS build.
 CSerializationUtilsSerialization utilities used by the CloudOnce editor.
 CValidationUtilsValidation utilities used by the CloudOnce editor.
 CCloudOnceEditorEditor window for setting CloudOnce configuration
 CCloudOnceUpgrader
 CEditorJsonHelperHelper methods for serialization and deserialization
 CMenuLinksAdds helpful links as menu items.
 NProviders
 CDummyProviderDummy provider for unsupported platforms.
 CDummyStorageWrapperDummy storage wrapper for unsupported platforms.
 CGenericAchievementsWrapperProvides access to achievement functionality.
 CGenericLeaderboardsWrapperProvides access to leaderboard functionality.
 CGooglePlayGamesCloudProviderGoogle Play Game Services implementation of ICloudProvider.
 CGooglePlayGamesCloudSaveWrapperThis wrapper encapsulates the platform specific code needed to provide cloud storage on the Google Play platform.
 CICloudProviderInterface for accessing platform-agnostic cloud functionality.
 CICloudStorageProviderInterface for platform-agnostic access to cloud save.
 CiOSCloudProviderApple Game Center implementation of ICloudProvider
 CiOSCloudSaveWrapperThis wrapper encapsulates the platform specific code needed to provide cloud storage on the iOS platform.
 CTestProviderProvides a minimal implementation of ICloudProvider, for development and testing.
 CTestProviderStorageWrapperFor testing cloud save in the editor
 NUtils
 CAppleAchievementUtilsiOS Game Center implementation of IAchievementUtils
 CAppleLeaderboardUtilsiOS Game Center implementation of ILeaderboardUtils
 CCloudOnceUtilsUtilities used by CloudOnce's Internal systems.
 CEditorAchievementUtilsUnity Editor implementation of IAchievementUtils
 CEditorLeaderboardUtilsUnity Editor implementation of ILeaderboardUtils
 CGoogleAchievementUtilsGoogle Play Game Services implementation of IAchievementUtils
 CGoogleLeaderboardUtilsGoogle Play Game Services implementation of ILeaderboardUtils
 CIAchievementUtilsInterface for platform-agnostic achievement utilities
 CILeaderboardUtilsInterface for platform-agnostic leaderboard utilities
 CInternetConnectionUtils
 CAchievementsBridgeProvides a bridge between C# code and the CloudOnceAchievements iOS plug-in.
 CCloudOnceEvents
 CCloudProviderBaseBase class for the Cloud service providers.
 CConflictResolverHandles data conflict resolution.
 CCurrencyValueData-class to store currency value.
 CDataManagerStores and retrieves key-value pairs. Serializes and deserializes GameData to/from the cloud and the local disk. In case of conflicts it uses ConflictResolver to figure out what data to keep and what to discard.
 CGameDataContainer class for the data the DataManager manages ;)
 CiCloudBridgeProvides a bridge between C# code and the CloudOnceSave iOS plug-in.
 CiCloudListenerUsed to listen for messages from the CloudOnceSave iOS plug-in.
 CIJsonConvertible
 CIJsonDeserializable
 CIJsonSerializable
 CIPersistentUsed by cloud preferences to facilitate loading and saving of data.
 CJsonHelperHelper methods for serialization and deserialization
 CJSONObject
 CPersistentCurrencyA currency that is stored in the cloud.
 CPersistentValueA preference that is stored in the cloud.
 CSyncableCurrencyHandles virtual currencies. Keeps a record of all the earnings and purchases for every device the user has. This way the balance should always be accurate.
 CSyncableItemData-class for regular cloud preferences. Takes care of serialization and deserialization of the data. The value can be reset to default or altered.
 CSyncableItemMetaDataHolds data about a SyncableItem.
 CUnexpectedCollectionElementTypeExceptionUsed by the DataManager when a value type is not as expected. This will usually mean that the same Key has been used for more than one cloud preference, or that something has gone wrong during serialization/deserialization.
 CUnifiedAchievementA cross-platform achievement. Class has methods for unlocking, revealing and incrementing the achievement that will work for all supported platforms. Only intended to be used by CloudOnce internal classes.
 CUnifiedLeaderboardA cross-platform leaderboard. Class has a method for submitting score that will work for all supported platforms. Only intended to be used by CloudOnce internal classes.
 NQuickStart
 CAchievementsButtonAttach this to your Achievements GUI button.
 CDeactivateOnAwakeIfNotGoogleAttach this to any object that should be deactivated if it's not on Google Play. For example the Google Sign out/in button.
 CDeactivateOnCloudOnceEventDeactivate the GameObject that the scripts is attached to when the selected CloudOnce event is called. Could for example be used on a loading screen.
 CGoogleSignOutButtonGoogle requires that players are provided with a sign-out option: https://developers.google.com/games/services/checklist
 CInitializeCloudOnceAttach this anywhere in the scene you want the players to log in to the native services.
 CLeaderboardsButtonAttach this to your Leaderboards GUI button.
 CLoadSceneOnCloudOnceEventLoads a scene when the selected CloudOnce event is called.
 CAchievementsEmpty class that is overwritten by the CloudOnce Editor.
 CCloudAccess point to the current platform-specific Cloud service provider
 CCloudRequestResultUsed for callbacks when calling on methods in the native bridge plug-ins
 CCloudOncePaths