Skip to content

Very simple object placement tool for to place gameobjects evenly in rectangular and circular form on a flat surface.

License

Notifications You must be signed in to change notification settings

darkstornmetu/ObjectPlacer

Repository files navigation

ObjectPlacer

Very simple object placement tool for Unity.

  • It has been written mainly for to place gameobjects evenly in rectangular and circular form on a flat surface. However, it can be easily extended with any custom placement method.

  • Every placement method also requires random distribution. Poisson Disk Algorithm has been used for the random distribution in Circle and Rectangular Placement modes though any custom algorithm can be integrated.

  • The secondary purpose of this tool was to showcase the use of Custom Editor and Custom Property Drawers, therefore, the simple implementation of those features can also be observed in the project.

  • Assets used in this project can be viewed here.

Example Screenshots

Even Rectangle

ObjectPlacer_001

Random Rectangle

ObjectPlacer_002

Even Circle

ObjectPlacer_003

Random Circle

ObjectPlacer_004

Even Circle with overridden ring count

ObjectPlacer_005

License

This project has CC0 Licence.
License: CC0-1.0

About

Very simple object placement tool for to place gameobjects evenly in rectangular and circular form on a flat surface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published