mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-17 04:30:13 +00:00
renaming namspeac to Cysharp.Threading.Tasks and move to under Plugins/UniTask
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user