Only Loading the need UI when need instead of load all UI in once.
i have no idea how to load just some UIs. I'm newbie here

You are likely using huge atlases, and crash because of excessive texture memory usage.
so i need to delete all the atlases and re-create them all ?
if i remove some pictures from atlas and create them using UItexture, does the memory consuming the same ?
i have 4-5 atlases and all of them is not larger than 2048 (some 512, some 1024, and some 2048 though), is that not good enough ?
i think i'm doing something wrong, but don't know what it is. Could you please suggest or elaborate

Thanks so much for all your help.