Search Unity

Scale and performance

Discussion in 'Editor & General Support' started by id0, Sep 11, 2021.

  1. id0

    id0

    Joined:
    Nov 23, 2012
    Posts:
    455
    I have a question about a scale. Let's say a character have a root bone with scale 0.0003. Will this somehow affect the performance of the game?
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    I would imagine extreme scale changes could cause some rendering artifacts in cases where the floating point accuracy starts to be visible. But other than that, I would imagine profiling would give the answer in your specific use case?