Hey guys!
Yesterday I’ve added some new features to our little Prop Painter Tool:
Ctrl-Z functionality
Draw only on specific tags
Ctrl-Z
This was actually not so easy to implement, because Unity’s Undo-function only detects single instance operations. Thankfully the Undo-API provides the possibility to group and batch multiple Undo operations together and perform them like they were a single operation (CollapseUndoOperations)
Tags
Another handy feature is to specify a tag from the new tag-list. Then, only props are painted onto objects with an arbitrary tag.
The functionality of the Prop Painter grows daily. Many more cool features are planned and it seems like none of the Painters available in the Asset Store meet our needs! So maybe one day our tool can be found in the store :)
0 comments