Hi,
I am working on an architectural visualization project and I want to get basic understanding of the following:
1. When I re-use/repeat the same assets many times across the environment (example re-use of lamp post) does it load them separately when the game loads or does it load only one time since all the repeated assets are derived from one source? Also does it eat up more memory in run-time if I re-use the same asset?
2. I sometimes have many assets in my library that I do not use in the project. When the project is packaging a build does it also include the unused assets?
Thank you
I am working on an architectural visualization project and I want to get basic understanding of the following:
1. When I re-use/repeat the same assets many times across the environment (example re-use of lamp post) does it load them separately when the game loads or does it load only one time since all the repeated assets are derived from one source? Also does it eat up more memory in run-time if I re-use the same asset?
2. I sometimes have many assets in my library that I do not use in the project. When the project is packaging a build does it also include the unused assets?
Thank you
Comment