You can load any asset dynamically via script without needing to set up complex references in the Inspector.
Everything in the Resources folder is included in your build, regardless of whether it’s actually used in a scene. resources.assets
Excellent for rapid development and testing early game concepts. Cons: You can load any asset dynamically via script