Fix encoding.

This commit is contained in:
2023-03-26 23:25:20 +08:00
parent aafc326f95
commit 824f401b77
203 changed files with 227 additions and 224 deletions

View File

@@ -1,4 +1,4 @@
#if HDRP_10_7_OR_NEWER
#if HDRP_10_7_OR_NEWER
using UnityEngine;
using UnityEditor;
using UnityEditor.Rendering.HighDefinition;

View File

@@ -1,4 +1,4 @@
#if HDRP_10_7_OR_NEWER
#if HDRP_10_7_OR_NEWER
using UnityEngine;
using UnityEditor;
using UnityEditor.Rendering.HighDefinition;

View File

@@ -1,4 +1,4 @@
#if HDRP_10_7_OR_NEWER
#if HDRP_10_7_OR_NEWER
using UnityEngine;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
#if HDRP_10_7_OR_NEWER
#if HDRP_10_7_OR_NEWER
using UnityEngine;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEditorInternal;
using UnityEditorInternal;
using UnityEngine;
using UnityEngine.UI;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
namespace TMPro.EditorUtilities

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEngine.TextCore.Text;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
namespace TMPro.EditorUtilities

View File

@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using UnityEngine;
using UnityEngine.TextCore.Text;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using UnityEditor.UI;
using UnityEngine.UI;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
@@ -93,4 +93,4 @@ namespace TMPro.EditorUtilities
}
}
}
}
}

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEngine.TextCore.Text;

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEngine.TextCore;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEngine.TextCore.Text;
using UnityEditor;
using UnityEditor.UI;

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using System.IO;

View File

@@ -1,4 +1,4 @@
#if !UNITY_2018_3_OR_NEWER
#if !UNITY_2018_3_OR_NEWER
using UnityEditor;
namespace TMPro
@@ -40,4 +40,4 @@ namespace TMPro
}
}
}
#endif
#endif

View File

@@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using UnityEditor;
using UnityEngine;
using UnityEngine.TextCore.Text;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
namespace TMPro.EditorUtilities

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEngine.TextCore.Text;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using UnityEditor.TextCore.Text;

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;

View File

@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using UnityEngine;
using UnityEngine.TextCore.Text;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System.Collections;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System.Collections;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System.Collections;

View File

@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using UnityEngine;
using UnityEngine.TextCore.Text;
using UnityEditor;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using UnityEditor.Presets;
using UnityEditor.SceneManagement;

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System.Linq;
using System.Collections;
@@ -50,4 +50,4 @@ namespace TMPro.EditorUtilities
}
}
}

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
namespace TMPro

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace TMPro
{