Can adding many monobehaviour components to the game objects in the scene have a noticeable impact on performance?
For example, I will probably have 100 objects in the scene with a couple of mono behaviours attached (Most of which do not implement Update()). Should I be concerned about perfomance?