Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question When does content actually being deleted?

Discussion in 'Unity User-Generated Content' started by unity_4CCAB079EC420FB17022, Aug 28, 2023.

  1. unity_4CCAB079EC420FB17022

    unity_4CCAB079EC420FB17022

    Joined:
    Aug 8, 2022
    Posts:
    9
    After using
    Code (CSharp):
    1. UgcService.Instance.DeleteContentAsync
    I see content is labeled as
    Deleted: August 28, 2023

    But while retrieving content, I still can get the content. Currently I am checking DeletedAt to see if it is null or not to determine if the content is deleted or not.

    I am just wondering when does the content actually being deleted?
    Besides, is there any delete button on dashboard that can be used instead just calling api?
     
  2. zjebali

    zjebali

    Unity Technologies

    Joined:
    Jun 3, 2021
    Posts:
    20
    Hi,

    So we're currently soft deleting content and not hard deleting it. Since we're not charging for storage during the beta you don't have to worry about any charges. We're working on offering a hard delete as well as a way to flush all your soft deleted content.

    Hope that answers your question