question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

collides on character bug

See original GitHub issue

Okay, situation goes like this; spawn a player character in a scene, give it movement, switch scene via the door, switch back (both via this.scene.start() and then you can no longer walk over the intial spawn tile. I’ve ran a test with collides: false on the player char, and it lets me, which leads me to think that theres some weird ghost being left in place or something?

Img for clarity: collidesBug

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
xLinkcommented, Aug 27, 2021

okay closing this, issue appeared to be with how i was init’ing the scenes. glad i accidently found a bug regardless XD

0reactions
xLinkcommented, Aug 27, 2021

digging a bit further into it, moving the character doesnt seem to affect it, it seems to be something weird on reinitialization of the map, moving npc4 out the way on my test map, i cant walk into its spawn tile either

Read more comments on GitHub >

github_iconTop Results From Across the Web

Character Controller strange collision bug - Unity Answers
The problem is that when my character collides with other colliding objects like terrain collider or capsule collider, he immediately rotates ...
Read more >
Player Character Floor Collision glitch - Unreal Engine Forums
It's as if the entire collision system breaks for a single frame and then the character is teleported under the floor mesh.
Read more >
Possible bug with collisions || Object going into CanCollide ...
The issue is that the cube object that Is welded to the character is going through objects that have the can collide property...
Read more >
Character attacks sometimes collide when collision isn't taking ...
Basically what I'm trying to say is that attacks will sometimes trigger hit reactions when they're not actually colliding with another character ......
Read more >
Shallow water camera collision bug - Blizzard Forums
This happens in ANY shallow water it looks like. Looks like the water collision option which I've always had on broke during 9.2.5...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found