Error importing information downloaded from resource store: postprocessing/Editor/propertydrawers\ MinDrawer.cs (6,34):error CS0104: ‘MinAttribute’ is an ambiguous reference between ‘ UnityEngine.PostProcessing.MinAttribute ‘ and ‘ UnityEngine.MinAttribute ‘。
The solution: to MinDrawer.cs Replace all minattributes in with UnityEngine.PostProcessing.MinAttribute .