Hi, I have a lot of scriptable objects that store description texts for example. Is there an easy way to tell the localization system that these strings have to be translated too?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can add non-AC lines to the Speech Manager by implementing AC's ITranslatable interface - see the Manual's "Custom translatables" chapter, as well as the "Custom Translatable Example" script, for details.
The Speech Manager can only search MonoBehaviours that implement this directly, however. If your data is in a ScriptableObject, though, it should be possible to have it be referenced by creating a dedicated scene that uses a series of components that each reference a SO - acting as a "bridge" of sorts, i.e.: