Hi everyone,
For a while now, I've been working on an augmented-reality app in the Unity game engine, and recently I was hoping to try to get it to look more native to iOS. One major step in this process is using the native system font, San Francisco (at the moment, I'm using Roboto, which looks nice but out-of-place on iOS). However, I'm unable to find a way for the Unity game engine to get the system font from the operating system, so I think I will need to download San Francisco and put it in Unity manually. Is there a way I can go about doing this while remaining completely within Apple's guidelines?
Thanks!