这是本文档旧的修订版!
Tree Bench Sunset
Create Project
In VCC, create new Unity 2022 world project.
You will get below Unity project.
It's a good idea to re-organize the hierarchy to make it more clear, like below. The “Main Camera” will not be used in game and can be removed.
Land
Create a new material with standard shader, set albedo to some green color, and metallic and smoothness both configure to 0. Then add it to the floor object.
Skybox
Create a new material with procedural skybox. Put atmosphere thickness to 1.2, and exposure to 0.7. Set tint color to grey-blue and ground color grey-purple.
Go to window - rendering - lighting (Ctrl+9) - environment, drag the skybox material in.
To preview the skybox, need to enable effects.



