Porrith Suong / InitialPrefabs Open Source

Created Sun, 13 Oct 2024 19:57:14 -0400 Modified Sun, 13 Oct 2024 20:35:48 -0400
165 Words

ImportOverrides

demo

Import Overrides is a custom gui that aims to enhance the import pipeline. When importing Textures through a custom asset post processor, you often have to set the texture settings yourself manually through code. If you’re aiming to create a visual importer, you would need to write teh GUI yourself. This package provides the GUI by default to TextureImporterSettings and TextureImporterPlatformSettings allowing you to create your own visual + scriptable import pipeline.


InitialPrefabs.Msdf

visual

This is an implementation of MSDF Font Rendering. This allows for crispy sharp fonts at a fraction of the size compared to SDF rendering. SDF rendering does provide effets such as a glowing effect which MSDF loses out on, but that can be rememedied by providing an SDF field to the Alpha channel.

This repo shows how to render a glyph orthographically, but does not provide text layout. Italics and bold also do not exist at the moment. This work exists to integrate with my custom 1 draw call ui: Nimgui.