Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

RectTransform usage

Discussion in '2D Experimental Preview' started by ortin, Jun 15, 2016.

  1. ortin

    ortin

    Joined:
    Jan 13, 2013
    Posts:
    221
    Did you consider using RectTransform for tiled/9-sliced sprites instead of having separate width / height fields?
    Or maybe at least to copy those data from RectTransform when it's added instead of normal Transform. That could be the first step in better interaction between UI and 2D :)
     
  2. Johaness_Reuben

    Johaness_Reuben

    Joined:
    Jan 27, 2016
    Posts:
    253
    Something to be considered down the road. We did consider it, but current focus was for 2D world building, faster layout options etc. Coupling the two adds some complexity in usage. Basically the idea was to bring the 9-Slice technique which is available and typically used in UI to 2D level building.