
A
Publisher
achyutastudios
GodotPlayBilling
Tools
Billing Google Android Integration GDScript Payment Service Connection
Godot Plugin to integrate Google Play Billing Library.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Play Billing
Welcome to the Godot Play Billing Library!
This plugin simplifies integration with the Google Play Billing system by providing a GDScript-based interface. Developers can easily implement billing features without needing to write any Kotlin or Java code, making it accessible even for those without prior Android development experience.
Quick Start
To get started, follow these steps:
Example
# The PlayBilling node is provided by the plugin,
# encapsulating all necessary signals and methods for Google Play Billing.
@onready var _play_billing: PlayBilling = $PlayBilling
func _ready():
# Initiate the connection to the Google Play Billing service.
_play_billing.start_connection()
func _on_play_billing_connected() -> void:
# Connection is established.
Documentation
Comprehensive documentation is available here and includes:
- Introduction
- Getting Started
- Integration
- API Reference