Unity-related paths

Source: Internet
Author: User

Application.datapath Read Only

The file is read under the project root directory, but the mobile side does not have access rights. Generally applicable to PC end tune trial.

Application.streamingassetspath in the assets directory to create Streamingassets folder, the PC can read and write, mobile read-only. Generally the pre-fabricated binaries exist inside, it is not recommended to put Assetbundle in the Streamingassets folder.

Application.persistentdatapath can do anything with Pc/mac computers and Android and ipad, Ipone, and the contents of this directory on iOS can be automatically backed up by icloud. Recommended.

The Application.temporarycachepath operation is similar to the above Application.persistentdatapath. Not automatically backed up by icloud except on iOS.

Resources.load (string path); The resources folder is created in the project root directory to save the file.

The bundle downloaded from the extranet (http://xxx.com/download/) via the WWW.LoadFromCacheOrDownload interface is not saved Assetbundle but is extracted directly from the cache.

Http://www.cnblogs.com/wonderKK/p/3969284.html

Unity-related paths

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.