godot-super-scaling icon indicating copy to clipboard operation
godot-super-scaling copied to clipboard

3d viewport getting shrinked when i try to use in my old project

Open lucasthomaz97 opened this issue 3 years ago • 5 comments

version: Godot 3.4 when using the superscaling Cheesewald Gormet Adventures (DEBUG) 28_01_2022 22_17_25

correct proportion (without the superscaling): Cheesewald Gormet Adventures (DEBUG) 28_01_2022 22_17_39 4

my configurations Menu tscn - Cheesewald Gormet Adventures - Godot Engine 28_01_2022 22_19_29 :

lucasthomaz97 avatar Jan 29 '22 01:01 lucasthomaz97

Sorry for the delay, I just saw the notification. First make sure that your Project Settings Window Stretch Mode is on Disabled and Aspect on Ignore. Also, did you download from Github or the Asset Library? The Github is more recently updated, so you should try to download that.

https://github.com/cybereality/godot-super-scaling/releases/tag/v1.2.0

Other than that I'm not sure cause I can't reproduce on my end with my test projects. If those steps above don't solve the issue, maybe send me a minimum reproduction project and I can investigate.

cybereality avatar Jan 29 '22 04:01 cybereality

i downloaded it from the github link, it's the recent build, all my ui depends on stretch mode viewport and aspect expand to work nicely. here goes the link from the project: https://github.com/lucasthomaz97/Cheesewald-Gourmet-Adventures

lucasthomaz97 avatar Jan 29 '22 16:01 lucasthomaz97

Okay, I will take a look today. It believe it should be fixable, but let me investigate.

cybereality avatar Jan 29 '22 23:01 cybereality

So I got it to work, but it requires changes to the settings.

cheesewald

Basically, you cannot use Viewport scaling or Test Width/Height. As this uses the internal Godot scaler, which conflicts with my scaler. The image has to be at native resolution (not scaled) for my algorithm to function. The changes required are setting Stretch Mode to Disabled, Aspect to Ignore, and setting Test Width/Height to 0/0. This will display a 1080p window with everything working, as shown in the above image.

cybereality avatar Jan 30 '22 02:01 cybereality

nice! in this print the rendering got pretty pixelated... the filters solve it? i tried again in a fully test scene, but it don't appear as a selectable node or in the plugins screen, what happened? image image image

lucasthomaz97 avatar Feb 17 '22 15:02 lucasthomaz97