Enum CreateLightmapUVs.QualityMapDimensions
Describe the resolution preset that will be used for repack operation
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum CreateLightmapUVs.QualityMapDimensions
Fields
| Name | Description |
|---|---|
| Custom | Repack will use a texture resolution specified by the user |
| High | Repack will use a 2048x2018 texture |
| Low | Repack will use a 512x512 texture |
| Medium | Repack will use a 1024x1024 texture |