Version: 5.5

ProceduralLoadingBehavior

enumeration

Cambiar al Manual

Descripción

ProceduralMaterial loading behavior.

Variables

DoNothingNo genera las texturas. RebuildTextures() o RebuildTexturesImmediately() se debe llamar para generar las texturas.
GenerateGenerate the textures when loading to favor application's size (default on supported platform).
BakeAndKeepBake the textures to speed up loading and keep the ProceduralMaterial data so that it can still be tweaked and regenerated later on.
BakeAndDiscardBake the textures to speed up loading and discard the ProceduralMaterial data (default on unsupported platform).
CacheGenere las texturas al cargarlas y almacenarlas en caché en disco/flash para acelerar las nuevas partidas de juegos/ aplicaciones.
DoNothingAndCacheNo genere las texturas. RebuildTextures() o RebuildTexturesImmediately() se deben llamar para generar las texturas. Después de que las texturas se han generado por primera vez, se almacenan en caché en disco/flash para acelerar las nuevas partidas de juegos/aplicaciones.