Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by fretnoize · Jun 18, 2013 at 02:32 PM · guitext3dtextpixelatedunicode

I want pixelated unicode text. Need suggestions...

I'm working on a game with a 2D pixelated art style, of course there are pixelated fonts out there and I found a nice one for english, but I was hoping for unicode support, specifically for japanese kana and kanji (so if there's a free to use font somewhere then that solves my problem easier, but I've looked around somewhat none seem to include kanji). So I have been trying to manipulate the GUIStyle, GUIText, and 3D text. I've had the most luck with the 3D Text, since it using a texture, however the filtering remains on so it doesn't look clean.. is there a way to set the 3D Text's filter mode to point or even better, do this through the GUI functions? alt text

screen shot 2013-06-18 at 10.50.32 pm.png (14.3 kB)
Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image fretnoize · Jun 18, 2013 at 02:08 PM 0
Share

This picture is a comparison of the 3d Text and the pixelated font I'm using through the GUI

2 Replies

· Add your reply
  • Sort: 
avatar image
2

Answer by Eric5h5 · Jun 18, 2013 at 02:46 PM

Click the gear icon on the font and select "create editable copy"; then you can change the filter mode of the font texture to point instead of bilinear.

By the way, GUIText and 3DText both use the same method. You'd normally be better off with GUIText unless you actually want the text to exist in 3D space.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image fretnoize · Jun 18, 2013 at 02:52 PM 0
Share

Thanks! I'll go try this out now!

avatar image
1

Answer by oidberg · Nov 25, 2015 at 09:21 AM

I did this for another purpose, not sure if it helps here:

 public class SetFontNearest : MonoBehaviour {

     [SerializeField] Font[] fonts;

     void Start ()
     {
         foreach (Font font in fonts)
         {
             var mat = font.material;
             var txtr = mat.mainTexture;
             txtr.filterMode = FilterMode.Point;
         }
     }
 }
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Does 3dText support Unicode Texts? 1 Answer

Making text look clear 2 Answers

TextMeshPro does not evaluate unicode fallback font when setting dynamic text? 1 Answer

Why is setting the parent of a text transform alters its world coordinates? 0 Answers

Why aren't asian fonts rendering dynamically? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges