- Event type
- patch note
- Published
- 6 April 2024 - 19:22:53 UTC
- Source
- steam_community_announcements
This update changes the behavior of objects, while they are grabbed and carried around. Friction is greatly reduced for objects that are held by the player. This means that objects can be dragged along the ground, if the player looks down and objects don't get "stuck" on walls. I hope this will improve the handling of carryable objects. If an object can be grabbed depends on the minimal distance between the object and the cameras position, now. Previously, it depended on the distance between the camera and the point on the object the player "clicked on". In other words, in previous versions whether an object could be grabbed depended on where on the object the player was clicking on. With the new implementation it depends solely on where the player is standing relative to the object. I hope this is more intuitive. An object "slips" away from under the player, if the player is holding tha...