Firebase Plugin
by Cengiz | MIT
A Godot plugin that provides a unified GDScript interface for Firebase services on Android and iOS, with a modular node-based architecture that makes it easy to add and manage Firebase features directly in your scene tree. Supported services include
Godot Firebase Plugin A Godot plugin that provides a unified GDScript interface for Firebase services on Android and iOS, with a modular node-based architecture that makes it easy to add and manage Firebase features directly in your scene tree. Supported
AdMob
by Poing Studios | MIT
Want to make money from your mobile game? The AdMob plugin created by Poing Studios for Godot v4.2+ lets you easily add ads to your game, whether you're on Android or iOS. Just focus on making your game awesome, and let AdMob take care of the ads
🏁Initialize AdMob GDScript func _ready() -> void: #just need to call once MobileAds.initialize() C# using PoingStudios.AdMob.Api; public override void _Ready() { //just need to call once MobileAds.Initialize(); } 🎏Banner Ads GDScript Load (will
Vision Plugin
by Cengiz | MIT
A Godot plugin that provides a unified GDScript interface for ML Kit face mesh detection on Android and iOS. Pass any `Image` to the `Vision` node and receive rich per-face data including 468 3-D landmark points, triangle mesh indices, and named facial
Godot Vision Plugin A Godot plugin that provides a unified GDScript interface for ML Kit face mesh detection on Android and iOS. Pass any Image to the Vision node and receive rich per-face data including 468 3-D landmark points, triangle
Godot Firebase IOS
by Somni Game Studios | MIT
godot-firebase-ios is an iOS plugin for the Godot Engine that integrates Firebase services in Godot Android games and apps
godot-firebase-ios Firebase plugin for Godot 4 on iOS, implemented as a GDExtension using SwiftGodot — similar in approach to GodotApplePlugins. Designed to work alongside GodotFirebaseAndroid, exposing the same Auth API on both platforms for a consistent
QR Plugin
by Cengiz | MIT
Godot plugin that provides a unified GDScript interface for generating and scanning QR codes on Android and iOS using native platform implementations
Godot QR Plugin Godot plugin that provides a unified GDScript interface for generating and scanning QR codes on Android and iOS using native platform implementations. The plugin supports: Generating QR code images and textures Scanning QR codes from
Native Camera Plugin
by Cengiz | MIT
A Godot plugin that provides a unified camera capture interface for Android and iOS using native platform APIs. It enables real‑time camera frame streaming directly into Godot with configurable resolution, rotation, frame skipping, and optional grayscale
Godot Native Camera Plugin A Godot plugin that provides a unified camera capture interface for Android and iOS using native platform APIs. It enables real‑time camera frame streaming directly into Godot with configurable resolution, rotation, frame
OAuth 2.0 Plugin
by Cengiz | MIT
A Godot plugin that provides a unified GDScript interface for OAuth 2.0 authentication flows on Android and iOS. It supports popular OAuth providers via presets (Google, Apple, GitHub, Discord, Auth0) as well as fully custom OAuth2 providers, with built-in
Godot OAuth 2.0 Plugin A Godot plugin that provides a unified GDScript interface for OAuth 2.0 authentication flows on Android and iOS. It supports popular OAuth providers via presets (Google, Apple, GitHub, Discord, Auth0) as well as fully custom
Connection State Plugin
by Cengiz | MIT
A Godot plugin that provides a unified GDScript interface for getting information on mobile device connections such as WIFI, cellular, ethernet, bluetooth, and VPN on Android and iOS platforms
Godot Connection State Plugin A Godot plugin that provides a unified GDScript interface for getting information on mobile device connections on Android and iOS. Key Features: Get information about all available connections on a mobile device Know
In-app Review Plugin
by Cengiz | MIT
Godot in-app review plugin provides access to in-app review functionality for Google Play Store on the Android platform and Apple App Store on the iOS platform through a unified GDScript interface
Godot In-app Review Plugin The Godot In-app Review Plugin lets you trigger native in‑app review prompts on Android (Google Play Store) and iOS (Apple App Store) using a single, unified GDScript API. This allows players to leave ratings and reviews
Deeplink Plugin
by Cengiz | MIT
Deeplink plugin provides a unified GDScript interface for processing of App Links on the Android platform and Universal Links on the iOS platform in order to enable direct navigation to specific app content
Godot Deeplink Plugin Deeplink plugin provides a unified GDScript interface for processing of App Links on the Android platform and Universal Links on the iOS platform in order to enable direct navigation to specific app content. Features: Enable
Notification Scheduler Plugin
by Cengiz | MIT
Notification Scheduler Plugin provides a common GDScript interface to allow the scheduling of local notifications on the Android and iOS platforms
Godot Notification Scheduler Plugin A unified GDScript interface for scheduling local notifications on Android and iOS. Features: Schedule local notifications with customizable titles, content, and delays. Schedule repeating notifications with
Admob Plugin
by Cengiz | MIT
A Godot plugin that provides a unified GDScript interface for integrating Google Mobile Ads SDK on Android and iOS
Godot Admob Plugin A Godot plugin that provides a unified GDScript interface for integrating Google Mobile Ads SDK on Android and iOS. Key Features: All ad formats — Banner (fixed, adaptive, inline-adaptive, collapsible), Interstitial
Share Plugin
by Cengiz | MIT
Share Plugin provides a unified GDScript interface to allow sharing of text, images, and other files on Android and iOS platforms
Godot Share Plugin Share Plugin allows sharing of text and images on Android and iOS platforms. Features: Native share dialogs on Android and iOS Share content with other installed apps Supported share types: Text Images Arbitrary files (
loading more results...