Localized Texture component
LocalizedTexture allows you to switch material textures depending on the server’s language settings.
property
| property | function |
|---|---|
| Localization Textures | Specify Localization Resources component. |
| Target Material Property Name | Specify the property name of the material that you want to set the image as texture. |
| Target | A Renderer to set the image. The Renderer attached to the GameObject to which this Component is attached is automatically set. |
detail
For this component to work, a Renderer must be attached to the same hierarchy as the LocalizedTexture component.