godot-asset-library icon indicating copy to clipboard operation
godot-asset-library copied to clipboard

PHP frontend for Godot Engine's asset library

Results 93 godot-asset-library issues
Sort by recently updated
recently updated
newest added

Instead of creating a bottleneck with moderators/approvers, what if when an asset was submitted it was automatically available. At that point it could show as "community" supported, and then the...

topic:frontend
discussion
security

Otherwise it's two taps - choose a category and then click search. It took me a few seconds to realise that the results weren't being updated, so it should dynamically...

enhancement
topic:frontend

Currently when you submit a new asset, you had to select the target Godot version from: ![screenshot_20180820_143054](https://user-images.githubusercontent.com/4701338/44340631-ba6b4d00-a485-11e8-84ee-5645ce6bc5c8.png) This is insufficient because: - You don't know if selecting `3.0` means that...

feature
topic:backend

I had two different versions of my Godot NExt asset uploaded (for different versions of the engine), and I have now revised the repository such that all previous versions of...

enhancement
topic:frontend

This issue potentially supersedes issues #92, #93, #94, and #109. It will also invalidate #64, #71 and a few other issues related to asset edits. Comments are welcome. ### TL;DR...

feature
discussion

On Firefox I've tried to submit an asset, but I didn't realized the `Link to thumbnail (To be removed)` really had to be filled by something. So I got an...

enhancement
topic:frontend

At the moment there is not general validation for user input other than `errorResponseIfMissingOrNotString` , you can for example enter "11111111111111111111111" as asset version and will get a database error....

enhancement
topic:backend

Plugins created through GDNative will need to have a particular build for any given desktop platform. This means that creators will need to be uploading **versioned**, **OS-specific** builds for their...

feature
topic:backend
discussion

People submitting assets should be able to define blurbs (one-line descriptions to be displayed in result pages below asset titles).

enhancement

While using a Github repo as storage for a plugin is convenient most of the time, it is not the case when the plugin need a processing phase before being...

discussion
good first issue