Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


enableTextureStreamingInEditMode

Enable texture mipmap streaming system when in Edit Mode.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool enableTextureStreamingInEditMode { get; set; }

Remarks

Texture mipmap streaming only loads the texture mipmaps required by active cameras in the Scene. During Edit mode, some mipmaps will be discarded from memory.