xen-42 / outer-wilds-localization-utility

A utility for creating translation mods for Outer Wilds with minimal code
MIT License
6 stars 3 forks source link

API function to get the added font #11

Closed cominixo closed 7 months ago

cominixo commented 7 months ago

Right now, after adding a font there is no way to access the Font object that was created through the API, and Unity doesn't let you load the same AssetBundle twice. Having an API function to get the Font object or returning it from the AddLanguageFont function would make this situation much better to handle.

xen-42 commented 7 months ago

Added in 0.3.0