master 2.1.0
neuecc 2021-01-07 17:43:35 +09:00
parent 5401b9b227
commit 52cdadc035
1 changed files with 2 additions and 6 deletions

View File

@ -8,20 +8,16 @@ using System.Threading;
#if UNITY_2019_3_OR_NEWER
using UnityEngine.LowLevel;
using PlayerLoopType = UnityEngine.PlayerLoop;
#else
using UnityEngine.Experimental.LowLevel;
using PlayerLoopType = UnityEngine.Experimental.PlayerLoop;
#endif
#if UNITY_EDITOR
using UnityEditor;
#endif
#if UNITY_2019_4_OR_NEWER
using PlayerLoopType = UnityEngine.PlayerLoop;
#else
using PlayerLoopType = UnityEngine.Experimental.PlayerLoop;
#endif
namespace Cysharp.Threading.Tasks
{
public static class UniTaskLoopRunners