void OnGUI() { float val = FalconUnity.getFPS(); GUI.Label(new Rect(5, 5, 200, 30), val.ToString()); }