GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

New extension: File drop

Open Daveee19 opened this issue 1 year ago • 2 comments

Description

This extension adds the ability to read the content, name, path, and size of a file dropped into the game's window.

demo

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

image

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

FileDropExample.zip

Extension file

FileDrop.zip

Daveee19 avatar Sep 15 '24 14:09 Daveee19

👋 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 🙏

github-actions[bot] avatar Sep 15 '24 14:09 github-actions[bot]

👋 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 🙏

github-actions[bot] avatar Sep 15 '24 14:09 github-actions[bot]