Unable to Load Meshes After Upload

After uploading a mesh in Studio, i’m unable to load it. I’m met with this error in the console:

image

This happens 100% of the time. Happens in both multi-studio and normal place files. The only way to get around this is to upload via. the dropdown on a MeshPart’s MeshId, which unfortunately doesn’t work for what I’m trying to do. This only happens when manually inserting the meshid. Has been happening for over a week and is crippling my development.

Thanks

2 Likes

I am not able to reproduce this. Is this specific to particular mesh files? If so, please attach a repro. The asset shown in the output is not even a mesh:

https://www.roblox.com/library/4487657220/Image

Does it only happen with meshes that have textures?

1 Like

Repo:

  1. Upload mesh through game explorer
  2. Copy mesh link
    image
  3. Paste into mesh/specialmesh
    image
  4. Errors in console, nothing loads even after Studio restart
    image

I guess it’s an isolated issue on my end? Has been happening on all my games.

Here’s one of the meshes in question, just in-case:
Mesh: penguin_mesh.fbx (24.6 KB)
Game: Pet Simulator 2! - Roblox

Edit: Doesn’t matter if it has a texture attached or not, obj doesn’t work, connecting to a VPN did not fix

2 Likes

Ah, okay, I am able to reproduce this. It seems the issue is just copying IDs from the Game Explorer, the problem being similar to the one we have with Decals/Images: there is both an ID for the Mesh supplied to MeshId and the MeshPart that you can insert from the toolbox. Copying the ID returns the MeshPart asset:

https://www.roblox.com/library/4489180593/Meshes-penguin-mesh

and not the Mesh asset:

https://www.roblox.com/library/4489180561/RenderMesh

Copying the MeshPart ID is not particularly helpful in this case though, so we will change it so that it copies the Mesh ID instead.

I am still unable to reproduce this with mesh textures though, like in the OP. Is it possible that you accidentally copied the texture instead of the mesh in that case? Or are there issues with textures as well?

Textures work fine, sorry for any confusion. So how do I go about getting the mesh asset id? I never had this problem until a week ago.

2 Likes

It is likely a recent regression if it only started happening recently. I will investigate if we made any relevant changes that could have caused this.

For a temporary workaround, you will need to double click the mesh to insert it and then manually copy the ID out of its MeshId property.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.