Search Issue Tracker
Fixed in 1.1.0
Votes
0
Found in [Package]
1.0.2-preview.1
Issue ID
1314249
Regression
Yes
[PolyBrush] Undo for Texture Painting does not remove paint changes
How to reproduce:
1. Open the attached project.
2. Open the Polybrush window.
3. Select texture paint (Texture + wall icon) and start painting the plain in the scene view with textures. (You will have to increase the brush radius)
4. Undo the paint strokes you just applied. (ctrl + z, Edit > Undo)
5. Move the brush in the scene view
Expected results: The paint strokes are undone and are not re-applied when the brush enters Scene window
Actual results: The paint that was removed with Undo is reapplied. It does not seem to be baking the Undo changes.
Reproducible with: 1.0.2-preview.1, 1.0.2(2020.2.4f1, 2021.1.0b7)
Not reproducible with: 1.0.0, 1.0.1(2019.4.18f1, 2020.2.4f1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
- Resize cursor does not appear while approaching window edge from inside the player window when using Input System as the Input Handler
- IMGUI Debugger Instructions are flickering when the Inspected View is set to Scene and mouse cursor is moved over the Scene View
- [Windows] “GUI Window tried to begin rendering while something else had not finished rendering!…” Error is thrown after opening “Insert a template into current VFX Asset” window
- No InvalidOperationException error thrown when Active Input Handling is set to "Input System package" and "OnMouseDown()" is triggered
Resolution Note (fix version 1.1.0):
Fixed in PolyBrush 1.1.0 which will be included in the 2020.3 release and above
PR - https://github.com/Unity-Technologies/polybrush/pull/155