mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Cleanup disabled code.
This commit is contained in:
parent
ec36a1d6ec
commit
da0578ae64
@ -296,7 +296,7 @@ namespace Spine.Unity.Editor {
|
|||||||
// EditorGUILayout.Space();
|
// EditorGUILayout.Space();
|
||||||
// bool addSkeletonUtility = GUILayout.Button(buttonContent, GUILayout.Height(30));
|
// bool addSkeletonUtility = GUILayout.Button(buttonContent, GUILayout.Height(30));
|
||||||
// foreach (var t in targets) {
|
// foreach (var t in targets) {
|
||||||
// var component = t as SkeletonAnimation;
|
// var component = t as Component;
|
||||||
// if (addSkeletonUtility && component.GetComponent<SkeletonUtility>() == null)
|
// if (addSkeletonUtility && component.GetComponent<SkeletonUtility>() == null)
|
||||||
// component.gameObject.AddComponent<SkeletonUtility>();
|
// component.gameObject.AddComponent<SkeletonUtility>();
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user