Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Use a BlobAsset to store Font Glyphs. Font Glyphs are known at edit time and are predetermined by the designer or dev.
Instead of converting and parsing it to a dynamic buffer in runtime - it might be worth changing this to a blob asset binary file and just load it to RAM.