Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(379,35): error CS0619: ‘EventType.repaint’ is obsolete: ‘Use Repaint instead (UnityUpgradable) → Repaint’
Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(425,35): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’
Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(456,35): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’
Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(502,27): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’
Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(585,27): error CS0619: ‘EventType.keyDown’ is obsolete: ‘Use KeyDown instead (UnityUpgradable) → KeyDown’
I don’t even see a line of cod that says ‘EventType.mouseDown’ so I have no idea where this is coming from.
However, I don’t see any of these in the script, when I double click it opens this:


