Author Topic: Is there a way to make the uigrid to show it's children in arc style?  (Read 1683 times)

Sahkan

  • Jr. Member
  • **
  • Thank You
  • -Given: 9
  • -Receive: 0
  • Posts: 74
    • View Profile
Like so:

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Is there a way to make the uigrid to show it's children in arc style?
« Reply #1 on: January 20, 2016, 08:24:47 AM »
UIGrid is just a simple script that does evenly spaced positions. If you want to add curve to that (or in the case of the pic -- a fan blade arrangement), then you should create a custom positioning script instead that will change the position and rotation of the transform's children as desired.