TheDudeFromCI / Bones3

Bones³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
MIT License
58 stars 12 forks source link

Migrate editor scripts from IMGUI to UIElements #3

Open TheDudeFromCI opened 4 years ago

TheDudeFromCI commented 4 years ago

The current editor scripts are written in IMGUI as a prototype implementation. Migrating them to UIElements would enhance their quality and maintainability while moving the user interface to be more production quality.