I have entries in a localization table which I want to completely remove, in all languages. I have a reference to the StringTableCollection and I have called RemoveEntry(). I have marked the table and it’s referenced shared data as dirty and saved assets via AssetDatabase.SaveAssets(). I’m not seeing the entries being removed.
Is there a small example of doing this properly somewhere?