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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.