Search Unity

How to have the same loading Scene for multiple levels

Discussion in 'AR' started by LookWho, Jul 8, 2018.

  1. LookWho

    LookWho

    Joined:
    Jul 8, 2018
    Posts:
    1
    I have an ar game that I am building and I would like to ask the community how to use a central scene as my loading scene. Basically I have a menu with three buttons, when you click one of the buttons it sends you to a loading scene that async loads the corresponding level. The problem is that doing it this way, I need three separate loading scenes that load three different levels and I want to eliminate two of them to save space in my game. They're identical loading scenes I just want to use one instead of three.
     
  2. Atulyextel2

    Atulyextel2

    Joined:
    Jan 10, 2018
    Posts:
    11
    have u heard about photon ?? I think photon can help u out