does it matter if i keep unused prefabs in project while building an app.

I am trying to build an app, obviously a game. but i have way too many unused prefabs. so shall i remove them while building or is it ok to keep them.

As far as I know, as long as you:

  • Don’t instantiate them in scenes included in your build (obviously)
  • Don’t keep references to them in other gameObjects included in your scenes
  • Don’t have them in your Resources folder

It should be ok. They should not be included in your build.