ScriptableObject-Architecture
ScriptableObject-Architecture copied to clipboard
'PropertyIterator.consumeChildren' is assigned but its value is never used
I get a warning as soon as I import the asset Assets\SO Architecture\Editor\Generic Property Drawer\PropertyIterator.cs(22,22): warning CS0414: The field 'PropertyIterator.consumeChildren' is assigned but its value is never used.
As a temp solution, I ignore the warning with "#pragma warning disable 0414"