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: docs/gdevelop5/community/contribute-to-the-assets-store/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,20 @@ GDevelop streamlines the integration of assets into game projects, eliminating t
10
10
11
11
Before integrating your art into a pack, you'll need to think its fundamental elements, such as a thumbnail, the title, a description, and other key details. Let's explore each of these components that determine an asset pack.
12
12
13
-
## Determine your Asset Pack
13
+
## Get your Pack Ready
14
14
15
15
### Get a Thumbnail & Previews Files
16
16
17
17
A pack with an attractive thumbnail makes it more visible. Additional images can help them figuring out if a pack suit their needs. Contrasted colors can be used. The thumbnail should reflect the pack's. Thumbnails that put assets in context are preferred to grids of assets.
18
18
19
19
- Get a thumbnail:
20
+
20
21
- Must be 16:9, `1280x720` or `1920x1080`
21
22
- File format in `.png`
22
23
- Must be named: `thumbnail.png`
23
24
24
25
- Get previews (This step can be skipped for free packs.):
26
+
25
27
- They can be from 1 to 9
26
28
- Must be named `preview1.png`, `preview2.png`, ..., `preview9.png`
27
29
- Must be 16:9, `1280x720` or `1920x1080`
@@ -106,10 +108,13 @@ Generic names to avoid:
106
108
- Item 37
107
109
- Robert (a proper noun)
108
110
109
-
## Package Using GDevelop
111
+
## Package your Art
112
+
113
+
To ensure your asset package is valid for the Asset Store, there are two options:
110
114
111
-
To ensure a fully valid file for the asset store, add your resources as objects within GDevelop.
112
-
Then, export a `.gdo` file, which will contain the complete object configuration, and the folders structure you built as you've set it up in the engine.
115
+
-**Export from the engine:** Package your art files directly in GDevelop and export a `.gdo` file. This file includes the complete object configuration and folder structure as set up in the engine.
116
+
117
+
-**Manual packaging:** If you have a large number of assets, you can create a pack by manually organizing the files without using the game engine editor, following [the provided technical specifications](./technical-speficication.md).
113
118
114
119
To export a a `.gdo` file from the GDevelop editor following these steps:
115
120
@@ -144,10 +149,6 @@ Put your audio files `.aac`, `.wav`, `.mp3` (prefer `.aac`) directly in a `Audio
144
149
145
150
If you are in doubt, ask to the GDevelop team or the community if your files can be supported by an objects, or fit a [custom objects (prefab)](gdevelop5/objects/custom-objects-prefab-template/).
146
151
147
-
## Package Manually
148
-
149
-
You can create an pack by packaging yourself the files without the game engine editor. It can be achieve by following these [technical speficications](./technical-speficication.md).
150
-
151
152
### Limitations
152
153
153
154
GDevelop have several limitation for now, as they are:
0 commit comments