Are you referring to the arms disappearing when you switch weapons? The method I showed is an ok solution, but I found out later that the Animator component “culls” (doesn’t render) the arms once they’re out of view of the camera.
You can change that to always display. You can change the dropdown that says “culling mode” to “always animate”. Then it won’t cause that issue.