I posted a question on Answers, but it's been 23hrs and it's sill in moderation. So posting again here.
I'm working on this small project, I need to dynamically add UI elements inside a panel with ScrollRect.
I don't want to use any Layout component as the content will be placed manually at different positions via script.
I've been reading and trying different implementations, but I keep returning to the most basic one. Make a hierarchy as follows:
Content Size Fitter not working without Layout component
I'm working on this small project, I need to dynamically add UI elements inside a panel with ScrollRect.
I don't want to use any Layout component as the content will be placed manually at different positions via script.
I've been reading and trying different implementations, but I keep returning to the most basic one. Make a hierarchy as follows:
- >Panel(ScrollRect+Mask)...
Content Size Fitter not working without Layout component