HOME.en.md
RuStore Godot plugin for app updates
The RuStoreGodotAppUpdate plugin helps keep the app version up to date on the user’s device. Godot Engine 4.3+ is supported.
Plugin installation
-
Go to the Releases section of the project repository on GitFlic.
-
Download the
RuStoreGodotAppUpdate.zipandRuStoreGodotCore.zipartifacts from the selected release. -
Extract the downloaded archives into the
addonsfolder at the root of your Godot project so that the following structure is created:
📁 your_project
└─ 📁 addons
├─ 📁 RuStoreGodotAppUpdate
│ ├─ plugin.cfg
│ ├─ plugin.gd
│ ├─ RuStoreGodotAppUpdate.aar
│ ├─ RuStoreGodotAppUpdate.gd
│ └─ ...
└─ 📁 RuStoreGodotCore
├─ plugin.cfg
├─ plugin.gd
├─ RuStoreGodotCore.aar
├─ RuStoreGodotCore.gd
└─ ...
- In the project settings, on the «Modules» tab, enable the «RuStore Godot AppUpdate» and «RuStore Godot Core» modules.
SDK initialization
var _client: RuStoreGodotAppUpdateManager = null
func _ready():
_client = RuStoreGodotAppUpdateManager.get_instance()
Working with the SDK
Explore the class catalog or the online guide.
Technical support
Additional help is available in the RuStore documentation and via email at support@rustore.ru.
Distribution terms
This software is distributed under the MIT license. See MIT-LICENSE.