Addon Player Warehouse

Player Warehouse

This addon adds a character-based `Warehouse` to the game. This provides players with the ability to store items and gold outside of their regular inventory. In other words, the warehouse becomes an additional storage space where players can store their goods in an organized and convenient way. This feature can be extremely useful for those who accumulate a lot of items as they progress through the game, as it frees up space in the main inventory while still maintaining access to items stored in the warehouse. This can simplify resource management and improve the overall player experience by providing a more comprehensive storage solution.

Tutoriel for installation

1) add in Canvas :

  • UI_PlayerWarehouse

2) open player prefab

  • 2.1) add assign warehouseConfiguration in component PlayerAddonsConfigurator

3) open prefab npc (OPTIONAL)

  • 3.1) open npc prefab, add NpcWarehouse component
  • 3.2) in same npc prefab go to component Npc and asign component NpcWarehouse in field NpcWarehouse
  • 3.3) in same npc prefab assign scriptables game event UIEventPlayerWarehouse and check if yes or not this npc offert warehouse

Advice :

    1. I advise you to create your own scriptables and not to use those present in the addons
    1. I also advise you to create your own prefabs, this will avoid any subsequent overwriting

Tips:

  • copying a file on Unity is very simple, just press Ctrl+d

Requirement

  1. Tools

Add Define

  1. _iMMOWAREHOUSE

Video Tutoriel

  1. No video tutoriel

Addon Date

  1. Created : 2024-06-02
  2. Updated : 2024-06-02

Tutoriel Date

  1. Update : 2024-06-07 00:27:09

File Date

  1. Update : 2025-05-30

Explore Our Addons:

Skill Categories addon for uMMORPG
Skill Categories

A replacement for the default skill window that allows you to separate your skills into categories. Especially useful when you have a lot of skills in your game.

Cursed Equipment addon for uMMORPG
Cursed Equipment

Allows any kind of equipment item – once equipped – to be un-equipable by normal means. Requires to visit a NPC Healer in order to remove cursed items for a fee again.

Auto Respawn addon for uMMORPG
Auto Respawn

Prevents dead players from remaining inactive for hours by automatically respawning them. Simple but effective.