Recycle actor....
GuaveMedia
Member, PRO Posts: 1,262
hey guys,
what is the best way, concerning memory usage, performance etc., to do with actors
which aren't seen anymore. I have many actors which you pass by and then only see again when
you fail. So when you pass by they turn their alpha to 0. But is there a more efficient way?
Hope it makes sense. Thx
Alex
what is the best way, concerning memory usage, performance etc., to do with actors
which aren't seen anymore. I have many actors which you pass by and then only see again when
you fail. So when you pass by they turn their alpha to 0. But is there a more efficient way?
Hope it makes sense. Thx
Alex
Comments
However, if you choose to turn their alpha to zero, you can make your own reset rule and have your scene instant reset to bring back those actors.
Thx @DimensionScope