Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions platforms/godot_editor/addons/admob/admob.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ const CSharpService := preload("res://addons/admob/internal/services/csharp_serv

var _main_exporter := preload("res://addons/admob/internal/exporters/main_export_plugin.gd").new()
var _android_exporter := preload("res://addons/admob/internal/exporters/android/export_plugin.gd").new()
var _ios_exporter := preload("res://addons/admob/internal/exporters/ios/export_plugin.gd").new()

func _enter_tree() -> void:
CSharpService.manage_visibility(self)
add_export_plugin(_main_exporter)
add_export_plugin(_android_exporter)
add_export_plugin(_ios_exporter)
add_tool_submenu_item(MENU_NAME, AdMobEditorMenu.new(self))

func _exit_tree() -> void:
remove_export_plugin(_main_exporter)
remove_export_plugin(_android_exporter)
remove_export_plugin(_ios_exporter)
remove_tool_menu_item(MENU_NAME)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion platforms/godot_editor/addons/admob/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="AdMob"
description="The AdMob Plugin for Android and iOS."
author="Poing Studios"
version="v4.3.1"
version="v4.3.2-dev"
script="admob.gd"
4 changes: 2 additions & 2 deletions platforms/godot_editor/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
[application]

config/name="AdMobAddon"
run/main_scene="uid://0esyp38ds6yg"
config/features=PackedStringArray("4.6", "GL Compatibility")
run/main_scene="res://addons/admob/gdscript/sample/Main.tscn"
config/features=PackedStringArray("4.7", "GL Compatibility")
config/icon="res://addons/admob/assets/icon-1024.png"

[display]
Expand Down
Loading
Loading