
Referencing Textures in Other Packages
So I'm trying to split up my material into multiple packages to keep the compile times down but I'm having trouble referencing the texture assets in other custom packages. I have one package "DXModUI" which is supposed to have all the UI images and another "DXMod" package which references them, but
For example in DXModUI is a class DXModAllUI:
Then in the DXMod package I have "ModScreenAugmentations" which references the YellowStreetLines texture
I'm compiling using WOTGreal and I've tried rearranging the order of the editpackages package compilation but it keeps saying that the texture could not be found when I try to reference it.