What's the best way to do Localization on mobile? I'm currently using .txt file with simple [key]: [value] structure. But looks like accessing files in StreamingAssets on mobile is quite different and less comfortable. Mostly because of need to use Coroutine.
Is there any better method?
↧