Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maxTextureSize

Maximum texture size.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public int maxTextureSize { get; set; }

Remarks

Larger textures will be scaled down to this size at import time. This will only affect the default platform setting. Additional Resources: TextureImporterPlatformSettings, TextureImporter.SetPlatformTextureSettings.