I placed my player sprite in the level and as soon as i hit the player button it isnt there?
I checked debug and it just says 0 on the player sprite
Ive looked through everything and idk whats doing it.
I tried cloning it and the clone spawns fine.
Develop games in your browser. Powerful, performant & highly capable.
Something is removing it. Do you have the destroy when outside layout behavior? Or any event that destroys it might be triggering unintentionally.
Thanks took care of it there was a wayward destroy player i forgot to remove.