I have created a walkthrough of apartment but it is not looking like a real world view. I have a video of the walkthrough that works and looks like real world. Can somone help to make a walkthrough as it is shown in the first picture.? Second picture shows my project walkthrough.
2 Answers
2You have to bake lightmaps or/and realtime GI, in your image no lighting and no shadows
ok thanks, do i need to do something with camera and lighting? Like adding some scripts or something like that??

No, you need at least one directional light in scene If you are using Unity5 1. Add directional light if you don't have it in scene 2. Set parameter of directional light to backed or mixed 3. Select all object in scene and set Static 4. Make sure you set Generate lightmap in models properties 5. Go to Window-Lighting and set BackedGI checkbox 6. Push Build button
– lenarskiy