Version: 2017.4
Strings and text
General Optimizations

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.

Strings and text
General Optimizations