diff --git a/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset index d860e73..545c3db 100644 --- a/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset +++ b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: LiberationSans SDF Material - m_Shader: {fileID: -6465566751694194690, guid: a3d800b099a06e0478fb790c5e79057a, type: 3} + m_Shader: {fileID: 4800000, guid: 6f9dc39644934f62a0a58b6547a988e5, type: 3} m_Parent: {fileID: 0} m_ModifiedSerializedProperties: 0 m_ValidKeywords: [] @@ -134,6 +134,7 @@ Material: - _ScaleY: 1 - _ShaderFlags: 1 - _Sharpness: 0 + - _Smoothness: 0 - _SoftParticlesEnabled: 0 - _SoftParticlesFarFadeDistance: 1 - _SoftParticlesNearFadeDistance: 0 @@ -160,6 +161,7 @@ Material: - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} - _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Emission: {r: 0, g: 0, b: 0, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} - _FaceColor: {r: 1, g: 1, b: 1, a: 1} @@ -181,6 +183,7 @@ Material: - _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0} - _Softness: {r: 0, g: 0, b: 0, a: 0} - _SpecColor: {r: 0, g: 0, b: 0, a: 1} + - _Specular: {r: 0, g: 0, b: 0, a: 1} - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} - _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} - _UnderlayOffset: {r: 0, g: 0, b: 0, a: 0} diff --git a/Packages/manifest.json b/Packages/manifest.json index 381e11e..61e361e 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -7,6 +7,7 @@ "com.unity.splines": "2.6.1", "com.unity.test-framework": "1.4.5", "com.unity.ugui": "2.0.0", + "space.chikalin.textdecal": "file:/Users/kirill/unity/textdecal/space.chikalin.textdecal", "com.unity.modules.accessibility": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index a66a83d..bc0f217 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -181,6 +181,12 @@ "com.unity.modules.imgui": "1.0.0" } }, + "space.chikalin.textdecal": { + "version": "file:/Users/kirill/unity/textdecal/space.chikalin.textdecal", + "depth": 0, + "source": "local", + "dependencies": {} + }, "com.unity.modules.accessibility": { "version": "1.0.0", "depth": 0,