Search Unity

Assets Attempting to create a Dubai skyline

Discussion in 'Works In Progress - Archive' started by uglyapp, Feb 4, 2018.

  1. uglyapp

    uglyapp

    Joined:
    Aug 29, 2016
    Posts:
    14
    Hi Guys,

    I downloads some free assets and been playing around and learning as I go.

    www.surplusanywhere.com/dubai

    I need to create a realistic skyline when viewed through the windows.

    I added a plane and put an image on there which looks okay from a distance but looks awful close up.

    Are there a special magical method to do this or do I have find some Dubai building sets and place them in the scene.

    Any tutorials or insights welcome.

    Cheers

    Steve Warby
     
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Looks like you should learn how to make cube maps or skyboxes... you only need one of those.
     
  3. uglyapp

    uglyapp

    Joined:
    Aug 29, 2016
    Posts:
    14
    Thanks for the info but I can’t see anything relating to enclosing a large are within a cube map.
     
  4. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    The cubemap (or skybox) is intended for the purpose of viewing things you cannot reach. It's purpose is to replace the billboards you use, and it doesn't get closer or further as you move around. It's purpose is to solve your issue with billboards.

    Skybox. Which is a cubemap.

    You generate or purchase them. Unity can also generate them from other scenes

    https://docs.unity3d.com/Manual/GlobalIllumination.html


    Skybox Material. Once it's set up correctly, you can remove your billboards.