When using the image uploaded on a dev product’s edit page, the resulting asset is consistently uploaded at 300x200, regardless of the image’s actual dimensions.
This bug makes dev products inconvenient to work with, as I have to upload the images for my products as decals separately, and cannot use GetProductInfo()
to retrieve all the data I need for my products at once.
To reproduce:
- Navigate to a place’s Developer Products section.
- Create a new dev product.
- Select an image using its image uploader:
I’ve then been using MarketplaceService:GetProductInfo()
on the product ID for the created dev product to get its IconImageAssetId
. This can then be viewed in the browser at http://roblox.com/asset/?id=IconImageAssetId
to see that its dimensions have been changed.