@@ -24,6 +24,7 @@ public class ScreenProjectionView : MonoBehaviour, MenuBackInterface
public static ScreenProjectionView ins;
void Awake() {
ins = this;
+ DontDestroyOnLoad(this);
uiDeviceListItem.SetActive(false);
}