Search Unity

How to check the frame rate on debugger console when app running on Smart TV

Discussion in 'Samsung Smart TV' started by ajitkohir, Oct 4, 2014.

  1. ajitkohir

    ajitkohir

    Joined:
    Aug 21, 2014
    Posts:
    4
    I build a solution of AI physics toolkit in unity and deployed on Samsung smart TV frame rate is slow I want to know how to check the same?? Please help
     
  2. AlexThibodeau

    AlexThibodeau

    Unity Technologies

    Joined:
    Jul 23, 2013
    Posts:
    309
    There are a couple options available. You could check get the current frame rate using a script like this: http://wiki.unity3d.com/wiki/index.php?title=FramesPerSecond

    Another option is to attach the profiler to the running process to see where you're using a lot of cycles. Select development build and auto attach profiler. Then deploy to the TV.
     
  3. ajitkohir

    ajitkohir

    Joined:
    Aug 21, 2014
    Posts:
    4
    Thanks for reply... It is very helpful. I run AI toolkit car game on 13_Standard Smart TV and Angry bot on low setting and LOD. But still on TV it is not same as browser or any other device. Is there any tweaks which i can do or the performance will be good at 2014 Smart TV.. I want to build game app help.