0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows unity4.1.2f1でscriptfile(C#)で書いた日本語が文字化け、Western(ISO-8859-15)で保存しなおして解決

Posted at

http://nearlyneetblog.blog27.fc2.com/blog-entry-92.html
Windows unity4.1.2f1でも同様な現象が起こってこの方法

scriptfile(C#)で書いた日本語が文字化けをWestern(ISO-8859-15)で保存しなおして

GUI.Label (new Rect (10, 130, 100, 30), "日本語:");

の文字化けが解決できた。

Unity4からはダイナミックフォントの場合は
なんか日本語埋め込んだりしなきゃいけないのはこっち。
テラシュールウェア[Unity3D]Unity4のダイナミック
(or システム)フォントを使う
http://terasur.blog.fc2.com/blog-entry-376.html

◇Unityでゲーム開発 -日本語フォントを使う-
http://yun.cup.com/unity021.html

システムフォントはnoneていうフォントに設定しておけばいいみたい。
システムフォントなのでデバイスによってははみ出すとかゆう問題が。。ある

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?