Check multiple textboxes

Hey,

I got a problem with my next step in learning unity and now i’m kinda stuck.
I want to check multiple textboxes if they are empty and after that the next scene should load.
It’s no problem with only one textbox, but i’m totally stuck with more than that.

What are you stuck on? If you know how to do it with one, just create a collection of Text that you loop through and check if the text is empty.

But show your code on how you do one text and we could probably help you if you aren’t sure how to do a collection.