Unions disappearing / turning invisible after creation

@kenami
@ProvenData
@ittrgrey
@Deemsx
@PeZsmistic
This is due to ChildData missing from the union. PhysicsData remains afaik, but, when ChildData goes missing the Union will be separated into nothing (there is no instances stored for it to separate into), and will appear “invisible” despite having collision. I think additionally MeshData is lost? I don’t remember if MeshData is or isn’t lost… (These are all internal properties of PartOperation & PartOperationAsset instances, the latter being the instances stored in the Roblox cache for downloaded union content)

The reason that copy and pasting sometimes works is because the union can still have an asset ID with it on the web which will have old content. If your restart studio and save the game though, I’m fairly sure this ID gets overwritten because it gets uploaded as a new asset.

If you guys can provide me rbxl and rbxlx copies of effected Unions, I can possibly look into a way to recover or repair them hopefully. The more the better, but, it may not be possible as the data may just be gone entirely, we’ll see I suppose.

Also, if you have unions go missing in your place and its published, go into Game Settings > Places > (Sub menu) > Version History, you should be able to find old versions of your Unions still in tact there.

4 Likes

I’ve already looked into XML model files and it always manifests as a missing solidmodel asset ID. Just a null field. Doing anything useful with the compressed file format seems unlikely.

The union seems to get uploaded and the child data seems to get replaced with the uploaded asset whenever the place or model is saved in studio, which happens also on autosave, so recovering unions in other ways seems extremely unlikely and unreliable. The act of trying to save out the union will actually destroy it.

You can try this file if you want to test your theories, but I don’t think you’ll get much further. I have a tutorial up on how to recover your old unions that seems to do the job for most people who have lost significant work.

1 Like

Can someone explain to me how Bloxburg manages to overcome this bug?
There, for example, you can create a window anywhere on the wall. This is similar to my case, using SubtractAsync. But there, the wall does not disappear, as it happens with me …

https://www.roblox.com/games/185655149/Welcome-to-Bloxburg

We can’t tell you much without having a look into the source code itself and I don’t think anyone can do that besides Coeptus.

1 Like

This has also has happened to me, It is very annoying.

Yeah that is very annoying and i just rejoin studio

I’d imagine from the response time of building in bloxburg that CSG is not being used to generate windows lol, live CSG on that scale would take 10+ seconds to render. This is most likely just clever math.

2 Likes

If Roblox doesn’t fix this bug, I’ll have to change the strategy, creating four independent parts surrounding the window, and adjusting its sizes to match the desired result.

Even if the bug is fixed I would reccomend this strategy, it’s a lot easier to modify and live CSG times are way to slow to be practical in production games.

2 Likes

Thinking of quitting building, it’s really pissing me off.


Then the unions corrupted.

1 Like

For now it might be a good idea to switch back to the Legacy CSG system which is more stable and less likely to produce this bug, until Roblox eventually removes it.

2 Likes

@wobleh @ittrgrey

Not a good idea:

2 Likes

It’s still there for now, so you may as well take advantage of it whilst it’s still around

Or… you can try and recreate it in a 3d modeling program?

1 Like

I think the use of 3D programs is always the first choice for everything related to complex meshes, EXCEPT when the spacing between subparts must be varied, as in my case, where the position of holes for windows must be calculated automatically during the execution of the program; in this case, a static mesh will not do.

@Azuc If you are experiencing this issue concistently, you can do 2 things:

  1. Export your union as a mesh, and then import it in the studio
    NOTE: Colors and textures will not keep, and you need to do one-union-per-colour
    (basically all the unions must have 1 color)

  2. Separate your union until you get visible results, for example if you made a union in 3 phases, you must separate its phases until it becomes fully visible (this method worked with me)

@wobleh don’t give up, try this :arrow_heading_up:

1 Like

Thanks for the help, I appreciate it. However, it shouldn’t be the job of builders to have to go through all this hassle just to recover work they spent a lot of time on. I’m primarily a modeler so this doesn’t affect me as much but ROBLOX should be sorting this out, it’s been happening for a long time.

1 Like

Roblox should take this issue seriously because it’s so darn old that it basically became a meme, and i can’t believe how they still don’t do anything do fix it as it’s been here for ages.

8 Likes

This is still an issue seems to happen when you save to file and don’t publish something then come back to it and its invisible try to separate and the objects just disappear

3 Likes

I’ve also been having issues with unions going corrupt, the biggest issue for me is it’s 100% guaranteed. Both CSG v1 and v2 have this issue, so I’m essentially screwed over until it’s fixed. Worst of all, it always happens while I’m working on them so I can’t even do the export then import as mesh because they ain’t even finished.

1 Like