Can I access render statistics during runtime?

Hi,

is there any API in Unity that allows me to get information about the number of rendered triangles / drawcalls etc during runtime? The editor has the statistic window. I’d need something like that for my application during runtime.

Nope, there isn’t any way, nothing is exposed in the API to allow you to have this feature during runtime.