Chman / Moments

A quick GIF replay recorder for Unity
zlib License
857 stars 117 forks source link

MinAttribute is an ambiguous reference #25

Open randoomx8 opened 4 years ago

randoomx8 commented 4 years ago

Assets\Editor\MinDrawer.cs(30,31): error CS0104: 'MinAttribute' is an ambiguous reference between 'Moments.MinAttribute' and 'UnityEngine.MinAttribute'

PGortyn commented 2 years ago

In script MinDrawer.cs I added using MinAttribute = Moments.MinAttribute; and it worked