Skip to content

Commit bf7648e

Browse files
authored
Update README.md
1 parent cf18b4d commit bf7648e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Prototyping Kit
22

3+
[![](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/zigurous/unity-prototyping-kit)
4+
[![](https://img.shields.io/github/package-json/v/zigurous/unity-prototyping-kit)](https://github.com/zigurous/unity-prototyping-kit/releases)
5+
[![](https://img.shields.io/badge/docs-link-success)](https://docs.zigurous.com/com.zigurous.prototyping)
6+
[![](https://img.shields.io/github/license/zigurous/unity-prototyping-kit)](https://github.com/zigurous/unity-prototyping-kit/blob/main/LICENSE.md)
7+
38
The Prototyping Kit package contains assets and materials for prototyping levels in Unity. The best feature of the package is the ability for objects to be styled without needing to create new materials, and the ability for those materials to be automatically tiled based on the object's size. The package is still in development, and more functionality will be added over time.
49

10+
## Reference
11+
12+
- [Prefabs](https://docs.zigurous.com/com.zigurous.prototyping/manual/prefabs.html)
13+
- [Materials](https://docs.zigurous.com/com.zigurous.prototyping/manual/materials.html)
14+
- [Textures](https://docs.zigurous.com/com.zigurous.prototyping/manual/textures.html)
15+
- [Material Selector (Script)](https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping.MaterialSelector.html)
16+
- [Material Tiling (Script)](https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping.MaterialTiling.html)
17+
518
## Installation
619

720
Use the Unity [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) to install the Prototyping Kit package.
@@ -29,11 +42,3 @@ Import the package namespace in each script or file you want to use it.
2942
```csharp
3043
using Zigurous.Prototyping;
3144
```
32-
33-
## Reference
34-
35-
- [Prefabs](https://docs.zigurous.com/com.zigurous.prototyping/manual/prefabs.html)
36-
- [Materials](https://docs.zigurous.com/com.zigurous.prototyping/manual/materials.html)
37-
- [Textures](https://docs.zigurous.com/com.zigurous.prototyping/manual/textures.html)
38-
- [Material Selector (Script)](https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping.MaterialSelector.html)
39-
- [Material Tiling (Script)](https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping.MaterialTiling.html)

0 commit comments

Comments
 (0)