Currently our engine allows you to make PartOperations smaller than 0.05. This was never intended behavior and has many adverse side effects:
Collisions are sometimes inaccurate.
Parts may be rendered incorrectly.
There may be divide-by-zero exceptions leading to crashes.
If you are using PartOperations smaller than 0.05 on any axis, please adjust their minimum sizes to be at least 0.05. On January 8th, we will be automatically rounding small PartOperations sizes up to 0.05. This could impact games that depend on the current behavior.
If you are using sizeless PartOperations in order to precisely position objects such as lights, sounds, particle emitters, or billboard GUIs, we recommend that you instead parent these objects to an attachment in order to position them. Attachments do not have a size, so they are better suited for this use case.
We want to unify the behavior between all parts of different types; earlier this year, we reduced the part size limit to 0.05 on basic parts and MeshParts, and now we need to fix the inconsistent behavior by introducing this limit to CSG parts as well.
Welp, this certainly changes everything about my places, since it was built in a tiny with tiny unions that don’t really collide or use the box collision box.
Same, I understand that this change is for the best for a stable environment, but this will break a ton of my handheld and small assets. It’ll take hours of work to go back through all of my projects, find every forced change, and either remove or integrate that union into another.
I would also like to mention that while <.05 unions and meshes can definitely cause a lot of issues, they are still relatively risk-free if used properly (no-collide, box frame, anchored/welded).
I don’t agree with limiting developer freedom in exchange for predictable behavior.
This update to the engine is going to mess up a bunch of my assets, I understand that it is for the best however this just breaks a bunch of the builds that use smaller MeshParts.
This is kinda disappointing, as lots of parts that use CSG in the weapons I make are scaled down to 0.05 or less.
Lots of builders use and rely on this feature and it’d be quite problematic if they don’t know a solution around it.
I hope you don’t go on with this. Or I at least hope you make the limit smaller.
Not gonna lie this makes me a tad bit nervous… What about if those parts are unioned in? I’ve seen parts get deformed in the past despite being unioned, and it has messed up a couple of the builds I have received from my builders. Thank you for the heads up though!