Results 313 comments of D8H

Thank you for submitting an extension. There is an existing extension that has wall jump feature. Have you considered to make an update for it? https://wiki.gdevelop.io/gdevelop5/extensions/advanced-jump/

A few things from a quick check: * Generated code should never be called. ```JS let Climbable = gdjs.evtsExt__AdvancedWallClimb__GetClimbableNames.func(runtimeScene); ``` Either: - Declare the function in JS to call it...

> Performance is really bad because of how you draw the cells (using a loop) The issue is not the loop. It's the instance creation. This example has events that...

What happens when the camera is moved? Can extension users use the grid to debug path finding of a game with scrolling? What do you think about making a behavior...

Thank you for submitting this extension. I have some concerns: - Using the Z position and the depth will only work for boxes that are not rotated. - To handle...

Thank you for submitting an extension. A few things before starting the review: - The demo must be a project because it allows reviewers to understand how the extension is...

> For now i don't know how to not use the minified version since it's the only accessible file i know. So let me know what i have to do...

Thank you for submitting an extension. It looks great already. I have a few questions and suggestion: - Your example is great to show that the extension is actually easy...

> > * The library should not be defined globally as it could conflict with other extensions. You can remove the library package code and only keep the classes. If...

Please attach a new version of the demo. It will help with the review process.