Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I made a large box arrangement from small boxes arranged like a rubix cube. How to rotate a rubix cube from all axes? I tried hierarchies, didn't work. Thank You

The addon is not really made for that case, however you could try changing the local center value through ACEs. Experiment and see if it works for you.

Otherwise you need to use a 3d transform (e.g. vector / matrix math) to rotate each object around the rubick cube center point.

OK, thanks for the solution, I'll try it