You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets\PostProcessing\Editor\PropertyDrawers\MinDrawer.cs(11,13): error CS0104: 'MinAttribute' is an ambiguous reference between 'UnityEngine.PostProcessing.MinAttribute' and 'UnityEngine.MinAttribute'
Just to notice.
The text was updated successfully, but these errors were encountered:
Assets\PostProcessing\Editor\PropertyDrawers\MinDrawer.cs(11,13): error CS0104: 'MinAttribute' is an ambiguous reference between 'UnityEngine.PostProcessing.MinAttribute' and 'UnityEngine.MinAttribute'
Just to notice.
Adding
using MinAttribute = UnityEngine.PostProcessing.MinAttribute;
To the top of the script fixed it for me on 2018.4.16f.
Assets\PostProcessing\Editor\PropertyDrawers\MinDrawer.cs(11,13): error CS0104: 'MinAttribute' is an ambiguous reference between 'UnityEngine.PostProcessing.MinAttribute' and 'UnityEngine.MinAttribute'
Just to notice.
Adding
using MinAttribute = UnityEngine.PostProcessing.MinAttribute;
To the top of the script fixed it for me on 2018.4.16f.
Just to notice.
The text was updated successfully, but these errors were encountered: