Search Unity

Blank app going really slow

Discussion in 'Windows' started by ferr, Nov 13, 2013.

  1. ferr

    ferr

    Joined:
    Dec 23, 2012
    Posts:
    12
    I have been testing out how my Unity project runs in WP8 (using Emulator WVGA 512MB) and noticed very low frame-rate (about 10FPS). I created a new Unity project and imported no packages (empty?), this seemed to also only get about 15FPS in the WP8 emulator. Why would it be going this slow? I get as high as 60FPS with a normal WP8 Silverlight application.

    Unity in WP8:
    $slow_unity.png

    WP8 Silverlight app:
    $wp8_test.png
     
  2. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    well.. Silverlight is 2D, and it looks like you've got the dev build running on Unity, which will definitely be running at 'half' speed. try the release or if you got 4.3, master build.
     
  3. ferr

    ferr

    Joined:
    Dec 23, 2012
    Posts:
    12
    Ah perfect, since I'm at 4.3 now I needed to use master build to get better results. Works great now.