Search Issue Tracker
Active
Under Consideration for 6.0.X
Votes
1
Found in [Package]
6.0.7
Issue ID
PBLD-269
Regression
No
ProBuilder custom "Set Double-Sided" MenuAction is disabled even when >=1 face is selected
Reproduction steps:
1. Create and open any new project
2. From the Package Manager install the ProBuilder package
3. From the Samples tab, Import the “Editor Samples”
4. From the Hierarchy, right-click > ProBuilder > Cube (to create a Cube in the Scene)
5. Select the Cube and switch “Active Context” to ProBuilder
6. Select any face of the Cube
7. Right-click and observe the custom actions
Expected result: “Set Double-Sided” option is greyed out
Actual result: “Set Double-Sided” option is available for selection
Reproducible with: 6.0.1 (6000.0.15f1), 6.0.7 (6000.0.60f1, 6000.2.8f1, 6000.3.0b6, 6000.4.0a2)
Reproducible on: Windows 11
Not reproducible on: no other environments tested
Comments (1)
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
- Text is pushed outside of the text box when creating a new Colors library in the Color Picker and entering the long string
- Shader Graph template list misaligns and becomes invisible while scrolling
- "Sort By..." icon is not visible in the "Create new Shader Graph Asset" window in the Light Editor theme
- "Unity SDF" font Asset from TMP Extras is pink
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
Mat_Anim
Nov 28, 2025 19:09
Quick workaround for this would be to add to CustomAction.cs MakeFacesDoubleSided class :
protected override bool hasFileMenuEntry { get { return false; } }
though a proper fix would require more investigation.