Oct
17
2021
17
2021
Use custom Editor fonts
Go to Unity installation folder,
Start notepad as an Administrator,
then edit file: \Editor\Data\Resources\fontsettings.txt
Add your custom fonts there:


Related Posts
1 Comment + Add Comment
Leave a comment
Recent posts
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Support my work at Bags.fm:
Coin:
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
Subscribe to Blog via Email
Tag Cloud
2d
3D
AI
algorithm
android
asset
build
color
custom
demo
editor
effect
fake
free
game
generator
greasemonkey
indie
javascript
light
line
ludumdare
mesh
paint
particles
physics
plugin
procedural
proto
prototype
script
sea
shader
shadow
sprite
terrain
texture
tutorial
ui
unity
vertex
visibility
water
waves
webgl
An article by












I can confirm that this works in Unity macOS version 2020.3 as well.
In your Finder, open /Applications/Unity/Hub/Editor/[2020.3.x]/ (replacing [2020.3.x] with your version number.
Right-click on Unity.app and select Show Package Contents.
Inside the Unity.app package, open Contents/Resources/fontsettings.txt
You can edit the font as shown in the original post. There does not seem to be a way to add additional font options, but you can put the name of any font you want on the English|Inter line. Here are two examples:
English|Inter-Regular=Monaco, Inter, Hiragino Kaku Gothic Pro, Hiragino Sans GB
– This replaces Inter with the built-in monospaced macOS font Monaco
English|Inter-Regular=M+ 1m Bold, Inter, Hiragino Kaku Gothic Pro, Hiragino Sans GB
– This replaces Inter with the bold version of the excellent monospaced font M+ 1m
M+ 1m can be found at https://github.com/coz-m/MPLUS_FONTS and read about at https://mplusfonts.github.io/ .