Skip to content

Commit 5625488

Browse files
authored
Merge pull request #2 from DawidMoza/readme-export-clarification
Clarify plugin enabling and export settings
2 parents df1e5b6 + 4c7db89 commit 5625488

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ If using both Android & iOS, ensure **same addon interface version**.
4242
- Click `Download` → `Install`
4343
- Install to project root, `Ignore asset root` checked
4444
- Enable via **Project → Project Settings → Plugins**
45-
- Ignore file conflict warnings when installing both versions
45+
- For iOS, also enable via the export settings
46+
- Ignore file conflict warnings for GDScript interface files when installing both versions
4647
2. **Manual**
4748
- Download release from GitHub
4849
- Unzip to project root
49-
- Enable via **Plugins** tab
50+
- Enable via **Project → Project Settings → Plugins**
51+
- For iOS, also enable via the export settings
5052

5153
---
5254

@@ -97,6 +99,7 @@ The demo app's only purpose is to provide sample code. Since the demo app is not
9799
- **Troubleshooting:**
98100
- View XCode logs while running the game for troubleshooting.
99101
- See [Godot iOS Export Troubleshooting](https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_ios.html#troubleshooting).
102+
- **Export settings:** Plugin must be enabled also in the export settings.
100103

101104
---
102105

@@ -109,17 +112,15 @@ The demo app's only purpose is to provide sample code. Since the demo app is not
109112

110113
---
111114

112-
<a name="all-plugins">
113-
114115
# <img src="addon/icon.png" width="24"> All Plugins
115116

116-
| Plugin | Android | iOS |
117-
| :---: | :--- | :--- |
118-
| [Notification Scheduler](https://github.com/godot-sdk-integrations/godot-notification-scheduler) |||
119-
| [Admob](https://github.com/godot-sdk-integrations/godot-admob) |||
120-
| [Deeplink](https://github.com/godot-sdk-integrations/godot-deeplink) |||
121-
| [Share](https://github.com/godot-sdk-integrations/godot-share) |||
122-
| [In-App Review](https://github.com/godot-sdk-integrations/godot-inapp-review) |||
117+
| Plugin | Android | iOS | Free | Open Source | License |
118+
| :--- | :---: | :---: | :---: | :---: | :---: |
119+
| [Notification Scheduler](https://github.com/godot-sdk-integrations/godot-notification-scheduler) ||||| MIT |
120+
| [Admob](https://github.com/godot-sdk-integrations/godot-admob) ||||| MIT |
121+
| [Deeplink](https://github.com/godot-sdk-integrations/godot-deeplink) ||||| MIT |
122+
| [Share](https://github.com/godot-sdk-integrations/godot-share) ||||| MIT |
123+
| [In-App Review](https://github.com/godot-sdk-integrations/godot-inapp-review) ||||| MIT |
123124

124125
---
125126

0 commit comments

Comments
 (0)