FuryFight3r / ScrappingSimulator

A Repository for DefectGamings Scrapping Simulator
4 stars 0 forks source link

[Bug]: (gameplay) another jank collision spot #74

Closed aus2004 closed 2 years ago

aus2004 commented 2 years ago

Describe the bug

this one is not as bad as the purple box one in the hardware store, but it's still pretty funky

Reproduction Steps

No response

Expected behaviour

No response

Screenshot(s)/Video(s)

https://user-images.githubusercontent.com/101810723/189564582-653b1cb7-3087-4f78-86dd-21107615b57c.mp4

Console output

No response

Player Logs

No response

FuryFight3r commented 2 years ago

Hi there Aus, Thank you for pointing this out, it seems small/tight gaps cause quite a few issues with the Character Controller (which was a purchased asset to rid the game of the standard Unity FPS Controller), especially with the Crouching mechanic, it seems to disable friction against objects, which I've found can make the player slide down a hill or even a very miniscule slope just by crouching which I think aids in the ability to use crouch to fall into otherwise inaccessible areas/traps (and thankfully being transported back to the Bug Box in most cases).

Nevertheless I will patch the known map issues and then maybe think about either reworking the current Controller or completely making a new Character Controller myself now that I have a bit better understanding and knowledge of Unity and C# Coding compared to a couple of years ago 😅

FuryFight3r commented 2 years ago

Hi again @aus2004

The latest update v0.30.8 should fix this bug.

Thanks again for reporting this 🙂