How to make player persist through levels.

In my game i have a main persistan level and two other sublevels level1 and levl2 on it. Level1 is loaded at start and char is spawned on level1. However when i go to level2 through level streaming my char gets destroyed. How do i prevent my char from destroying on level change??