vrchat:marduk:tree_bench_sunset

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
vrchat:marduk:tree_bench_sunset [2026/07/25 05:37] – 移除 - 外部编辑 (未知日期) 127.0.0.1vrchat:marduk:tree_bench_sunset [2026/07/25 10:42] (当前版本) xiaobenmao
行 1: 行 1:
 +====== Tree Bench Sunset ======
  
 +===== Create Project =====
 +
 +In VCC, create new Unity 2022 world project. 
 +
 +You will get below Unity project. 
 +
 +{{.:pasted:20260725-033013.png}}
 +
 +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. 
 +
 +{{.:pasted:20260725-033212.png}}
 +
 +===== 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. 
 +
 +There are also patterned material for grassland, [[https://assetstore.unity.com/packages/2d/textures-materials/nature/handpainted-grass-ground-textures-free-top-down-rpg-terrain-tool-187634|Handpainted Grass & Ground Textures Free — Top-Down RPG | Terrain Tool]], for example. 
 +
 +===== 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. 
 +
 +Alternatively, may choose any skybox available, like [[https://assetstore.unity.com/packages/2d/textures-materials/sky/stylized-skyboxes-free-302248|Stylized Skyboxes | FREE]]. 
 +
 +Go to window - rendering - lighting (Ctrl+9) - environment, drag the skybox material in. 
 +
 +To preview the skybox, need to enable effects. 
 +
 +{{.:pasted:20260725-054329.png}}
 +
 +===== Lighting =====
 +
 +Configure directional light that rotation x=15, y=-35, z=0. Set color to orange. To preview, enable scene lighting. 
 +
 +{{.:pasted:20260725-054507.png}}
 +
 +===== Tree and Bench =====
 +
 +Go to [[https://assetstore.unity.com/|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 [[https://assetstore.unity.com/packages/3d/vegetation/trees/realistic-tree-9-rainbow-tree-54622|Realistic Tree 9 [Rainbow Tree]]] and [[https://assetstore.unity.com/packages/3d/props/furniture/wooden-park-bench-game-ready-3d-model-348356|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.