how to count which frame in running in output
var counter = 0; function Update () { print (counter++); }