- Home /
Question by
Catlard · Nov 20, 2013 at 10:08 AM ·
batchingdrawcallsdraw callsstatic batchingstatistics
Getting statistics info in a script?
Is there any way to get information on draw calls/statically batched calls when running something on a device, outside of the editor? Ideally, I'd like to make a call like:
print(Application.Stats.Drawcalls)
or
print(Application.Stats.BatchedDrawCalls)
Comment