|
|
|
|
|
by deejbee
3612 days ago
|
|
From what I've experienced and read about, it seems the best approach is not to create/destroy objects at run time since it can be an expensive operation and cause frame rate issues. It's better to hide them and build as many as you can when the app is started up. |
|