AlexandreS

Results 120 comments of AlexandreS

Closing this since I think it's ok now. But I tested the project @PascalLadalle joined above and it doesn't work but the project was a bit weird I think (there...

I may have done a bad test then! Thanks for checking, I'll have another more watchful look

Here is what I found: when using either of the 3 predefined shapes (Circle, Box and Edge), if you don't specify custom dimensions (Width, Height, Lenght or Radius), the Box2D...

Indeed this issue has not been worked on. If you need a workaround, please check this https://github.com/4ian/GDevelop/issues/1812#issuecomment-1328339430. You shall use a Javascript code event and also select the objects you...

Hi @Nader-B10, thanks for taking the time to report this issue. I'm unable to reproduce the issue with the project you attached on my macOS. To investigate the issue, you...

I had not noticed this TODO: https://github.com/4ian/GDevelop/blob/master/newIDE/app/src/MainFrame/index.js#L595 I had trouble finding how to clear PIXI's cache, and all the things I tested didn't work. ```js PIXI.Texture.removeFromCache('NewObject-1.png'); if ( PIXI.Loader.shared.resources['NewObject-1.png'] &&...

When you switch projects, you can see a request for the object to the path: `.../My%20project15/NewObject-1.png?cache=1642780961091&gdUsage=img` I don't know what the cache value is used for, but it differs from...

I also tried using electron.session.clearCache and electron.session.clearStorageData (see https://www.electronjs.org/docs/v14-x-y/api/session) but the bug is still here.

I knew there was something off with this PR. Do you think this "else" condition should be looked into seriously?

Hi @aman8218, Thanks for the contribution effort. I'm not sure you have enough details from @aasthad27 to work on this issue: - Is it on GDevelop's website or in the...