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

Deleting specific actor doesn't remove hitbox #76

Open
NereLarog opened this issue Nov 23, 2023 · 2 comments
Open

Deleting specific actor doesn't remove hitbox #76

NereLarog opened this issue Nov 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@NereLarog
Copy link

Describe the bug
While experimenting on Course001_Course, I deleted a "BlockRenga", and played the course as is, however, the game behaves as if the block was still there, but functions like an "AirWall".

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Course001_Course'
  2. Delete any "BlockRenga" that was already provided by the default layout
  3. Save and load the game with these changes
  4. Have the player interact with the spot where the "BlockRenga" once was

Expected behavior
Deleting the block should not leave any trace of it

Operating System:
Windows 11

@NereLarog NereLarog added the bug Something isn't working label Nov 23, 2023
@shibbo
Copy link
Owner

shibbo commented Nov 23, 2023

Did you remove the static collision? That would cause this issue, not the editor itself.

@NereLarog
Copy link
Author

Did you remove the static collision? That would cause this issue, not the editor itself.

Sorry, I just didn't notice the "Blank out baked collision" option. Thank you for the advice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants