I’m in the process of upgrading a game made by another team to from Unity 455 to Unity 534.
Previously a character with a CharacterController was spawning a SphereCollider object and a MeshCollider object on top of them. That player was then able to walk out of it and THEN they collided with it.
It seems that as of the Unity 534 upgrade now as soon as they player spawns the objects on top of themselves they instantly get pushed out of it.
Were CharacterControllers changed in that time and is there a solution to get them to behave like they previously did, if so?