I am trying to populate a Table with a number of game objects from data received at run time.
So if the user has 3 items to display..
1. I want to instantiate 3 prefabs
2. add them to the Table
3. call Reposition to align all the objects
BUT when the prefabs are instantiated they are scaled to be enormous! Does any one know what I am doing wrong?