- Home /
How to create extremely small UI?
Hey guys! I'm attempting to add a score variable at the top of my camera, but while making my game I made the scale amazingly small. Each of my sprites is made using pixel art, and when I imported they kept the 32 pixel size or whatever they were. When trying to make score UI like I am now, Unity doesn't support making fonts so small, so do you know any way I could shrink down the scale somehow to be super small? For reference, my camera scale is (1,1), and the viewport rect has a W 1 , H 1. Maybe I could use another form instead of text to show the score variable? Thanks in advance!
Your answer
Follow this Question
Related Questions
Unity camera size issue 1 Answer
Pinch not working 1 Answer
How to fix FPS camera to scale of models? 0 Answers
different screens and cropping problem 0 Answers
Projection Covers everything 0 Answers