wazho / DungeonGenerator

Dungeon Generator for XAOCX project, it publishes on Unity extension.
5 stars 0 forks source link

Issues #58

Closed kertaskids closed 7 years ago

kertaskids commented 7 years ago
  1. Need optimization of Repaint();, such as put it inside the OnInspectorUpdate().
  2. After we click the "Add New" button, do you think it's better to let the user click/ select the nodes/ connections on the list?
wazho commented 7 years ago

@Bagus, Can you create branch optimize-repaint for first item of list?

kertaskids commented 7 years ago

@grass0916 Sorry Salmon I'm wrong about the Repaint() function. Your current method is better on performance. What I actually want to say is not about performance, but about the responsiveness of the editor window to draw the content. I think it's still better to use your current method for better performance.

wazho commented 7 years ago

Thanks.

wazho commented 7 years ago

Ignore the UX for current.