deprecate CylinderText in 2022
parent
69c96ab471
commit
15cb41b838
|
@ -1,7 +1,7 @@
|
||||||
/// adaption for cylindrical bending by herbst
|
/// adaption for cylindrical bending by herbst
|
||||||
/// Credit Breyer
|
/// Credit Breyer
|
||||||
/// Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/#post-1777407
|
/// 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
|
namespace UnityEngine.UI.Extensions
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue