I would practice getting the animation right with a basic cube. 8 vertices in total, 2 bones. 4 vertices (opposite sides) to each bone, then move them apart to animate stretching.
For the final mesh, it’s the same thing, but the vertices will be blended in between the 2 bones.
You need to export the mesh and rig to an fbx file, then import it as a custom avatar. Then you can load the animation from the same file through animation editor, publish that animation to Roblox and it should be ready to go.
Is there a way to attach a light to a bone and have it move with the bone during animations? I can’t seem to figure anything out as of yet but really need this to work.
There appears to be a LOD bug for all skinned mesh imported using the Avatar Importer- Custom method. There is no LOD on any fidelity (tested both in Automatic & Performance on a high-poly rig) for skinned mesh rig. However, those meshes LOD work fine if they are imported using the new mesh importer (no rig or bones).
So, basically, the issue here is that this cool model I found has missing tris sometimes and the shoulders sometimes just go back to the models origin position (I think thats what happening to it?)
I need clarification if this is correct:
This is because roblox meshes are imported at a slightly lower tri count to make the models tri count meet the maximum tri count, causing this stuff to happen and I can do nothing about it.
If it isn’t how do I fix this? This has been a problem for months…
As far as I know, the avatar importer does not reduce triangles, and the mesh importer has not announced skinned mesh compatibility yet. Try loading the FBX file back into blender and see whether the file exported correctly.
There are a dozen things that can go wrong at this stage, but I’ve learned to start there. The errors in exporting are usually obvious.
If you still have triangle count errors (which happens to me on accessory cages), you want to split any model that is over 20k into sections. The skinned mesh will still work fine.