[unity] Fixed missing if-guard for old unity versions in last commit 6f54ee0. See #2966.

This commit is contained in:
Harald Csaszar 2025-12-04 20:12:09 +01:00
parent 6f54ee042d
commit d11afe9af2

View File

@ -33,7 +33,9 @@
using System.Collections.Generic;
using UnityEngine;
#if HAS_LIST_POOL
using UnityEngine.Pool;
#endif
using UnityEngine.UI;
namespace Spine.Unity {