Hello, im experiencing a strange issue with Union Operation on Roblox Studio.
The issue:
When I try to create a Union using a negated part, the operations fails. Instead of creating a Union the orginal part disappears, and the negated part loses its negation and becomes a normal part
Steps to reproduce::
Create two new Parts.
Place one Part inside the other.
Negate the inner Part.
Select both parts and Union.
**Expected behavior: **
A Union should be created, with the negated Part cutting a hole in the other Part.
Actual behavior:
The original Part disappears, while the negated Part simply becomes a normal Part. No UnionOperation is created. Also there is a error/information in output “[CSG] AllowNegatePrimaryPart: primary is negated, using alternate property source”
Negating the part twice does not do anything; the issue remains.
Selecting the non-negative part first worked, but after the UnionOperation, the Negate object turned in to Part and remained where it was instead of being destroyed.
I am actually having trouble reproducing the issue. Are you able to share an rbxm with the two parts ? Also can you let me know if you have the ‘Solid Modeling on Meshes’ and/or ‘Improved Studio Solid Modeling Controls’ enabled?
Ohh, I turned the Studio Solid Modeling Controls and it works now. Idk who thought that hiding and disabling this option was a good idea. Thank you for help.
Ah glad that made it work for you. We are actually planning to remove that beta soon so that should force everyone to use the code path that doesn’t have this bug.
One last thing, can you let me know if you had ‘Solid Modeling on Meshes’ turned on before turning on the ‘Improved Studio Controls’ fixed it?