Search Unity

Character and parts of level disappearing?? help me plz

Discussion in '2D' started by TheCodingNoob, Jan 13, 2020.

  1. TheCodingNoob

    TheCodingNoob

    Joined:
    Jan 10, 2020
    Posts:
    14
    Hi. I am currently working on my first ever proper top-down game. I have finally gotten the movement down think but I can't really see because as soon as I start my game my character disappears as well as part of my level. I'm building whit tilemaps. Do Does anyone know how I can fix it?
     
  2. eses

    eses

    Joined:
    Feb 26, 2013
    Posts:
    2,637
    Hi nameless user.

    "Does anyone know how I can fix it?"

    Nobody even knows what you are doing.

    It is only obvious that you have some logic error in your code, which causes your code to remove your Tilemap and the player. Tilemap is just a GameObject, it wouldn't remove itself. Same goes for any other GameObject like your player.

    So maybe show your code, screenshots and so on. Otherwise this question is pretty much impossible to answer to.

    See how to ask questions:
    https://forum.unity.com/threads/unity-community-code-of-conduct.743888/