Brian-McG / Tempest-Trace

First-person freerunner game
0 stars 1 forks source link

Vault through wall #8

Closed Brian-McG closed 9 years ago

Brian-McG commented 9 years ago

Test Case: Go to AC activation button. Press jump. Expected result: Get onto AC button Actual result: Vault over AC button through wall

On a second note, we should probably label colliers which are not related to movement, example, collier for pushing AC button.

Voodoodrood commented 9 years ago

Also an issue if you try to climb onto handle in first building.

jacquesh commented 9 years ago

I don't recall specifically fixing this but I can't reproduce it anymore (I used to be able to...)

Brian-McG commented 9 years ago

I am able to get outside by jumping over objects in the passage.

jacquesh commented 9 years ago

I was moving the player by directly modifying the transform instead of using CharacterController.Move(), so this should be fixed in all cases but if you find an instance where this is not the case, then feel free to reopen the issue.

Voodoodrood commented 9 years ago

Had this happen just messing around. Tried to climb over the vertical aircon in the trench of building 2 and ended up glitching through the trench wall. Was unable to reproduce it in a short period of time afterwards but its clearly still an issue.

jacquesh commented 9 years ago

Which vertical aircon?

Voodoodrood commented 9 years ago

Ahh yes forgot there were 2, the one further from the start.

jacquesh commented 9 years ago

Is this still a thing? If we can't reproduce this then I'd consider it closed until we can....