Whisky-App / Whisky

A modern Wine wrapper for macOS built with SwiftUI
https://getwhisky.app
GNU General Public License v3.0
11.81k stars 252 forks source link

Unity Engine Game Text Not Displayed on Steam (Solution provided) #1050

Open jinjerale opened 2 months ago

jinjerale commented 2 months ago

According to the documentation of Unity, some games use dynamic font, which may use system font on Windows as fallback. Since there is no font installed in Whisky bottle, the text is missing.

The solution that worked in my case is to just copy the file /Library/Fonts/Arial Unicode.ttf to drive_c/windows/Fonts folder.

calebn commented 1 month ago

This solution worked to fix the game text on Star Wars: Galaxy Of Heroes (SWGOH) from EA. Thanks!