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
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
- "Sample Gradient" node can be connected to the "Sub Mesh Mask" input and makes the VFX Graph uncompilable
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