update sample

This commit is contained in:
Kirill Chikalin
2025-02-13 17:50:04 +03:00
parent 275dc598c7
commit bd35a522da
242 changed files with 940850 additions and 33728 deletions

View File

@@ -0,0 +1,24 @@
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
namespace space.chikalin.textdecal.Editor
{
[CustomEditor(typeof(TextMeshProSpline))]
public class TextMeshProSplineGUI : UnityEditor.Editor
{
public override void OnInspectorGUI()
{
base.OnInspectorGUI();
if (GUILayout.Button("Force Update"))
{
((TextMeshProSpline)target).ForceUpdate();
}
}
}
}
#endif

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 78fe3b0c1b554c8a86ac3a271be7fad9
timeCreated: 1733496012

View File

@@ -0,0 +1,19 @@
{
"name": "space.chikalin.textdecal.SampleCurvedText.Editor",
"rootNamespace": "",
"references": [
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:21d1eb854b91ade49bc69a263d12bee2",
"GUID:d8b63aba1907145bea998dd612889d6b",
"GUID:dd71501f22a1b524ab1b3b104b75b75e"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 85979704afd9f4017a2b5fe12834cb8b
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: