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.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Resolved Multiple fields on the same row

Discussion in 'Localization Tools' started by JingHongQiu, Jan 10, 2023.

  1. JingHongQiu

    JingHongQiu

    Joined:
    Jan 10, 2023
    Posts:
    2
    Hey.
    I have a item table.I want to set title and description on the same row. How to do it?

    Code (CSharp):
    1. Key             Id      English(en)
    2. Item1_title     1       item1 title
    3. Item1_des       2       item1 des
     
    Last edited: Jan 10, 2023
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    7,721
    Hi,

    I'm not sure I understand.
    Is this from the exported CSV?
    If the title and description are 2 separate fields then you won't be able to have them on the same row, each row is a single field.
    We have some plans for custom editors in the future that may allow for this but it's not possible at the moment.
     
  3. JingHongQiu

    JingHongQiu

    Joined:
    Jan 10, 2023
    Posts:
    2
    Yes, it is.
    Thank you for your answer!
     
    karl_jones likes this.