Items can go out of bounds on the x-axis when they are thrown in a way where they can bounce. #10
Labels
No labels
-Animation
-Art
-Audio
-Chore
-Code/Blueprint
-Map
-Material
-Mesh
-Writing
Bug
Duplicate
Feature
Help Wanted
Invalid
Question
UE5.1 Upgrade Bug
Unverified
Wont Fix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: metahusk/cardinal-fall_ue5#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to reproduce:
Spawn a character and throw an item on the stairs in the locked storage closet. If you find the right angle, you can cause the item to bounce out of bounds.
Why this is needed:
Although there is a timer that resets the location on an item that isn't picked up, the feature is selected by the level designer and it doesn't apply to all items. As such, a player would be upset if the item they toss goes in a location that should be reachable but is slightly off the x-axis enough to where they cannot pick it back up.
What is needed:
A simple system to keep the items always on the x-axis in the same way the it's already done for the player character would fix this issue.