Ergonomic View Model

I want to make a view model for my game, but I also don’t want to manually make one for every gun in my game, as it would be a lot. Is there any way I can like have an attachment on the edge of the view model and on the gun and join the attachments or something, or is there any better way to make it support all weapons? Thanks!

the easiest method would be to have an attachment (or attachments) that get created with the viewmodel and set their position to whatever you’d like (or you can add the attachments in editor and dodge creating them?)

although then you’d still have to deal with offsets, rigging and anything in-between, which can get very annoying

i just use a seperate model for each viewmodel in my game
is it bad? probably
do i care? no

1 Like

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