Do i need to worry about draw call of gui node with visible = false

Hi

Just wondering do i need to set layer on gui node with visible = false? Or should i just leave it empty? Which one is better for the performance?

Thank you for the answer?

I do not have time to look at code, but if visible is false then it should not result in a draw call or break a batch.

You can easily check this using the profiler since it will show you the number of draw calls.

1 Like