New extension: File drop
Description
This extension adds the ability to read the content, name, path, and size of a file dropped into the game's window.
How to use the extension
Just use either of these actions, or all of them at once, and return the corresponding data into their respective variables
Checklist
- [X] I've followed all of the best practices.
- [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [X] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
What tier of review do you aim for your extension?
Reviewed
Example file
Extension file
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.
The following issues have been found by the system concerning the respect of those best practices by your extension:
⟶ ❌ [PascalCase for internals names]: Internal name 'listenAndReturnPath' should begin with an uppercase letter (ListenAndReturnPath)!
⟶ ❌ [PascalCase for internals names]: Internal name 'listenAndReturnName' should begin with an uppercase letter (ListenAndReturnName)!
⟶ ❌ [PascalCase for internals names]: Internal name 'listenAndReturnSize' should begin with an uppercase letter (ListenAndReturnSize)!
⟶ ❌ [PascalCase for internals names]: Internal name 'listenAndReturnContent' should begin with an uppercase letter (ListenAndReturnContent)!
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.
The following issues have been found by the system concerning the respect of those best practices by your extension:
⟶ ❌ [Extension name consistency]: Extension filename should be exactly the name of the extension (with .json extension). Please rename 'FileDrop2.json' to 'FileDrop.json'.
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏