You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-12Lines changed: 28 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,44 @@ An editor plugin for **Godot** that lets you explore and manage the filesystem o
21
21
* A debug build of your app installed on the device (Only Required to access app's private data)
22
22
23
23
24
-
### Setup
24
+
### Installation
25
+
26
+
You can install the plugin in two ways: directly from the Godot Editor using AssetLib, or manually from the [Godot Asset Store](https://store-beta.godotengine.org/asset/anish/android-device-explorer) or [GitHub releases](https://github.com/syntaxerror247/android-device-explorer/releases).
27
+
28
+
**Option 1: Directly from the Godot Editor**
25
29
26
-
1. Download the latest release from the [GitHub Releases](https://github.com/syntaxerror247/android-device-explorer/releases)
30
+
1. Open the AssetLib tab in the Godot Editor and search for `Android Device Explorer`.
31
+
2. Click Download.
32
+
3. In the installation dialog:
33
+
- Make sure `Ignore asset root` is **unchecked**.
34
+
- Click Install.
35
+
4. In main menu, go to `Project > Project Settings > Plugins`, and enable **Android Device Explorer**.
27
36
28
-
2. Extract and copy the plugin into your project's `addons` folder:
0 commit comments