Hey! I am making a game and I have 11 scripts and I’m not done yet! So I was wondering is it good to have many scripts in a game… I mean will it make it slower or something? Will it affect its efficiency? If yes, how many scripts is a good number so the game won’t be slower?
There shouldn’t be difference in performance, just make sure to remove all empty event callbacks (OnGUI, LateUpdate, Update, etc) from scripts.