Any way to change the font size

Having a little trouble getting everything I would like to fit on the screen. I have found the font in the assets provided to us but tweaking the font size in unity doesn’t seem to make any difference. I would like to make it a little smaller as it’s pretty limiting at the moment trying to fit more than a single line and an image on the screen, and adding a third level means I can’t display the main menu without it looking a bit cramped and gross.

Thanks for any suggestions, it’s nothing game breaking but I would like to change it a little.

Expand the WM2000 GameObject in the Hierarchy and you will see it is made up of several GameObjects. From memory I think there is one called Display on which the font is applied and the size is set. These can be changed.

Be aware if yoy chamge the font or font size you will most likely need to.consider how many characters wide and high you want the tsrminal to display and will then need to tweak those figures also.

There is a horizontal overflow issue with this project that you.may come across also if you tweak a lot :slight_smile:

Thank you exactly what I was looking for. Only need to change it fractionally just a few characters higher but was getting lost trying to find it.

Cheers :+1:

No problem.

Give your terminal a little test wheb changed, hit enter a lot and see if the way the text scrolls vertically is ok, if not, tweak the character height until about right. :slight_smile:

Privacy & Terms