Answer the question
In order to leave comments, you need to log in
Where to put resource files?
Good day. I want my game on Unity to be called depending on the language of the phone system in different languages. It was recommended to create a values resource folder , put the strings file there with the contents:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Name App With Some Language!</string>
</resources>
OBSOLETE - Providing Android resources in Assets/Plugins/Android/res is deprecated, please move your resources to an Android Library. See "Building Plugins for Android" section of the Manual.
Answer the question
In order to leave comments, you need to log in
You do not need to change the folder, but create a project in Android Studio and either build an aar file or copy the entire project to the plugins folder. Read the details in the manual .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question