schippas / Zaireeka3D

A Unity app to simulate spatial surround sound in a room environment.
5 stars 1 forks source link

MoveObject.cs doesn't work consistently across objects. #13

Open schippas opened 5 years ago

schippas commented 5 years ago

After applying this script to more than 3 objects, it starts to act differently on those objects. The main issue is that the object will move quicker than it should be moving when the player is holding it. Currently there is a workaround class in MoveObjectSafe.cs that fixes this issue, but there should be a way to make the original MoveObject.cs more robust.

note: This has not been tested in a developement build.