how to add voice when player inspecting item like this?
like this one:
youtu.be/__i_LoRKhJ0?t=2m13s
how to add voice when player inspecting item like this?
like this one:
youtu.be/__i_LoRKhJ0?t=2m13s
Check on every tick if your rotation values are in a certain range and if that’s true just play the sound.
any help ??
When you open your “item inspector” (I guess with a button), just fire PlaySound2D. But it depends how you item viewer is set up and if you need to play the sound only when facing a particular side of the mesh.