Search Unity

Level menu

Discussion in 'FPS.Sample Game' started by Labewo, Aug 22, 2019.

  1. Labewo

    Labewo

    Joined:
    Apr 12, 2019
    Posts:
    21
    Hi,

    I only want to use the level menu. What files I need to export? I know that I need to export the level menu and the client frontend but I am not sure what more I need to export.

    Thanks!
     
  2. karstenv

    karstenv

    Joined:
    Jan 12, 2014
    Posts:
    81
    You also need to game assets for the environment and the player characters that are in the menu level.
    These are made as separate menu prefab assets like terraformer.menu etc...

    But if you dont what these Unity game assets in your menu level then you should start by removing them from the actually level.
     
    AggressiveMastery likes this.
  3. Labewo

    Labewo

    Joined:
    Apr 12, 2019
    Posts:
    21
    And what scripts do I need to export?
     
  4. karstenv

    karstenv

    Joined:
    Jan 12, 2014
    Posts:
    81
    Export where?
     
  5. Labewo

    Labewo

    Joined:
    Apr 12, 2019
    Posts:
    21
    To a new project. I only want to use the level menu and I want to put it on a new empty project.