I’m quite new to unity, but I’m learning fast!
I just wonder if there is some easy way to make an object wiggle, like move slowly (or fast) randomly to all sides.
I want a weapon (FPS) to move like the person carrying it breathes.
Any way to make this happen?
You can either use something like Perlin Noise to rotate or move the object, or you can use the Animation View to animate the object manually.
It’s likely the weapon will move in/out of players hands (if they’re visible) and look cr@p.
I’d blend an animation clip of breathing in/out, it only has to be subtle.