HOME.en.md


RU EN
🏠 Home ❮ Back

RuStore Godot plugin for ratings and reviews

The RuStoreGodotReview plugin allows the user to leave a rating and review for the app in RuStore without leaving the app. Supports Godot Engine 4.3+.

Plugin installation

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

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

  3. Extract the downloaded archives into the addons folder in the root of your Godot project, so that the following structure is obtained:

📁 your_project
└─ 📁 addons
   ├─ 📁 RuStoreGodotReview
   │  ├─ plugin.cfg
   │  ├─ plugin.gd
   │  ├─ RuStoreGodotReview.aar
   │  ├─ RuStoreGodotReview.gd
   │  └─ ...
   └─ 📁 RuStoreGodotCore
      ├─ plugin.cfg
      ├─ plugin.gd
      ├─ RuStoreGodotCore.aar
      ├─ RuStoreGodotCore.gd
      └─ ...
  1. In the project settings, on the Modules tab, enable the RuStore Godot Review and RuStore Godot Core modules.

SDK initialization

var _client: RuStoreGodotReviewManager = null

func _ready():
    _client = RuStoreGodotReviewManager.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.