Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightingSettings.LightmapPackingMethod

The available lightmap packing algorithms.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LightingSettings.LightmapPackingMethod

Remarks

Fields

Value

Description

UnityThe Unity packing algorithm used by older versions of Unity.
XAtlasThe packing algorithm provided by xAtlas, a third-party UV packing library.