Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Creating an Save and load json system for items Inventory

Discussion in 'Asset Database' started by Yumenai, Feb 18, 2023.

  1. Yumenai

    Yumenai

    Joined:
    Nov 30, 2021
    Posts:
    10
    part 1 https://medium.com/@yonem9/create-an-unity-inventory-part-1-basic-data-model-3b54451e25ec
    part 2 https://medium.com/@yonem9/create-an-unity-inventory-part-2-configure-the-inventory-3a990eff8cba
    part 3 https://medium.com/@yonem9/create-an-unity-inventory-part-3-ui-cd4c5e8dedba
    part 4 https://medium.com/@yonem9/create-an-unity-inventory-part-4-display-items-in-ui-6cdac8f734b7
    part 5 https://medium.com/@yonem9/create-an-unity-inventory-part-5-drag-and-drop-d4374201539b
    part 6 https://medium.com/@yonem9/create-an-unity-inventory-part-6-generate-tooltip-c50dedcf7457

    im using that inventory for my game but how in the world would an save and load system look for this inventory.
    I watched countless vids and threads but they didnt help at all. im trying to use json on this but its too hard. Can someone give me an advice on how to start or even how it would look overall with json ??