- Home /
Problem with Character Controllers
Hi, so im currently making my first 2d game in Unity, and after rigging the player model and so on I have run into the problem that when I try to use a Character Controller it doesnt actually work, meaning I cant move or jump or anything. Using the Unity Script (?) kind of works, but there is no collision at all. So could somebody help me?,Hi, so im currently making my first 2D game in Unity but, after rigging my Model and looking for a Character Controller I found that most of the Character Controllers dont actually work, meaning I cant walk/jump. The one from the Unity Side is working but there is no collision. So could somebody help me?
Answer by rufopufo · Jan 21, 2020 at 09:52 AM
Hi there,
I guess you are trying to use a Physics3D component: Character Controller. In a 2D game, with 2D colliders, it won't work. Probably you need to use Rigidbody2D instead, and generate movement via scripting.
Hope it helps.
Your answer

Follow this Question
Related Questions
[SOLVED] 2D Character Controller gains velocity when colliding with a corner 1 Answer
2D platformer. What is the best option for the main Character? 1 Answer
How to change the movement speed of a character 4 Answers
My character cannot be controlled mid-air 0 Answers
Delayed response: Jumping up from ledge 0 Answers