Search Unity

Creating A Scene: General Workflow?

Discussion in 'Editor & General Support' started by Acelondoner, Jul 12, 2013.

  1. Acelondoner

    Acelondoner

    Joined:
    Jul 27, 2012
    Posts:
    101
    So, I am a bit stuck at the moment. I have been working on my first game for around six months now but it has all been programming. I have got to the point where I want to start implementing the scene instead of working on a flat plane etc. I have a bunch of assets but I don't know where to start.

    What kinda workflow would you recommend?
     
  2. MarkrosoftGames

    MarkrosoftGames

    Joined:
    Jan 5, 2012
    Posts:
    442
    import your assets to the scene
    attach components and scripts to assets as needed
    play and/or test