playMaker

Author Topic: FPS display  (Read 1911 times)

san

  • Junior Playmaker
  • **
  • Posts: 93
FPS display
« on: July 17, 2020, 02:43:09 AM »
Hi, is there a playmaker actions that display Frame Per sec ?


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: FPS display
« Reply #1 on: July 17, 2020, 03:10:33 AM »
Hi.
There should be a'Get FPS' on the Ecosystem

To display use the ui text

san

  • Junior Playmaker
  • **
  • Posts: 93
Re: FPS display
« Reply #2 on: July 17, 2020, 03:53:06 AM »

san

  • Junior Playmaker
  • **
  • Posts: 93
Re: FPS display
« Reply #3 on: July 17, 2020, 04:07:09 AM »
Question ~!
Why FPS is over 500 FPS in Unity Graphic Stats and Playmaker FPS is around 60FPS ?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: FPS display
« Reply #4 on: July 17, 2020, 08:41:33 AM »
in the stats its a estimated fps if you would play in build.
playmaker fsm is fps affected by editor stuff etc. so if you open inspector it will be lower that for example full screen, not showing other windows.
and is the actual fps that you currently see.

So to have a accurate fps you need to test in a build.