Hi all,
For example, I’ve got nested structure with assets in my /Game directory:
/Game/Example0/Example0Label.uasset
/Game/Example1/Example1Label.uasset
/Game/Example2/Example2Label.uasset
So, *Label.uasset
are PrimaryAssetLabel
with ApplyRecusive
flag on.
Each label has their own unique ChunkID
0, 1 and 2 accordingly.
I decided to add additional folder and additional label in order to move some nested assets into another chunk with ChunkID
3:
/Game/Example2/Maps/Example2MapsLabel.uasset
The problem is that the Asset Audit tool shows that all of the assets inside /Game/Example2/Maps/
has ChunkID
as 2 + 3
.
How could I to exclude assets inside /Game/Example2/Maps/
from the pakchunk2?