The Prototyping Kit package contains assets and materials for prototyping levels in Unity. The prefabs included in the package can be styled without needing to create new materials, and they are tiled automatically based on the size of the object. The package is still in development, and more functionality will be added over time.
Use the Unity Package Manager to install the Prototyping Kit package.
- Open the Package Manager in
Window > Package Manager
- Click the add (
+
) button in the status bar - Select
Add package from git URL
from the add menu - Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-prototyping-kit.git
Import the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.
using Zigurous.Prototyping;