blob: 24c35c6b115ec6544cda231f9f57f826ce4c7c54 (
plain)
1
2
3
4
5
6
7
8
9
|
using UnityEngine;
public class BakeryLightmapGroupSelector : MonoBehaviour
{
public Object lmgroupAsset;
public bool instanceResolutionOverride = false;
public int instanceResolution = 256;
}
|