Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thumbnails in 4K display

A topic by telmotrooper created 16 days ago Views: 45 Replies: 3
Viewing posts 1 to 4
(4 edits)

In a 4K display the maximum size of the asset thumbnails still seem a bit too small, can we allow for higher zoom values?

(I'm also using 175% monitor scaling, so the UI is actually bigger than in regular 4K.)

In the screenshots provided in the Itch.io page for the plugin (like this one) the thumbnails seem much bigger, I'm assuming the display used in those was in a lower resolution.

Developer (2 edits)

Hello @telmotrooper! Indeed, the resolution I used during most of the development was FullHD, I sometimes also use 2k, but I have not taken into account 4k screens I admit. Your request is absolutely valid and I will adjust this in the next minor patch. 

In the meantime you may just apply this easy fix yourself by opening the scene at addons/assetplacer/ui/AssetPaletteUi.tscn, searching for "AssetButtonSizeSlider" in the node hierarchy and changing the max value from 1.0 to a value of your liking (4.0 should be sufficient). After this you need to disable and enable the plugin again for changes to take effect.



If the buttons do appear too pixelated, you can adjust the general thumbnail size of the Engine in the EditorSettings under 'Docs -> File System -> Thumbnail Size'. This should affect thumbnail size in the editor as well as in AssetPlacer.


I hope this helps. Let me know if you encounter any other issues.

I followed your suggestion and was able to increase the size of the thumbnails to my liking. Thank you for your help and congratulations on the development of the plugin! 🙂️


Developer

happy to help!