lightmapPackingMethod
The algorithm used to pack UV charts into lightmaps.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public LightingSettings.LightmapPackingMethod lightmapPackingMethod { get; set; }
Remarks
LightingSettings.LightmapPackingMethod.XAtlas is slightly slower than LightingSettings.LightmapPackingMethod.Unity, but produces better results.
Use LightingSettings.LightmapPackingMethod.Unity for compatability with older versions of Unity.
Additional Resources: LightingSettings.lightmapPackingMode.