Serialized "LocalizedString" type incorrectly on Editor. And How to fix?

Issue #806 resolved
jun sun created an issue

import Odin:

not import Odin

Code :

using UnityEngine;using UnityEngine.Localization;

public class NewBehaviourScript : MonoBehaviour
{
public LocalizedString aaa;
}

platform :window10,unity2020.3

Comments (2)

  1. Log in to comment