Florian Rival

Results 304 comments of Florian Rival

Could you share an APK version of your game?

> I used cordova format,and android studio to make apk/aab. Are you using the command line? You're missing some Cordova plugins. You would not have this problem with the GDevelop...

GDevelop already exports a version of your game with the necessary plugin in config.xml. you just need to install them with `cordova platform add android` and they should be installed....

They should yes, I suspect their origin point is somehow messed up. Can you share the project?

This increases the "surface of the API" of base objects. In other words: yet another condition in an already very (too?) big list of conditions. I think we need at...

Yep I think this would make sense to achieve this kind of "forced reloading" (or somehow "just" clear the Pixi cache) only when switching project. When switching tab, I'm a...

I'm also a bit unsure what the problem is. I wonder if the problem is the cache at the browser level and so PIXI is indeed reloading any resource but...

Let's try to understand the problem in the reverse order: why is your PR here working? What it is doing that we're not doing at the project opening?

Ideally we would have this situation: 1. whenever you load a new project, we ensure resources are reloaded to avoid any mismatch. 2. whenever you change a file, GDevelop automagically...

Thank you for the PR. I added a few comments to clarify some additions :)