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
- MotionVector Effect: Object “disappears” when paused
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
Recent Comments
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
@unitycoder_com
My TweetsSubscribe to Blog via Email
Tag Cloud
2d
3D
AI
algorithm
android
asset
build
color
custom
demo
editor
effect
error
fake
free
game
generator
greasemonkey
indie
javascript
light
line
ludumdare
mesh
paint
particles
physics
plugin
proto
prototype
script
sea
shader
shadow
sprite
terrain
texture
tutorial
ui
unity
vertex
visibility
water
waves
webgl
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/ .