mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[unity] Fixed missing if-guard for old unity versions in last commit 6f54ee0. See #2966.
This commit is contained in:
parent
6f54ee042d
commit
d11afe9af2
@ -33,7 +33,9 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
#if HAS_LIST_POOL
|
||||
using UnityEngine.Pool;
|
||||
#endif
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Spine.Unity {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user