Search Unity

Will This Have Any Effect on Unity iOS Performance?

Discussion in 'Scripting' started by John-B, Oct 14, 2018.

  1. John-B

    John-B

    Joined:
    Nov 14, 2009
    Posts:
    1,262
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    No, don't think so. While C# is double by default as well, and Unity's Mathf casts to float, you will find if it's performance you want you'll be using ECS+Burst+Jobs and Unity.Mathematics and so it's not really relevant.

    I dunno if it's relevant even without the ECS Trinity. You find that most mobile bottlenecks are rendering problems anyway.