Web app editor doesn't load the image from drive #2331
Replies: 2 comments
-
Yep I'm not sure exactly how to approach this. So in a way, projects are somewhat incompatible between web-app and desktop-app because of this. There should be a way to do web-app => desktop-app (basically, download the required files) and desktop-app => web-app (not sure how) or find another way to store resources that is common. |
Beta Was this translation helpful? Give feedback.
-
Use the relative path everywhere in the game.json. Reconstruct the path with or without the beginning of the absolute path at the resource function loading.
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug
On the web app :
https://editor.gdevelop-app.com/
When you load a game coming from PC and open it on web app with Gdrive, the images are not loaded.
To Reproduce
Open this project :
https://drive.google.com/drive/folders/1ASSFgxaHgYv9mA-b6KxZ6tjSDFSAgfC7?usp=sharing
Other details
Only web app
Beta Was this translation helpful? Give feedback.
All reactions