Search Unity

Question Create online Item Database with informations

Discussion in 'Asset Database' started by afurioso, Jul 18, 2022.

  1. afurioso

    afurioso

    Joined:
    Jan 12, 2022
    Posts:
    88
    Hello everyone,

    I need to create an ONLINE Database. The item should have the product's name, an ID, a sprite image, and the relative object to instantiate in the scene when the item is clicked in the inventory.

    Anyone knows how can I make an Online Database with these informations and allow a single user to upload his own object?
     
  2. unity_Jonny

    unity_Jonny

    Unity Technologies

    Joined:
    Feb 11, 2020
    Posts:
    24
    Hi, do you mean an in-game inventory system?
    You could implement a simple key value store which you could lookup and display.
    When you say 'online' database do you mean you want to store the data external to the application, like on a remote server?
    This forum is for the Editors asset database used to maintain assets during project development
     
  3. afurioso

    afurioso

    Joined:
    Jan 12, 2022
    Posts:
    88
    Hi, thank you for your reply.

    Yes, I mean to store the items' inventory in a remote server.

    Sorry if I publish it on the wrong forum.