zwcloud / MeshTerrainEditor-issues

Mesh Terrain Editor issue tracking and online docs
https://zwcloud.github.io/MeshTerrainEditor-issues/
5 stars 3 forks source link

Support Ctrl+Z/Y as the undo/redo hotkey #238

Open zwcloud opened 2 years ago

zwcloud commented 2 years ago

There is way to do this as of Unity 2019 provide more APIs on undo/redo, which should be re-considered.

  1. review the performance of Unity's built-in undo
  2. try if it can be integrated with MTE's editing logic