Search Unity

I can not find the scene

Discussion in 'FPS.Sample Game' started by kolowy, Nov 7, 2018.

  1. kolowy

    kolowy

    Joined:
    Jun 23, 2018
    Posts:
    2





    I can not find the level with unity 2018 .3 b 6
    Where is the problem?
     
  2. petera_unity

    petera_unity

    Unity Technologies

    Joined:
    May 23, 2016
    Posts:
    41
    This error us usually because you did not clone with Git LFS. If the size on disk of your Assets folder is less than about 18 GB, this is the case.

    If this is not the problem, could you show the content of the HDRenderPipelineAsset.asset file that it is complaining about?

    -peter
     
  3. kolowy

    kolowy

    Joined:
    Jun 23, 2018
    Posts:
    2
    non I can find the HDRenderPipelineAsset in unity
    upload_2018-11-8_18-43-26.png
     
  4. petera_unity

    petera_unity

    Unity Technologies

    Joined:
    May 23, 2016
    Posts:
    41
    This look a lot like you did not clone with Git LFS. Your Assets folder should be about 18 gb of data. To be super sure, look inside the HDRenderPipelineAsset.asset file and you can clearly see if it is a proper Unity file or just contains a single hash (then its a unresolved git LFS file).

    -peter