Performance

Hi there,
We're just starting (I know we've left it late) porting our projects onto the ouya, and have noticed something a little surprising.
We're a unity3d team, and our project hasn't been optimised yet for droid, however in its basic heavily over loaded form (we have far too many drawcalls in the current build) we've seen a surprising difference in performance between our shiny 2 month old ouya, and our 13 month old Asus transformer prime tablet.
The tablet is handling the overload slightly (yep only slightly) better than the ouya, it's only a little bit but it is definately a noticeable difference.
To me this doesn't make much sense as I thought the ouya was clocked faster than the tablet.
Has anyone else benchmarked the ouya against standard tablets ?

Comments

  • AyrikAyrik Posts: 429Member
    It especially doesn't make sense because the specs are quite lower. The specs in the Transformer T700 are much better, and almost exactly the same as OUYA. Try lowering the display to 1280x720 (Screen.SetResolution(1280,720,true)), which is closer to the Transformer Prime's resolution, just a little smaller.
    Saga Heroes - Adventure RPG
    image image
  • hypercanestudioshypercanestudios Posts: 126Member
    As Ayrik says, the performance difference is most likely because the transformer is pushing 44% of the pixels at 720p:
    (1280*720)/(1920*1080) = 0.44
Sign In or Register to comment.