Hey!
Short question, iam looking for something thats alligning all child objects of a gameobject next to each other.
actually just like the ui grid layout group. is there something like this available?
I have the same question.
I have some “cards” I’m rendering using UI functionality right now. I’m hitting serious blocks trying to scale fonts correctly.
I noticed Text Meshes handle this better but don’t do well with sorting. (So everything is hidden behind the card background now) I was thinking about just making the cards full 3d objects, but it’s not worth it if I have to give up the layout groups at this point.