Hello guys! A question, How do I count all objects on screen? If i run my game in debug mode i can see something like:
So basically i want to run my game in preview mode (no debug) and just add a text which include the objects (in this example: "100 objects") part. Thanks!
Put all objects in a family.
Family is on screen condition, then use the family.pickedcount expression.
If you don't have families (Purchased) then you will have to have a running total in a variable and a separate object.pickedcount for each object and add them to the variable.
Develop games in your browser. Powerful, performant & highly capable.
Thanks guys for your reply!
Yes i know this kind of tips, i just ask in case exist something prebuild like "fps", "cpuutilisation", etc etc :)
Ashley is there any chance to include this parameter to the next updates maybe? Thanks!