HOME.en.md


RU EN
🏠 Home ❮ Back

RuStore Godot Plugin for App Updates

The RuStoreGodotAppUpdate plugin helps keep the application up-to-date on the user’s device. Godot Engine 4.3+ is supported.

Plugin Installation

  1. Go to the Releases section of the project repository on GitFlic.

  2. Download the RuStoreGodotAppUpdate.zip and RuStoreGodotCore.zip artifacts from the selected release.

  3. Extract the downloaded archives into the addons folder in your Godot project root, resulting in the following structure:

📁 your_project
└─ 📁 addons
   ├─ 📁 RuStoreGodotAppUpdate
   │  ├─ plugin.cfg
   │  ├─ plugin.gd
   │  ├─ RuStoreGodotAppUpdate.aar
   │  ├─ RuStoreGodotAppUpdate.gd
   │  └─ ...
   └─ 📁 RuStoreGodotCore
      ├─ plugin.cfg
      ├─ plugin.gd
      ├─ RuStoreGodotCore.aar
      ├─ RuStoreGodotCore.gd
      └─ ...
  1. In the project settings, on the Plugins 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

Study the class catalog or the online guide.

Technical Support

Additional help is available in the RuStore documentation and by email at support@rustore.ru.

Distribution Terms

This software is distributed under the MIT license. See MIT-LICENSE.