How to make a list of LocalizedAudioClip in Editor

Hi
I can’t seem to make a public list in the Unity Editor. Single Use works fine, and the same thing is possible for LocalizedString which i have working in the same Script.
I have tried:
public List and public LocalizedAudioClip[ ] without sucess.

Seems to be a problem with the UnityEditor.

6964574--820535--Skærmbillede 2021-03-23 131904.png

Hi,
Could you try updating to 0.10.0, this should have been fixed.
You should be able to upgrade in the package manager window.

Thank you karl, works like a charm :slight_smile:

1 Like