这是本文档旧的修订版!
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.
Lighting
Configure directional light that rotation x=15, y=-35, z=0. Set color to orange. To preview, enable scene lighting.
Tree and Bench
Go to Unity asset store to find favored assets. Note: your Unity organization must not in China. You may create a new organization and switch to it if needed.
Here we use Realistic Tree 9 [Rainbow Tree] and Wooden Park Bench – Game Ready 3D Model as example.
Add them from asset store webpage, then in Unity - window - package manager, change package filter to my assets, download and import them.
Build and Test
Save the scene. Log in VRChat SDK control panel and choose build & test. If you already in game, select build & reload.



