Hi everyone. I’ve been working on a game for a while now and while I’ve had issues with movement in the past using Unity’s Character Controller (built in one, Unity 5), this is the strangest bug. It’s been driving me crazy. The player suddenly stopped colliding with everything. It just now falls through the floor on every one of my scenes. I didn’t change the code when this happened. It’s been modified for months and I’ve had no issues, but I imported a water pack from the assets store and this is when it happened. It makes NO sense.
I’ve tried turning off gravity to see if it collides with anything and it didn’t work. Every once in a while if there is an object with a mesh collider and convex enabled it will briefly jitter as it detects collision but then it just passes through. That’s the best luck I’ve had with this so far.
Does anyone have any experience with this? The other threads with similar questions provided no help.
Thanks in advance. I’m getting kind of desperate here.