renaming namspeac to Cysharp.Threading.Tasks and move to under Plugins/UniTask

This commit is contained in:
neuecc
2020-05-05 19:46:43 +09:00
parent a26a806b0f
commit d565f39dde
154 changed files with 118 additions and 190 deletions

View File

@@ -12,8 +12,8 @@ public static class PackageExporter
public static void Export()
{
// configure
var root = "UniRx.Async";
var exportPath = "./UniRx.Async.unitypackage";
var root = "UniTask";
var exportPath = "./UniTask.unitypackage";
var path = Path.Combine(Application.dataPath, root);
var assets = Directory.EnumerateFiles(path, "*", SearchOption.AllDirectories)