https://github.com/nekonenene/unitypixelfonttest
ピクセルフォントをぼやけることなく表示させる方法の説明用
https://github.com/nekonenene/unitypixelfonttest
pixel-perfect unity unity2d
Last synced: 10 months ago
JSON representation
ピクセルフォントをぼやけることなく表示させる方法の説明用
- Host: GitHub
- URL: https://github.com/nekonenene/unitypixelfonttest
- Owner: nekonenene
- Created: 2019-11-24T23:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T00:02:44.000Z (over 6 years ago)
- Last Synced: 2025-05-29T15:12:50.092Z (about 1 year ago)
- Topics: pixel-perfect, unity, unity2d
- Homepage: https://nekonenene.hatenablog.com/entry/unity-pixel-font-rendering
- Size: 2.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity でピクセルフォントをぼやけずに表示
以下の記事の補助資料となる Unity プロジェクトです。
**[https://nekonenene.hatenablog.com/entry/unity-pixel-font-rendering](https://nekonenene.hatenablog.com/entry/unity-pixel-font-rendering)**
Unity 2019.2.12f1 で作成しました。
## Normal Scene
ふつうにフォントを使ったものです。ぼやけています。
## Improved Scene
記事にあるやり方で改善をはかったものです。
ぼやけず、背景のピクセルともきれいに重なっています。