Inventory Pro Add-On Documentation
  • Welcome to Inventory Pro Add-On for FPS Engine!
  • BEFORE WE START
    • Early Considerations
    • Add-On Compatibility
    • List of Tutorials
  • GETTING STARTED
    • 01. Basic Set-Up
    • 02. Roadmap
  • CONTENT
    • 03. Content
      • 03.1 CRAFTING
        • Recipe_SO
          • Ingredient
        • CraftingButton
        • CraftingProcess
        • CraftingUI
        • CraftingBench
        • IngredientUIIcon
      • 03.2 FAV MENU
        • FavItemSlot
        • FavItemsMenu
          • FavItemReference
      • 03.3 INTERACTABLES
        • InventoryItemPickeable
      • 03.4 INVENTORY
        • InventoryGridData_SO
        • InventoryProManager
        • GridGenerator
        • InventorySlot
        • SlotData
        • InventoryProManagerInputActions
      • 03.5 ITEMS
        • AppleItem_SO
        • EnergyDrinkItem_SO
      • 03.6 OTHERS
        • 03.6.1 TRADE HUB
          • TradeButton
          • TradeUI
          • TradeHub
        • Chest
        • ExamineItem
      • 03.7 SHOP
        • PurchasableItem
        • Shop
          • ShopItemData
        • ShopUI
        • ShopButton
      • 03.8 UI TOOLKIT
        • ContextMenu
        • HighlightInteractions
        • Padding
        • TooltipManager
    • 04. Shared Content for Add-Ons
  • HOW TO USE & GUIDES
    • Uninstalling the Add-On: Fixing Errors
    • Creating, Updating & Deleting Recipes
    • Inventory Designer: Creating, Updating & Deleting Inventory Grid Data
    • Working with Crafting Benches
    • Working with Chests
    • Working with Shops
    • Working with Purchasable Items
    • Working with Item Examination
    • Favorite Pinned Items Menu Considerations
    • Inventory, Hotbar & Chests Considerations
    • Tetris Inventory Considerations
    • Weapons & Ammo from the Inventory
    • Custom Item_SOs
    • Adding a New Inventory
  • FAQ
    • FAQ
  • SUPPORT
    • Support
Powered by GitBook
On this page
  1. HOW TO USE & GUIDES

Uninstalling the Add-On: Fixing Errors

Previous04. Shared Content for Add-OnsNextCreating, Updating & Deleting Recipes

Last updated 1 month ago

Note: The Save & Load Add-On is included within the Inventory Pro Add-On files when using the Inventory Pro Add-On. Consider this before making any changes

To uninstall the Inventory Pro Add-On, simply deleting it will lead to errors. This is because, during installation, Define Symbols are assigned to the project, enabling FPS Engine to run conditional code based on the presence of the Inventory Pro Add-On.

After removing Inventory Pro Add-On´s folder from the Project folder, many errors will be thrown. Then, navigate to Edit > Project Settings > Player, as seen in the Picture below:

Then, click on Other Settings to unfold additional settings. Scroll down until you find the Script Compilation Section, where Scripting Define Symbols are defined. Between them, you´ll find INVENTORY_PRO_ADD_ON. Select this Define Symbol, then click on the "-" Icon and Apply the Changes as the Picture below suggests:

After following these steps, any possible error related to Inventory Pro Add-On Un-Installation Process will be solved.