PlaceholderGames / 2122-yr2-team-5

CS2S561 2021/22 Team 5
0 stars 0 forks source link

Not being able to collect collectable items #29

Closed YoungOnef closed 2 years ago

YoungOnef commented 2 years ago

Sometimes when I run the game the items are quite difficult to collect or sometimes impossible to collect that are listed in the list that user are able to collect I have merged the branch to the main as I thought this type of problem would only exit in my branch "adding functionality to the shop"

To repeat the bug you just need to run the game normally and go to the near item from the list, sometimes player will be able to collect the items and sometimes not. E to collect is not visible or the highlight of the item. I have reproduced the error

image image
Bitheral commented 2 years ago

I've just tried to reproduce the bug, it looks like everything is working normally. Looking at the images you've supplied, you only have 1 washing machine in the scene and it looks like you're comparing against 2 different washing machines. The "Collect" function will only work on the objects that can be collected (Objects in the list)

I've fixed the highlight issue, and added the name of the object onto the Collect UI, I'll push the changes to the main branch.

Bitheral commented 2 years ago

I have updated the main branch, as well as fixed some issues that occured when playing the "Shop" level. Please confirm that this is a bug, and not how the game functions.

YoungOnef commented 2 years ago

I had read your previous comment, I am not sure what bug/function you are talking about to confirm. Can you clarify @Bitheral

YoungOnef commented 2 years ago

I have checked and the there is no more bug that I was experience. I will try to include video of the bug and better explain in the feature This is fixed now "https://gofile.io/d/g5lb2L", video showing the bug I was experience

Bitheral commented 2 years ago

In the initial report - You claimed that you were unable / that it was hard to collect items. As mentioned before, I tried to reproduce this on my machine, and the game was working as intended; when looking at your reproduction images, it looks like you are comparing 2 different washing machines whilst only 1 washing machine is in the list. Is it possible that the this is human error?

Bitheral commented 2 years ago

Ah, I see what you mean. Looking at the 2nd video you provided, that's a very strange bug which I didn't encounter during testing. I will rule it as a collider issue, maybe you need to edit the collider of the washing machine. But as you've mentioned that it is fixed, I will close the issue.