I'm trying to modify the UI of 3D RPG Playground.
The UI settings are very complicated and difficult, but I'm gradually replacing the images and making it the way I want it.
However, I've come across something I just can't figure out.

I want to arrange the characters horizontally on the field menu screen,
but how do I do that?

I've tried changing the HUD settings (horizonal, vertical),
but there's been no change in the menu screen.
I was wondering if you could give me some advice.image
  • @lonewolf_cat sorry the image is gone so I'm not exactly sure which menu you are referring to.

    When you say you changed the HUD settings, you mean in the editor under UI->HUDs and changed the layout?

    If there is a UI Box that the HUDs are being displayed in then you'll need to change that layout group in the UI Box from Vertical layout group to a Horizontal layout group.
  • imagemenu1
    menu1 posted by (C)Lonewolf_cat" />

    @GeneralK
    The UI looks like the picture.
    I have changed the window image of the UI Box Blue Menu Center Scroll.
    I would like to scroll it horizontally.
    I have been looking for settings for various places such as the UI box and HUDs settings,
    but it seems there is no option to set the vertical and horizontal scrolling.
  • @lonewolf_cat the scroll is handled in the UI Box there is a component Scroll Rect in the object Scroll View that you can set the horizontal scrollbar in, but you need a bar to set there since the one it has now is vertical.

    Probably faster to just make a new box. Make sure you have UI Canvas to make it on like this https://orkframework.com/guide/tutorials/ui-setups/unity-ui-initial-setup/#2-toc-title

    Then just right click the canvas object, go to Makinom -> UI Box -> UI Box Scroll Horiztontal

    Or the one that only says UI Box Scroll comes with vertical and horizontal bars.

    Then drag the box to a folder to make a prefab, and create a UI Box in Makinom-> UI->UI Boxes for it and assign it to the menu. If you replace the existing UI Box then it would change it for other menus too...

  • ORK's UI mostly uses Unity UI components to handle the layout of your UI, so that's mainly up to the setup of the Unity components.
    As @GeneralK said, you can create a new UI box for horizontal layout and scrolling, which should be easier than changing an existing vertical layout/scrolling box.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • @GeneralK
    @GIL

    OK, I see.
    I'll try making a UI box.
    Since there may be a large number of players or groups,
    I'll try vertical and horizontal scrolling too.
Sign In or Register to comment.