Hi, is it possible to rotate construction plane (with grid) to get a side-scroller like Fallout Shelter? I understand its a bit more complicated than simply rotating a grid prefab, but i couldnt find in code where to do it. In my case, i am am using X-Y plane with Z+ going away from camera, like on a picture

I have made this modular pack for sidescroller metroidvanias and builders and im looking for a good way to use it. Maybe it wont be that hard to add a side scroller mode to Level Editor? I could post it to the asset store for free, but i thought there might be someone who can expand their editor toolset with it.

    Hi! If you were making it in top down mode (XZ plane), in that case it would be pretty easy, as the camera plugin does support a top down mode, and the grid is already XZ. Then it would be a mater of having your bricks rotated in the editor, then rotated back to XY in the game .

    If you want to make the editor working in XY, you have to replace the camera system, because it's not supporting this kind of side mode, then flip the Grid and change his parameters to make it work in XY. That should not be to complicated, and I should definitely offer a side builder mode. I unfortunatly can't work on it now, as I'm overloaded, but if you have some notions with code, you can achieve it pretty easily I believe.

    I will add that to my feature request list for now.

    Keep me posted,
    thanks!

    • mir replied to this.

      Anthony I will take another look now that i know to look at camera system 🙂 Ill post progress here

        mir I would suggest you to start with the TopDownCamera code which is easier than the perspective mode.

        Write a Reply...