What are Assets in Unity

Notes:

What are Assets in Unity :

Assets:
Assets are the requirements or building blocks of a product (game, simulation, film).
Ex:
Images, Materials, Shaders, 3D Models, Scenes, Scripts, Fonts, Audio, Video, Prefabs, Packages, Animations etc.

Types of Assets:

Internal Assets:
Assets that are created inside Unity
Ex: Folder, Scripts, Scenes, Prefabs, Materials, Animations, etc.

External Assets:
Assets that are created in some other software and imported to Unity
Ex: Fonts, Audio, Video, Images, 3D Models, etc.