ProceduralMaterial loading behavior.
| DoNothing |
Do not generate the textures, allowing a custom loading. |
| Generate |
Generate the textures when loading to favor application's size (default on supported platform). |
| BakeAndKeep |
Bake the textures to speed-up loading, then it mays be generated later on. |
| BakeAndDiscard |
Bake the textures and remove dependencies (default on unsupported platform). |
| Cache |
|