I am trying to align many 3d cubes along side by side?
Is this possible in Unity much like when you can shift click all the gameobjects and choose “Align Side By Side” or some other setting I cant seem to find it.
Or do you have to position one cube at a time (Coz if I have say for example 20 cubes to position them all one by one would be a pain)
There’s no alignment tool, but Unity has a grid where you can snap while moving. (hold shift, also check the editor-preferences/settings)
Other than that you can write an editor-script that will do the layout you want (which is what most people do).
Or use something from the asset store if you don’t want to write it yourself, something like ProGrids…