For example if I have a folder inside my project with many PSD source files or maybe documents, those will be included or excluded when the game is packaged?
1 Like
The build pipeline will only include things that are actually used by your game. It starts from the bootstrap collection and generates a dependency tree of resources to include. You can also tick the Generate Build Report checkbox when bundling to see what’s included.
7 Likes