Downloaded a rigged weapon asset, but can't use it

Hello,

I’m really new to Unity and game development in general, and today I purchased my first 3d asset.
It says that the model is rigged (which I’m not entirely sure what it means).
When I imported the .obj file, I noticed that it’s groupped and I can’t really access it’s parts like trigger, barrel and stuff (in order to animate it essentially).
I suppose that a screenshot will explain it better:

Is this normal? if so, how should I proceed?

Looks like it just doesn’t have “parts.” Also, if it’s an obj then I don’t think it’s “rigged.” I don’t think obj files store that type of data.

1 Like

Thanks for your comment!

I just noticed it also has an animation clip:
7575076--938401--upload_2021-10-15_18-1-54.jpg
I suppose there should be bones somewhere, or that I should be able to extract them somehow, no?

Yeah, that’s what I mean. I don’t think an obj can store bones and skin-weights (or animations for that matter). Maybe I’m wrong. Are you sure the file is an .obj? Were there any other file formats provided?

7575124--938419--upload_2021-10-15_18-12-51.png

The scene is where I got the animation clip.

7575124--938419--upload_2021-10-15_18-12-51.png

Try the FBX file with the same name. That should have all the rigging.

Thanks!
this one worked. I got another asset that I purchased, which is also marked as “unity game ready” and I can’t access none of it’s parts. I also tried the FBX file and still nothing. Is this a problem with the asset?

Rather than having separate meshes, it could be that the whole thing is a single mesh and the “parts” are just determined by their vertex weights. If that’s the case then you should be able to move the parts by moving the bones that they’re connected to.

Can you tell me how to can I get to them bones? :slight_smile:
I couldn’t find it.

Go to the import settings. In the “rig” tab, set the Animation Type to generic and make sure that “Optimize Game Object” is not checked.

Thanks again. Spoke to the author, it’s all groupped together so I there aren’t any internal parts…