General question: What is better one script or multiple scripts per GameObject???

Hi, I was thinking about this and wondered what other people are thinking…

please vote and let’s see…

thanks

It is only after what you are going to do with gameobject and what you are using it for.

Structure is key. When your project starts growing bigger you’ll be thankful for every little bit of seperation that’s why I create a new script for every task/process. That, of course, also results in multiple scripts per GameObject.