Will using interpolate instead of change size increase performance noticeably?
dr2391
PRO Posts: 78
I have 6 actors that randomly spawn at the top of the screen that move towards the bottom. I have a rule
mod1>self.time%.3
change size
They randomly spawn and there could be 20 on the screen at once.
I've been testing on a Note 2 and it was running perfectly but I'm now testing on an S3 and it barely increases the size. Will changing to interpolate give me better performance and possibly fix my problem?
mod1>self.time%.3
change size
They randomly spawn and there could be 20 on the screen at once.
I've been testing on a Note 2 and it was running perfectly but I'm now testing on an S3 and it barely increases the size. Will changing to interpolate give me better performance and possibly fix my problem?
Comments