i just add another camera for ui.
and all ui has “UI” layers.
-
main camera
clear flag : skybox,
culling mask : all except UI,
depth : -1 -
ui camera
clear flag : depth only,
culling mask : UI,
depth : 10
fps 60 is without ui camera on iOS mobile device.
and fps 50 is with ui camera.
what am i doing wrong?
i can’t understand this situation
any help?