Forum rules - please read before posting.

More than 30 inventory slots?

Is there a way to have more than 30 inventory slots when using Unity UI? I would like to have a full screen inventory that shows more than 30 slots on the screen at one time. 

Comments

  • Welcome to the community, @lemm82.

    I prefer to keep the "Max number of slots" field as a slider to make the UI more user-friendly.  What would you like it to be raised to?

    Incidentally, you can change the value manually by editing the MenuInventoryBox.cs' ShowGUI function:

    maxSlots = CustomGUILayout.IntSlider ("Max number of slots:", maxSlots, 1, 30, apiPrefix + ".maxSlots");
  • Thanks! That worked great. I'm sure the default value of 30 is fine for most games. 
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.