I have dozens of chairs in one scene. Is it more efficient to make one chair into a prefab and then make multiple instances of that prefab, or just duplicate the model of the chair in my 3D modelling application?
It is better to make one chair into a prefab. Duplicating the chair in your 3D modelling application will mean that identical data will be copied many times, making your scene less efficient than it should to be.