To keep my player from falling through moving platforms I’m using a trigger box collider on the top of it to attach the player to the platform when you’re on it. For the most part this works just fine. The weird thing is that in a Windows build this only works when the graphics settings are Fastest through Good. Anything higher and the player falls right through the platform as if I wasn’t trying to stop it from happening. Can anyone think of a reason this could be happening? Is there something I’m overlooking? Why would the graphics setting be making the difference?
This doesn’t happen for a web build. It works perfectly for all settings. It’s only in the Windows standalone version best I can tell.