Skip to content

Commit c0312b7

Browse files
committed
Update docs
1 parent caa989b commit c0312b7

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Documentation~/articles/prefabs.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: "/manual/prefabs"
44

55
# Prefabs
66

7-
The **Prototyping Kit** comes with several prefab objects, primarily for blocking out levels. The grid prefabs, such as the `Grid-Cube.prefab`, are the most commonly used objects as these are configured with a material selector and automatic tiling. Using the prefabs provides the most utility out of the box.
7+
The **Prototyping Kit** comes with several prefab objects, primarily for blocking out levels. The grid prefabs, such as the `GridCube.prefab`, are the most commonly used objects as these are configured with a material selector and automatic tiling. Using the prefabs provides the most utility out of the box.
88

99
<hr/>
1010

@@ -16,4 +16,24 @@ The grid prefabs have a [Material Selector](/api/Zigurous.Prototyping/MaterialSe
1616

1717
## 🀄 Automatic Tiling
1818

19-
The grid and checkerboard prefabs have a [Material Tiling](/api/Zigurous.Prototyping/MaterialTiling) script that automatically tiles the material based on the object's size. This is very convenient so you do not need to create different material variants for different sized objects. For cubes, this is made possible from a custom mesh applied to the object.
19+
The grid and checkerboard prefabs have a [Material Tiling](/api/Zigurous.Prototyping/MaterialTiling) script that automatically tiles the material based on the object's size. This is very convenient so you do not need to create different material variants for different sized objects. The prefabs use a custom mesh with modified UVs to make this possible.
20+
21+
<hr/>
22+
23+
## 📦 Primitives
24+
25+
The following list of 3D models are provided in the **Prototyping Kit**.
26+
27+
- Cone
28+
- Cube
29+
- Cylinder
30+
- Diamond
31+
- Icosphere
32+
- Plane
33+
- Pyramid
34+
- Quad
35+
- Ramp15
36+
- Ramp30
37+
- Ramp45
38+
- Torus
39+
- UVSphere

0 commit comments

Comments
 (0)