Search Unity

Resolved I want to get rid of Localization Editor's this part

Discussion in 'Localization Tools' started by nap_friend, Apr 19, 2023.

  1. nap_friend

    nap_friend

    Joined:
    Jan 27, 2020
    Posts:
    4
    I don't want to use the function to change the name of my String Table.
    I want to get rid of this part, what should I do? Capture.png
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    What do you mean? You want to remove that field from the table editor?
    Can you please explain what you are trying to achieve? Are you customizing the package code?
     
  3. nap_friend

    nap_friend

    Joined:
    Jan 27, 2020
    Posts:
    4
    Yes, I want to remove that field from the Editor.

    In my project, the Unity Editor occurs a fatal error when I change a String Table's name, And the location of this field is very dangerous to me.

    To prevent my mistake, I want to remove that.
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    What is the error you get? That sounds like a bug.
    If you must remove it then you will need to embed the package into the project by moving it Into the package folder in the project. You can then find the code that gets this field and disable it. Im not near the code at the moment but I believe the field is inside of a uxml file and found using a lookup in the table editor class.
     
  5. nap_friend

    nap_friend

    Joined:
    Jan 27, 2020
    Posts:
    4

    Attached Files: