Skip to content
View mattdavisgames's full-sized avatar

Block or report mattdavisgames

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Unity asset post processor for conve... Unity asset post processor for converting images to Signed Distance Fields on import
    1
    /// By Matt Davis @mattdavisgames
    2
    /// Requires "SDF Toolkit Free" (or paid) by Catlike Coding (Jasper Flick)
    3
    /// Render using TextMeshPro/Distance Field SSD shader (res 512, gradient scale 52.2) (gradient scale = res * paddingRatio + 1)
    4
    ///
    5
    /// Original image must include a margin of ~10% (or paddingRatio) of the image resolution, to accomodate SDF gradient.