Reputation: 89
I created a scene in editor and it looks good there. I imported this model to Unity but it looks bad because of I don't know how to create a good light for this scene. Directional light is a bad choice in this case because I get a very light scene but if to change slider - very dark. So I need the Unity light to be the same as in editor. So I need your help how to do it. Thanks in advance.
Upvotes: 1
Views: 59
Reputation: 225
You should use ambient lighting. Ambient Lighting is a form of a global light source. Here is a link to a page on it https://unity3d.com/learn/tutorials/topics/graphics/ambient-lighting
Upvotes: 1