deprecate CylinderText in 2022

pull/458/head
SimonDarksideJ 2023-10-05 20:34:35 +01:00
parent 69c96ab471
commit 15cb41b838
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/// adaption for cylindrical bending by herbst
/// Credit Breyer
/// Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/#post-1777407
#if UNITY_2022_1_OR_NEWER
#if !UNITY_2022_1_OR_NEWER
namespace UnityEngine.UI.Extensions
{