unity iphone tweaks

Discussion in 'Public Game Developers Forum' started by EFC, Aug 10, 2009.

  1. EFC

    EFC Well-Known Member

    Jul 6, 2009
    93
    0
    0
    Game Developer
    Hello touchArcade developers,

    I've got my game playable on device at 20 fps.. but id like to squeeze a bit
    more out, only unity indie atm.. so its not build stripped, if that helps.

    I've had some success switching scripts from slow and safe, adjusting timestep to 0.06, tweaking the appcontroller.mm accelerometer and kps thingamadoodle.
    I think it needs guimanager as well as spritemanager, besides that and keeping drawcalls under 30 or as low as possible, anyone got any other quick ideas...

    Cheers,
    EFC
     
  2. etoiles

    etoiles Well-Known Member

  3. Eric5h5

    Eric5h5 Well-Known Member

    Yes, the Unity forums will have much more depth (and this subject has been covered a lot there), but basically use the profiler so you know what time is spent where. Then you can fix the slow stuff.

    --Eric
     
  4. EFC

    EFC Well-Known Member

    Jul 6, 2009
    93
    0
    0
    Game Developer
    You'd be right to think that if i hadnt checked the forums of the product im using.. id certainly deserve not to have a high frame rate.
    theres a lot of good info ive got from there already thanks.

    was just wondering if anyone had any info that wasnt from the usual suspects, if you know what i mean.
     

Share This Page