ever wanted to see how many draw calls or instances, or even polys, tris and verts in the frame view at that moment.
well the new v2 skyline now records full metrics data:
Sorry for the poor quality image, the snip&sketch feature of windows 10 is making poor quality images now.
If your wondering what the total statics and total dynamics is, then let me explain:
On each entity you can set an update mode either static or dynamic. In v2 skyline, if an entity does not have a dynamic flag then it is completely ignored in the update loop whereas previously we were updating all entities in one big list, but that gets slow if you have 1000's of entities. Now you could have a world filled of assets and if they are set static, then they are not put through the engines update loop. You still have to pay for the rendering cost, but thats what the metrics are there for