slavniyteo / one-line

One line property drawer for Unity3d
MIT License
146 stars 12 forks source link

Add an ability to draw properties with different heights. #32

Open slavniyteo opened 6 years ago

slavniyteo commented 6 years ago

There are multiple reasons:

slavniyteo commented 6 years ago

There is a problem with dynamic heights: we cull invisible (out of screen) properties at OnGUI method but we can not cull them on GetPropertyHeight step. So any computation in GetPropertyHeight reduces FPS (yes, FPS in editor window).