03-17-2022 07:25 PM
stat FPS is pretty useless on Quest because it's such a tiny little bit of text. Any one know any other way to get an FPS counter on the quest? Is there some way we can access the value directly through code and pipe it into a widget?
03-18-2022 10:26 AM
I use this method; in your pawn - locate the Tick event, drag off from the 'delta seconds', divide 1 by this number and pipe the result into a widget.