Hi Chris! I would like to clarify one point, when I use items (which can be multiple) in inventory and containers the icon with the quantity number is always in the middle of the cell, is it possible to change the position of this number? for example, orientation to the lower right corner? I found such a function in the Menu manager - InventoryBox - Display type: Text only, but in Icons Only mode - the text alignment setting disappears
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I think that the best practice here is to use Unity UI - you are able to position the counter wherever you want. AC's menu system is intended to be used only for prototyping.
If you're changing the location of the number, remember you'll also have to change it to the same place for your cursor. This is easy if you are also using a Unity UI cursor, but if like me you are not (I am using a software cursor), you would need to poke around with custom scripts. You can find more info in this old thread: https://adventurecreator.org/forum/discussion/12780/item-count-alignment
Yes, I thought about using Unity UI, but all my menus are made on the AС menu and I am satisfied with everything, and even this positioning is in the AС menu, but for some reason it was disabled in the icon mode, but all other text editing settings remain
Currently, Unity UI is necessary. I will see if it is possible to add a customisation option in the future, however.
Ok, thanks for the support Chris