Search Unity

Procedural Mesh Generation Mobile

Discussion in 'Editor & General Support' started by LukasO, May 8, 2016.

  1. LukasO

    LukasO

    Joined:
    May 23, 2013
    Posts:
    115
    Hi,

    Wanted to ask if anybody had managed to make procedural meshes at runtime for mobile? I'm considering this approach for a game i'm making. I basically want to generate a cave for a plane to fly through. I wondered what the performance would be like on mobile and whether procedurally generating meshes at runtime is a realistic goal on mobile? I've seen some 2d games that manage it but very few 3D examples.

    Thanks
     
  2. zombiegorilla

    zombiegorilla

    Moderator

    Joined:
    May 8, 2012
    Posts:
    9,051
    I've had no problems with it. Generation shouldn't be a problem on mobile, what you generate will have a bigger impact. Best bet is just to try it out and see if what and how you are building works well.