Files in Unity

Source: Internet
Author: User

The files in unity are broadly divided into several categories:

1. Resource files:

After import, the file will not change unless it is modified. For example: FBX files, map files, audio files, video files, animation files, etc.

These files are converted when they are imported into unity, and each type corresponds to a assetimporter.

2. code file:

Code files, code library files, shader files, and so on, are compiled after they are imported.

3. Serialization file:

Examples include prefab (precast), Unity3d (scene) files, Asset (scriptableobject) files, mat files (material balls), which can be deserialized directly to an instance of the corresponding class at run time.

4. Text Documents:

It is not a serialized file, but unity can be recognized as textasset. Much like a resource file, but does not require resource files to be set up and converted, such as TXT, XML files, and so on.

5. Non-serialized files:

A file that unity does not recognize. For example, a folder will also be considered a file, but it is not recognized.

6. Mate File:

1> defines the unique ID of a non-meta file with the same name in its same directory.

2> stores importsetting data for resource files.

  

Files in Unity

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.