can a png file with a big transparent background affect mthe performance?
yes it can, especially in mobile…
here’s details about ‘overdraw’, see 2nd post:
and there is some option for ignore the transparent holes?
not .png specifically, its just that transparencies are slow to render. So you should try to minimize the percentage of the screen area that is filled with transparent textures/sprites.