how to place lights then and there in my project to get a bright view and how can i add sounds to my project sir
2 Answers
2To place lights, either go to GameObject > Create Other > Directional Light, Point Light, Spotlight, Area Light to add it as a GameObject. Or, alternatively, go to Component > Rendering > Light for just a normal light component.
To add sounds to your project, simply import the audio file as an asset using Assets > Import New Asset. You can then add these on to AudioSource components with Component > Audio > AudioSource, and this allows for sound in your 3D environment. Make sure however, that your Camera has an AudioListener attached to it.
Hope that helps, Klep
Hi.
You have also the Edit > Render Settings > Ambiant Light which is the ambiant light of your scene.
Black = no light
White = fully lighted.
Hope this helps.