5. Unity Scriptable Object Localization

preview_player
Показать описание
For scriptable object's localization add to its script link to the line in the localization sheet like that:
Namespace: UnityEngine.Localization

//instead of public string name
public LocalizedString name;
public LocalizedString description;

Рекомендации по теме
Комментарии
Автор

Thanks a lot for this. Helped me on this part that I was struggling a lot.

danielcastellano