3D Layout Pro

$13
Publisher Cooking Polygons
File size 220.34kB
Number of files 16
Latest version 1
Latest release date 2024-08-02 06:32:15
First release date 2024-08-02 06:32:15
Supported Unity versions 2018.4.2 or higher

Documentation


3D Layout Pro is a powerful Unity plugin designed to streamline the alignment and organization of 3D objects in your scenes. Perfect for games and simulations that require precise placement of items, this tool provides an intuitive interface and robust features to enhance your workflow.


Main Features

Object Alignment Window

  1. Open the window by clicking Tools > Align Objects.
  2. Drag objects to the specified area and configure the parameters.
  3. The objects will be automatically aligned according to the defined parameters.

3D Layout Group Component

  1. Create an empty object in the scene or use an existing GameObject.
  2. Add objects to the previously created empty object. The objects will be automatically aligned according to the defined parameters.

Item Manager & Container Component

The item management system is designed for games like supermarket simulators, where you create a database with item/product information, and they will be organized within a container, which can be a box or shelf, or any type of container you desire.

How to Use:

Create a New Item Database

  1. To create a new item database, open the “Item Database Editor” by clicking Tools > Item Database Editor and then click “New”.
  2. Now you can add new items to the database by clicking “Add Item”.
  3. Each item will have its parameters, such as Name, Quantity, Stand, Stack, Price, Icon...
  • Quantity – Maximum quantity of items that will fit in the container.
  • Stand – Whether the items will stand or lie down.
  • Stack – Whether the items can be stacked on top of each other.
  • Price – Set the initial price of the product.
  • Icon – Set the icon (Sprite) that will be used on the product label.
  • Prefab – Set the prefab that will be used as a base to generate the products.

Creating a Container:

  1. Add a Container component to an existing GameObject or create an empty GameObject for this purpose.
  2. You can configure parameters such as the size of the container in the Inspector.
  3. Here you can also select one of the items from the database to use as a base to define the appropriate size of the container for that particular item. This item selection is exclusive for testing in the Editor.
  4. The item can also be selected at runtime using the method ChangeSelectedItem(ItemData newItem).
  5. With everything configured, the Container component will generate an appropriate layout for the selected item based on the item's information, mainly its size.

Top Publisher Assets