As I understand, Update() Gets picked up by reflection on initialization.
Would it matter to have one big update, from which everything in game gets updated, or have 100-1000 separate Update() in different scripts. I am talking strictly from optimization and speed perspective, code management or readability is not important here.
Thanks
↧