I have tried several free and paid grid / dynamic grid solutions and they all have issues. Including Unity’s grid layout we currently have 4 solutions in our project. The feature feature we most need is the ability to set a fixed column/row count and have that fill a region. I guess it’s time for me to write our own
Lacking UI tools like this make working in Unity frustrating. While I’m here can we also have…
- A ScrollRect that can center on a element, maybe even animate.
- UI particles.
- A easy way to have our UI content aware of a mobile devices keyboard position.
- A component to keep a RectTransform within a mobile devices safe area.
For some of these we’ve had to write our own solutions, for some we use other peoples solutions. It’d be nice if these basic tools were provided by Unity.