Skip to main content

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

Scaling AutoQuality optimization

A topic by Draque created 29 days ago Views: 47 Replies: 1
Viewing posts 1 to 2

First off, apologies for the flurry of posts, I know I tend to do this sometimes. XD

So I found a way to improve calculation of  quality for autoquality. I have updated the code which can be found in main.txt in the link below. What I am doing is iterating through each parent object to find its scaling and factoring this into the calculation of the overall quality scaling. I purposefully exclude the top level parent canvas, as this is oftentimes an overlay, and can have weird, arbitrary scaling. I'm not sure how you might want to handle that, though. This can be very helpful if a SuperTextMesh object is embedded in layers of prefabs which are scaled to arbitrary values.

https://codepad.app/edit/xbe8uo63

Developer

Okay cool, looks alright so I can toss this in if it seems to work! Thank you!