Results 313 comments of D8H

I plead guilty. The UI doesn't change the selection to the copied function which confuse me every time and I modify the wrong one.

I opened this PR to reduce the risk of these kind of mistake: * https://github.com/4ian/GDevelop/pull/4083

Really nice extension! I have some suggestions: ### Good practices - Function names should not be prefixed by a letter. - Any reason why you did this? - Extension users...

> > * Function names should not be prefixed by a letter. > > > > * Any reason why you did this? > > Gdevelop orders all actions, conditions,...

> > Let's say we want to create an action to put an object at the middle of 2 points. The formula is: `x = (x_a + x_b) /2` `y...

I find it difficult to see which features should be in the extension. What do you think about making a list of games that could be done with this extension?...

Great job! The events are looking good. Some suggestions: - In `InterpolateCurve`, the easing parameter can be removed. Users will put the easing function in the `Progress` parameter. - In...

> > * In `InterpolateCurve`, the easing parameter can be removed. Users will put the easing function in the `Progress` parameter. > > Yes they could. But I don't think...

> @pampogokiraly: Will you be able to make an unlimited search range and add the ability to pass through obstacles to a certain object and its instances? It's not a...

I added some features to the extension. I'm not done yet, but I wanted to keep you updated. The project: https://www.dropbox.com/s/wrlnh9g08xpgko8/BezierCurve_REVIEW.zip?dl=1 A build of the project: https://liluo.io/instant-builds/a44a9c21-e21e-4cc5-9b08-dc4545434129 New features -...