Character controller not supported by physics engine

Hello, I am new to Unity and I could not find any reference to this error.

After closing and opening the editor I can’t use CharacterController because I get this error:
“Character Controller not supported with the current physics engine”

already tried to delete and create again and the same thing happened, I also tried in a new scene

1 Like

Changing this option to PhysX resolved the issue, I am not sure why it changed when I closed the project

6 Likes

Thank you! I was today faced with the same problem.