bansheeGz / BGCurve

Bezier spline editor for Unity game engine
MIT License
145 stars 27 forks source link

BGCcEditor as fallback default editor #23

Closed PassivePicasso closed 3 years ago

PassivePicasso commented 3 years ago

setting up the BGCcEditor to function as a fallback editor improves the BGCc creationg workflow by not requiring the implementation of an editor to maintain the BGCc workflow providing a more consistent experience.

This is handled by calling DrawPropertiesExcluding as a default implementation for InternalOnInspectorGUI

banshee-gzzz commented 3 years ago

Thank you