SubjectNerd-Unity / ReorderableInspector

Automatic reorderable lists for Unity game engine components
MIT License
485 stars 47 forks source link

is obsolete error when running 2019.2 #21

Open olivermarshall2 opened 4 years ago

olivermarshall2 commented 4 years ago

Hi

When trying to run a project with ReorderableInspector added, I get the following error;

Assets\ReorderableInspector\Editor\ReorderableArrayInspector.cs(185,21): error CS0619: 'EventType.dragUpdated' is obsolete: 'Use DragUpdated instead (UnityUpgradable) -> DragUpdated'

Unity 2019.2.13.f1

Olly