I’ve created a FirstPerson project, but my intensions are to have a Environment going. So I have imported a height map for my Landscape. But as soon as I
start moving the floor piece. The firstperson game doesn’t work any more How do you get this working? I just want to walk over my landscape right now.
Thanks. All other things in the Fp game I don’t need (floor,cubes)
When you imported your height map make sure that your player start actor in your scene is above the landscape, or if you remove the player start your character will spawn where the camera is.
Thanks for the info. Not working from this side. I’ve left everything in default when creating the FP project. Then loaded my landscape, but as soon as I delete the floor piece. The character falls and then disapears. I also tried moving up playerstart this also didn’t work. Anything else I could check?