Forum

In-game profiling

15 April 2015 14:39
Hi,

I have a suggestion for in-game profiling for measuring the player's performance and producing statistics which could be stored in a database using REST. I am using Rails for my Blend4Web project and I want to create game scores and profiling perhaps writing a library called "performance.js".

Just a thought.
15 April 2015 20:18
Hi

Currently we have no plans to implement this feature (we do not collect info for ourselves because we respect privacy of our users). But you may easily achieve this if you register fps callback (see set_fps_callback function from main module) and send FPS data to your server.
 
Please register or log in to leave a reply.