A downloadable asset pack

What is this ?

This is an early preview of a package for unity made to create procedural Shelves.

Try different sizes, choose the material and create a custom mesh.

What does it contains ?

  • A script that generates shelf (required, it's the one you want to use)
  • A script that handles the inspector button of the the above script (required)
  • A prefab (not required, it's just an example)
  • What's next ?

    In the future, I intend to add others scripts to the package to fill shelves with objects like procedural books (not yet public), procedural potions (not yet public)... Add ornament, add doors, add feet or add a better material system etc...

    Download

    Download
    ShelfGeneratorV0-1-0.unitypackage 2 kB

    Install instructions

    How do I use it ?

    tested on unity Unity 2019.4.19

  • Import the package in your unity project (instruction here).
  • Add the ShelfGenerator script to an empty gameObject.
  • Choose the width(x), the height(y) and the depth(z) sizes of the shelf.
  • You can choose the thickness of the structure.
  • You can also choose the height between shelves, or the number of shelves by calculating in editor "heightOfTheMesh/numberOfShelves".
  • You can assign a material to the gameObject, it will affect the shelf as well.
  • When satisfied with the result, click on "Merge and delete GameObjects", this will add the shelf as mesh of the gameobject that contain the script and delete the gameobjects use as visual feedback.
  • If the mesh is not to your linking, you can click on "Delete mesh" and generate a different model.
  • Leave a comment

    Log in with itch.io to leave a comment.