I am wanting to make this effect using ui grds. I am just confused because I thought that ui grid’s sizes were locked but obviously this game is using ui grids but still manages to pull off the effect using ui grids. Thank you for the help - BMWLux
I am wanting to make this effect using ui grds. I am just confused because I thought that ui grid’s sizes were locked but obviously this game is using ui grids but still manages to pull off the effect using ui grids. Thank you for the help - BMWLux
3 Likes
Actually, I think my issue was not using ui scales. Solved it myself XD
A ‘UIGridLayout’ instance does constrain the position and size of its sibling instances (providing they contain a ‘Size’ property), however a UIGridLayout
's ‘CellSize’ property (which is what controls the size of its sibling instances) can be tweened to produce an effect similar to the one shown.