Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
122 stars 2 forks source link

ObjectGridAligner3D #2394

Open ImErinTheBunny opened 2 weeks ago

ImErinTheBunny commented 2 weeks ago

Is your feature request related to a problem? Please describe.

I need to align objects in a cube like pattern and object grid aligner only has row and column axis

Describe the solution you'd like

ObjectGridAligner3D component that allows you to specify items per row and items per column and then also specify a height axis

Describe alternatives you've considered

combining axis aligner and object grid aligner but this can be annoying for doing things dynamically.

This is the method used here for an example of the outcome I am looking for image

Additional Context

No response

Requesters

imerin.

ProbablePrime commented 2 weeks ago

For those about to comment, ObjectGridAligner just does 2 axi, Making walls or ceilings in this kinda setup. Adding a 3rd axis to it should be possible.