I need some help. So I’m trying to make an overlay with a decal on the user’s screen BUT the problem is that I know some screens bigger or smaller won’t have it covering the whole screen but as instead bordering a small section of the screen. How do I make it where It overlays on all devices without any problems? I have listed some examples of what I mean by that below in screenshots.
[As soon I created a Vignette effect that works on my screen completely.]
[And this is the effect on a (for example) T.V sized screen]
Hi. You should use scale values instead of offset. For example, if you want to cover the entire screen you should set the image label’s properties as: Position: 0.5, 0, 0.5 0 Size: 1, 0, 1, 0
These numbers are relative to the size of the screen, so they will mantain their ratio with the screen dimensions.