2
I’m starting to learn about Unity, and in my first project I came up with a question about the directory Assets. It contains some files that are C# game scripts, and other extension files *.asset
and *.meta
, there are other directories and other file types as well.
Therefore, I would like to know what is the purpose of the directory Assets in projects made with Unity?