Character is not spawning

Hi all!

I created a scene where you can walk around as a first person controller. I created the character myself and everything just is fine and okay.

Now I created a second level and tried to put in the same character (but another instance of it), but the character isn’t moving, it’s just floating around. The levels are independent from each other.

What’s wrong?!
I would be glad to get help :slight_smile:

Thanks already!

If you hand Placed it in the Level make sure you set Auto Poses Player0 in the Character Details Panel.

Thank you! I already checked that but the character is still not moving in the second scene. I also compared the two details panel…

Than check your Game Mode. There is a Global one in the Projects Settings and a local one in the World Settings that can override the global one. I assume you got another Controller assigned.

I also double checked that, it’s everywhere the same charachter, the same gamemode and the same hud… thank you, for your fast reply :slight_smile:

Well than we need a little more Info :smiley: does the Input trigger at all (Print String). Check the Controller that Possesed the Character (also Print String) check any Scripts that could make trouble relating to Character/Controller etc.

Got to Run to work now I check back later =)

The input is fine, it’s printing 1 and -1 on the right keys. The controller has the same script in both levels and it’s working fine in one scene, just in the other it’s not working >.< Is that maybe because I have 2 scenes and two instances of the same character? Are they somehow connected?

Have fun at work :slight_smile: I’m only working on this on tuesdays, so don’t be confused if I’m not answering anymore this week :wink:

Thanks, for your help :slight_smile:

I found the problem, but I couldn’t fix it. Just a dirty fix :wink: My landscape had no collision, although the collision mip level was 0. What did I do wrong?

But it works if I’m just replacing it by a flattened cube :slight_smile:

Still I would be interested in the solution of making a landscape collidable!