- Home /
Why is localization option not apearing in game build?
So I added localization for 3 different languages and added the option (combo box) to change between them in game. It works like is supposed to in the Unity Editor but when I build my game the combo box appears without any language option (empty). I've tried a bunch of different stuff like changing the addressables and even remade the combo box just to make sure even though I knew that wasn't the problem.
I appreciate any help... Thank you in advance =)
Answer by karl_jones · Feb 27 at 10:32 PM
Did you build the addressables assets? https://docs.unity3d.com/Packages/com.unity.localization@1.1/manual/QuickStartGuideWithVariants.html#preview-and-configure-your-build
Your answer
Follow this Question
Related Questions
Non-ASCII characters in Input.inputString in OSX 0 Answers
Localized audio with Handheld.PlayFullScreenMovie() 1 Answer
Issues with iOS Build that are not visible in Editor 0 Answers
How to localize an array of strings in script. 1 Answer
Different app name for different languages (Android). 2 Answers