-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New extension: Object position save extension! #1304
Comments
👋 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:
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:
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:
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏 |
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏 |
So this was fail so I had to close it |
Description
This extension helps us to simplify saving objects positions. This is extremely useful as we can implement it in just one action!
Auther = Byson98 (gdevelop name)
How to use the extension
Using this extension is really simple!
Saving
•To save the object we can simply add the action to save object position. Through this action no matter how much objects has this extension, all of them will be saved at once.
Loading
• Just like saving we can load our saved objects position! Just click the load action and it's loaded! But remember to use the remove saved files action after that, so that the extension won't be confused.
Note
Note: This extension loads objects by creating objects at the saved position, so this is done by looking at how many files has the same name and creates that much objects on the scene. So this is exactly the reason to remove the saved files after a loading.
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
I haven't created any examples yet. It's better to not use this extension on your main project as I haven't checked the extension yet. It's advised to first check the extension on a different project instead of your main.
Extension file
ObjectSaverExtention.zip
The text was updated successfully, but these errors were encountered: