Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slime Critter pushes player on top of small rocks #383

Open
paradox-mp opened this issue Feb 26, 2021 · 1 comment · May be fixed by #404
Open

Slime Critter pushes player on top of small rocks #383

paradox-mp opened this issue Feb 26, 2021 · 1 comment · May be fixed by #404
Labels
? Action required: missing information, question to answer, or CLA not signed bug (minor) The game could potentially ship with this bug

Comments

@paradox-mp
Copy link

paradox-mp commented Feb 26, 2021

Short description
In TestingGround SlimeCritter_Base is able to knock player on top of rocks less than 0.5 units (meters) high. This is observed on both of the rocks less than 0.5 units attached to the larger rock structure. In normal play, player can access this area only by jumping, and not by walking. Was not able to replicate on rocks greater than 1 unit.

Expected behavior
Expected player character to remain in place, or be pushed to sides.

Observed Behavior
The player was pushed on top of the rock.

To Reproduce
Steps to reproduce the behavior:

  1. Open Testing Ground. Press play.
  2. Move player near slime, and get slime to follow player to rocks.
  3. Move player until player character is located very close (exact distance unknown) to a rock that is less than or equal to 0.5 units (again, exact distance unknown).
  4. Position player so that SlimeCritter_Base is directly facing the rock with player in between. (see below).
  5. Wait for slime to attack from this position.
    Note: no player input is given during movement.

Notes
This was discovered when trying to replicate bug #349
Two GIFs are attached showing behavior for both small rock attached to large rock structure, as well as a screenshot showing the height of the rock pushed onto.

ChopPushedOntoRocks1

ChopPushedOntoRocks2

HeightOfRock

@ciro-unity ciro-unity added the bug (minor) The game could potentially ship with this bug label Feb 27, 2021
asb9599 added a commit to asb9599/open-project-1 that referenced this issue Apr 7, 2021
@amel-unity
Copy link
Contributor

Hi @paradox-mp , thank you for opening the issue. I understand that the behavior you expect is to see the character remain in place, or be pushed to sides. However, the observed behavior can also be expected, as long as the rock is not too high, we can also expect the character to be pushed on top of the rock. As you mentioned this only happens for rocks which have a height less than or equal to 0.5 units and I think it is acceptable in these situations. Does anyone else think this is an issue?
On a side note, seems like bug #349 has been fixed as it's not possible to reproduce anymore (at least for me) so we don't have situations where the the player is pushed on top of big rocks. Thanks :)

@amel-unity amel-unity added the ? Action required: missing information, question to answer, or CLA not signed label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? Action required: missing information, question to answer, or CLA not signed bug (minor) The game could potentially ship with this bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants