Forum rules - please read before posting.

Title screen and character

Why is it that after the title screen is over and it changes into the game the player character falls off the world? How to solve this? Alternating players?
Empty one for title screen and changing into the player?

Comments

  • The Player will fall if the following conditions are met:

    • The Player is subject to gravity
    • The Player is not over a floor collider
    • The game is unpaused

    Is the Player falling because they are spawning in the wrong place, or because of some physics issue, i.e. falling through the floor?

    When starting/switching scene, the Player will appear at the most relevant PlayerStart.

    A default PlayerStart can be assigned in the Scene Manager, but you can also configure PlayerStart Inspectors to have them take effect when switching from a specific other scene.

  • They are falling through the floor, yes.

  • edited September 2022

    Please share screenshots of the Player and the PlayerStart - I'll need to see your setup.

    Is the Player a prefab, or part of the scene file, and do they fall through the floor at any other time?

    Try raising the PlayerStart above the floor, so that the Player first falls from above. Do they still pass through it?

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.