Search Unity

Resolved Transform system V2 features

Discussion in 'DOTS Dev Blitz Day 2022 - Q&A' started by thelebaron, Dec 7, 2022.

  1. thelebaron

    thelebaron

    Joined:
    Jun 2, 2013
    Posts:
    857
    Will transform v2 get more functionality resembling the options v1 had for pre/post euler angles or rotation pivots/translations etc? It seems very bare bones in comparison now.

    If transforms is considered complete, what is the reasoning behind the functionality of v1 not being implemented?
     
  2. jivalenzuela

    jivalenzuela

    Unity Technologies

    Joined:
    Dec 4, 2019
    Posts:
    76
    I don't consider v2 complete, or rather I think it's likely we'll continue to expand support to help folks solve transform related problems. We might have to distinguish between a "fast path" which remains performant and allows optimizations like hierarchy simplification and "auxiliary" path that allows people to use more helper functions.
     
  3. TheOtherMonarch

    TheOtherMonarch

    Joined:
    Jul 28, 2012
    Posts:
    866
    That sounds good most of the time you just need a simple transform system.