Unity iOS 語言本地化(unity本地導(dǎo)出iOS本地化.strings文件)

緣由:因為公司2 3D 共用一套iOS底層框架 一直以來都用拷貝的方法 取所需要的代碼 導(dǎo)致一個問題 iOS底層拷貝過來的xxx.strings本地化文件 一直無法被編譯 即使被編譯 也無法達到效果 導(dǎo)致一系列問題
現(xiàn)在只需要把語言文件放在unity項目中就好了 如 Assets/babyframework/localizationForiOS

直接拷貝效果

image.png

采用插件導(dǎo)出后效果

image.png

粘貼關(guān)鍵代碼:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.IO;
using UnityEditor.iOS.Xcode;

public class NativeLocale
{
    public static void AddLocalizedStringsIOS(string projectPath, string localizedDirectoryPath)
    {        
        DirectoryInfo dir = new DirectoryInfo(localizedDirectoryPath);
        if(!dir.Exists)
            return;

        List<string> locales = new List<string>();
        var localeDirs = dir.GetDirectories("*.lproj", SearchOption.TopDirectoryOnly);

        foreach(var sub in localeDirs)
            locales.Add(Path.GetFileNameWithoutExtension(sub.Name));

        AddLocalizedStringsIOS(projectPath, localizedDirectoryPath, locales);
    }

    public static void AddLocalizedStringsIOS(string projectPath, string localizedDirectoryPath, List<string> validLocales)
    {
        string projPath = projectPath + "/Unity-iPhone.xcodeproj/project.pbxproj";
        PBXProject proj = new PBXProject();
        proj.ReadFromFile(projPath);

        foreach(var locale in validLocales)
        {
            // copy contents in the localization directory to project directory
            string src = Path.Combine(localizedDirectoryPath, locale + ".lproj");
            DirectoryCopy(src, Path.Combine(projectPath, "Unity-iPhone/" + locale + ".lproj"));

            string fileRelatvePath = string.Format("Unity-iPhone/{0}.lproj/Localizable.strings", locale);
            proj.AddLocalization("Localizable.strings", locale, fileRelatvePath);
        }

        proj.WriteToFile(projPath);
    }


    private static void DirectoryCopy(string sourceDirName, string destDirName)
    {
        DirectoryInfo dir = new DirectoryInfo(sourceDirName);

        if (!dir.Exists)
            return;

        if (!Directory.Exists(destDirName))
        {
            Directory.CreateDirectory(destDirName);
        }

        FileInfo[] files = dir.GetFiles();

        foreach (FileInfo file in files)
        {
            // skip unity meta files
            if(file.FullName.EndsWith(".meta"))
                continue;
            string temppath = Path.Combine(destDirName, file.Name);
            file.CopyTo(temppath, false);
        }

        DirectoryInfo[] dirs = dir.GetDirectories();
        foreach (DirectoryInfo subdir in dirs)
        {
            string temppath = Path.Combine(destDirName, subdir.Name);
            DirectoryCopy(subdir.FullName, temppath);
        }
    }
}

調(diào)用

using UnityEditor;
using UnityEditor.Callbacks;
using System.IO;
using UnityEditor.iOS.Xcode;

public class PostProcess: MonoBehaviour
{
    [PostProcessBuildAttribute(9999)]
    public static void OnPostProcessBuild(BuildTarget target, string path)
    {
        if (target == BuildTarget.iOS)
        {
            OnIOSBuild(target, path);
        }
    }

    private static void OnIOSBuild(BuildTarget target, string path)
    {
        NativeLocale.AddLocalizedStringsIOS(path, Path.Combine(Application.dataPath, "BabyframeWork/localizationForiOS"));
    }
}

文件路徑如下


image.png

效果

image.png

image.png

項目需要用到unity PBXProject插件 不知道的自行Google

轉(zhuǎn)
參考的同性交友網(wǎng)站地址
https://github.com/zeyangl/UnityAppNameLocalizationForIOS

https://bitbucket.org/Unity-Technologies/xcodeapi

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末架馋,一起剝皮案震驚了整個濱河市忘渔,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌躲胳,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,496評論 6 491
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件凄硼,死亡現(xiàn)場離奇詭異涣易,居然都是意外死亡良哲,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,187評論 3 385
  • 文/潘曉璐 我一進店門矗钟,熙熙樓的掌柜王于貴愁眉苦臉地迎上來唆香,“玉大人,你說我怎么就攤上這事吨艇」” “怎么了?”我有些...
    開封第一講書人閱讀 157,091評論 0 348
  • 文/不壞的土叔 我叫張陵东涡,是天一觀的道長冯吓。 經(jīng)常有香客問我,道長疮跑,這世上最難降的妖魔是什么组贺? 我笑而不...
    開封第一講書人閱讀 56,458評論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮祸挪,結(jié)果婚禮上锣披,老公的妹妹穿的比我還像新娘。我一直安慰自己贿条,他們只是感情好雹仿,可當(dāng)我...
    茶點故事閱讀 65,542評論 6 385
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著整以,像睡著了一般胧辽。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上公黑,一...
    開封第一講書人閱讀 49,802評論 1 290
  • 那天邑商,我揣著相機與錄音摄咆,去河邊找鬼。 笑死人断,一個胖子當(dāng)著我的面吹牛吭从,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播恶迈,決...
    沈念sama閱讀 38,945評論 3 407
  • 文/蒼蘭香墨 我猛地睜開眼涩金,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了暇仲?” 一聲冷哼從身側(cè)響起步做,我...
    開封第一講書人閱讀 37,709評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎奈附,沒想到半個月后全度,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,158評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡斥滤,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,502評論 2 327
  • 正文 我和宋清朗相戀三年将鸵,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片佑颇。...
    茶點故事閱讀 38,637評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡咨堤,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出漩符,到底是詐尸還是另有隱情,我是刑警寧澤驱还,帶...
    沈念sama閱讀 34,300評論 4 329
  • 正文 年R本政府宣布嗜暴,位于F島的核電站,受9級特大地震影響议蟆,放射性物質(zhì)發(fā)生泄漏闷沥。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,911評論 3 313
  • 文/蒙蒙 一咐容、第九天 我趴在偏房一處隱蔽的房頂上張望舆逃。 院中可真熱鬧,春花似錦戳粒、人聲如沸路狮。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,744評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽奄妨。三九已至,卻和暖如春苹祟,著一層夾襖步出監(jiān)牢的瞬間砸抛,已是汗流浹背评雌。 一陣腳步聲響...
    開封第一講書人閱讀 31,982評論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留直焙,地道東北人景东。 一個月前我還...
    沈念sama閱讀 46,344評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像奔誓,于是被迫代替她去往敵國和親斤吐。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,500評論 2 348

推薦閱讀更多精彩內(nèi)容