TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Localizing Unity games as an indie dev

40 点作者 bmalicoat超过 2 年前

4 条评论

matthew-wegner超过 2 年前
Unity&#x27;s own localization package is actually pretty good, and one of the few Unity packages that actually seems to solve more problems than it creates: <a href="https:&#x2F;&#x2F;docs.unity3d.com&#x2F;Packages&#x2F;com.unity.localization@1.4&#x2F;manual&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;docs.unity3d.com&#x2F;Packages&#x2F;com.unity.localization@1.4...</a>
评论 #34731069 未加载
评论 #34731685 未加载
aschearer超过 2 年前
Neat, thanks for releasing this tool! I&#x27;ve had luck with i2 loc in other projects, but will take a look at this next time. Also, to shamlessly co-opt this thread, you might be interested in a tool I wrote a while back: <a href="https:&#x2F;&#x2F;github.com&#x2F;aschearer&#x2F;LocWarden">https:&#x2F;&#x2F;github.com&#x2F;aschearer&#x2F;LocWarden</a><p>It&#x27;s sort of like lint for loc files, catching common translation errors I&#x27;ve come across as well as helping generate common loc assets e.g. Steam store markup.
评论 #34730228 未加载
Raymonf超过 2 年前
&gt; One for Japanese and Chinese<p>Please don&#x27;t do this! Han Unification causes your Japanese text look weird when displayed with a Simplified Chinese font, likewise with a Traditional Chinese or Korean font.<p><a href="https:&#x2F;&#x2F;heistak.github.io&#x2F;your-code-displays-japanese-wrong&#x2F;" rel="nofollow">https:&#x2F;&#x2F;heistak.github.io&#x2F;your-code-displays-japanese-wrong&#x2F;</a>
评论 #34732377 未加载
评论 #34731655 未加载
candiddevmike超过 2 年前
Related, I made a tool to convert a YAML file with localizations into type safe go&#x2F;typescript code. Anyone interested in it?