0

I have some problems with element positioning at unity3d. I try to put data in table rows like this(on FreeAcpect screen). And It's look good. But on wide screen table rows are look narrow. Table row is a prefab. How to make rows responsive? enter image description here 3d enter image description here

2 Answers2

0

What you are describing here, seems to me like a UI layout problem, most likely with anchoring the objects themselves. Without seeing your scene view and hiearchy I can't tell you the exact solution, but I believe that if you take a look at the Unity manual about UI layout, you can solve this issue with ease.

mihoci10
  • 429
  • 3
  • 16
0

The extention from asset store(FREE) easy going TSTableView.

enter image description here

enter image description here