error reports: @adm_vladimir on Slack

GITHUB: https://github.com/vladoss/GameArter_SDK_Unity

Download SDK 3.5

2020 - 07 - 15

Supported by Unity 2018.3.0 and above.

new feature Added support of rewarded ads for PC web.

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterBrowserServices.cs
Assets/GameArter/Examples (scenes )

Download SDK 3.4

2020 - 03 - 23

Supported by Unity 2018.3.0 and above.

bug-fix Fixed bug in LocalCurrencyAbs() function.

Assets/GameArter/Core/_scripts/Garter.cs

Download SDK 3.3

Replacement of ver 3.2

Supported by Unity 2018.3.0 and above.

Guide for simple migration from older SDK

2020 - 01 - 14

bug-fix Fixed displayed warning message in combination of Multiplayer game using Basic mode and own network solution.

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterInit.cs

Download SDK 3.1

Supported by Unity 2018.3.0 and above.

Guide for simple migration from older SDK

2019 - 10 - 08

Improvement: Minor improvements in vulnerability treatment + new helper functions.

Assets/GameArter/Core/_scripts/Garter.cs

Download SDK 3.0

Supported by Unity 2018.3.0 and above.

Guide for simple migration from older SDK

2019 - 06 - 02

Improvement: Added full Google Play support

All files.

Download SDK 2.7

Guide for simple migration from older SDK

2019 - 05 - 16

bug-fix Fixed potential error in required network in Basic SDK mode.

Assets/GameArter/Core/_scripts/HGarterInit.cs

Download SDK 2.6

Guide for simple migration from older SDK

2019 - 05 - 13

bug-fix Fixed error during building for Android platform with enabled IL2CPP

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterBrowserServices.cs

Download SDK 2.5

Guide for simple migration from older SDK

2019 - 04 - 29

bug-fix Fixed error in Basic SDK mode using external network.

Improvement: Added function for getting SDK state (Garter.I.IsInitialized())

Assets/GameArter/Core/_scripts/HGarterInit.cs

Download SDK 2.4

Guide for simple migration from older SDK

For unity 2018.X and above

2019 - 03 - 18

Improvement: Added protection from posting data before SDK initialization.

Improvement: Switch from obsolete Unity's WWW to UnityWebRequest.

new feature Calling ads with callback.

new feature Getting ad configuration.

Assets/GameArter/Core/Editor/HGarterInitEditor.cs
Assets/GameArter/Core/Plugins/GarterBrowserManager.jslib
Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/GarterWWW.cs
Assets/GameArter/Core/_scripts/HGarterBrowserServices.cs
Assets/GameArter/Examples/helper/StaticHelpersGarterSDK.cs
Assets/GameArter/Examples/BasicSDK_mode/GarterBasicCallbacks.cs
Assets/GameArter/Examples/BasicSDK_mode/Sdk_Basic.unity
Assets/GameArter/Examples/FullSDK_mode/GarterFullCallbacks.cs
Assets/GameArter/Examples/LiteSDK_mode/Example_of_use/DataManagerExample.cs
Assets/GameArter/Examples/LiteSDK_mode/Sdk_Lite.unity

Download SDK 2.3

Guide for simple migration from older SDK

2019 - 02 - 22

bug-fix Fixed Inspector UI for GameArter_Initialize prefab in Unity 2018.3.X

Assets/GameArter/Core/Editor/HGarterInitEditor.cs

Download SDK 2.2

Guide for simple migration from older SDK

2019 - 02 - 06

new feature added Install games as App suport

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterBrowserServices.js
Assets/GameArter/Core/Plugins/GarterBrowserManager.js

Download SDK 2.1

Guide for simple migration from older SDK

2018 - 11 - 17

bug-fix Fixed serverUrl issue. (Error during game-config export).

Assets/GameArter/Core/_scripts/Garter.cs

Download SDK 2.0

2018 - 11 - 16

Improvement: Simplification of implementation process.

new feature Extended options of storage management

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Examples/LiteSDK_mode/DataManagerExample.cs

1.30

Download by pressing version.

2018 - 10 - 26

Improvement: Delegates functions instead of separated classes.

new feature Assets management in experimental version (Contact support for using it).

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/LiteSDK_interaction/GarterBasicCallbacks.cs
Assets/GameArter/LiteSDK_interaction/GarterLiteCallbacks.cs
Assets/GameArter/LiteSDK_interaction/GarterFullCallbacks.cs

1.21

Download by pressing version.

2018 - 09 - 27, Updated on 2018-10-10

bug-fix On 10.10.2018 was fix in Garter.I.GetData() (removed dependency at another function).

bug-fix On 10.10.2018 was added support of decimal type for webgl build. If you downloaded this SDk version before 10.10, please, update Garter.cs script to achieve functionality in a browser.

new feature Connection of events with a shop via new type of events with undefined trend.

bug-fix Treated limit values in hack detection mechanism.

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterInit.cs
Assets/GameArter/Core/Editor/HGarterInitEditor.cs
Assets/GameArter/LiteSDK_interaction/GarterLiteCallbacks.cs
Assets/GameArter/FullSDK_interaction/GarterFullCallbacks.cs

1.20

Download by pressing version.

2018 - 09 - 14

new feature Full SDK support. Ready for production. (In Alpha version).

Improvement of Examples in GameArter_SDK_Examples folder.

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterGui.cs
Assets/GameArter/Core/_scripts/HGarterInit.cs
Assets/GameArter/LiteSDK_interaction/GarterLiteCallbacks.cs
Assets/GameArter/FullSDK_interaction/GarterFullCallbacks.cs

1.12

2018 - 07 - 06

Improvement of GarterLiteCallbacks + reengineering of GarterLite.cs to make the mechanism more simple to understand.

new feature Added support of in-game purchases directly in the Unity editor.

new feature Added platforms option. Currently - only WebGl available.

Assets/GameArter/Core/_scripts/Garter.cs
Assets/GameArter/Core/_scripts/HGarterGui.cs
Assets/GameArter/Core/_scripts/HGarterInit.cs
Assets/GameArter/LiteSDK_interaction/GarterLiteCallbacks.cs
Assets/GameArter/LiteSDK_interaction/Example_of_use/DataManagerExample.cs replaces Assets/GameArter/LiteSDK_interaction/GarterLite.cs
Assets/GameArter/LiteSDK_interaction/Example_of_use/ExampleObjectForSdkInteraction replaces Assets/GameArter/LiteSDK_interaction/GameObjectWithGameArterLiteScript

1.1

2018 - 06 - 25

new Fully automatized. Fully managable via GameArter.

new feature Game versions. - this feature will make testing and game updates simplier. (Update of HGarter_init.cs will probably clear filled data of GameArter_Initialize prefab. Please, backup it first.)
GameId renamed to projectId.

bug-fix Fixed security issue.

bug-fix Fixed data management issue.

All files