Open
Conversation
Contributor
|
!update |
Contributor
Author
|
Can't update the extension, as it doesn't pass automatic tests: |
Contributor
|
I made a change in the bot. Please, try to update the extension again. |
Contributor
|
!update |
Contributor
Author
|
Can't update the extension, as it doesn't pass automatic tests: |
d5d62c7 to
f9fb269
Compare
Contributor
Author
|
Errors were detected in this submission: |
Contributor
|
Sorry, it needed to be rebased for the fix be used. You should now be able to update it. |
Contributor
|
!update |
Contributor
Author
|
Extension updated with errors: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Procedural 2D Clouds Extension
Generate and control dynamic, procedural 2D cloud layers in your GDevelop 3D scenes.
Features:
Limitations:
Why I didn't use custom object and let the player set the dimension in the action
Object dimension of the custom object in Gdevelop scene doesn't matches to the runtime scene. No matter what I tried it didn't worked. There was a huge dimension difference between object dimension (threejs plane geometry) and how it was shown in the game preview.
How to use the extension
There are two actions in the extension.
Create Cloud Plane, creates a plane with all the transform, dimension and parameter values that control the FBM noise and animations.
Destroy Cloud Plane, removes the created plane when it is not needed anymore to release the resources it takes.
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
Procedural 2D Clouds - Github.zip
Extension file
Procedural2DClouds.zip
Extension by @Eldarduil
You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type
!update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!