Version: 2017.3 (switch to 2017.4)
Strings and text
General Optimizations
Other Versions

The Resources folder

The Resources folder is a common source of many problems in Unity projects. Improper use of the Resources folder can bloat the size of a project’s build, lead to uncontrollable excessive memory utilization, and significantly increase application startup times.

These problems are described in detail in the Best Practice Guide AssetBundles and Resources. In particular, refer to the Resources chapter for more information on the above problems.

Did you find this page useful? Please give it a rating:

Strings and text
General Optimizations