I'm starting to learn about Unity, and in my first project I had a question about the Assets directory. It contains some files that are scripts in C # of the game, and other files of extension *.asset
and *.meta
, there are other directories and other types of files as well.
So, I wonder what the purpose of the Assets directory is for projects made with Unity?