Search Issue Tracker
Fixed in 4.3.0-preview.3
Votes
0
Found in [Package]
4.1.0
Issue ID
1167627
Regression
No
[ProBuilder] Material will not propagate to new faces after several boolean subtractions
[ProBuilder] Material will not propagate to new faces after several boolean subtractions
UPDATE: It has been noted that Boolean operations are an experimental feature and should not be treated as a blocker for any release purposes.
When working in ProBuilder and using several boolean subtractions on a shape, the material applied to the shape will fail to propagate to the new faces created (See attached capture).
Steps to reproduce:
- Launch Unity with a new 2019.3 project, installing the ProBuilder package via Package Manager (on staging at this time, alternatively you can download the attached project)
- In any scene, create a new ProBuilder shape (cube ideally)
- Create another ProBuilder shape (cube ideally) which is smaller
- Position the smaller ProBuilder shape inside of the initial shape and select both objects
- Menu: Tools> ProBuilder > Experimental > Boolean (CSG) Tool
- Ensure the first larger mesh has been properly allocated to the first (left) pane and the smaller to the second (right) pane
- Set the “Operation” to “Subtraction”
- Apply the operation
- Repeat these steps on the initial object/shape, nesting these subtractions inside
- Observe that after several subtractions (typically 2), the material of the parent shape is no longer applied to the new faces created
- (Optionally) If another, non-subtraction, operation which clones the object, is now done on this object/shape, observe that the materials on the cloned/object shape's faces will be corrected.
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (fix version 4.3.0-preview.3):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/182