tuyoogame / YooAsset

unity3d resources management system
https://www.yooasset.com/
Apache License 2.0
2.25k stars 449 forks source link

2.1.2版本,打开SourceCode工程报错,没有ScriptableBuildPipeline 1.21.22版本。我用的团结引擎1.1.4 #310

Open pl01898759 opened 1 month ago

pl01898759 commented 1 month ago

如题。。。

gmhevinci commented 1 week ago
#if TUANJIE_1_0_OR_NEWER
            buildTasks.Add(new CreateBuiltInShadersBundle(builtInShaderBundleName));
#else
            buildTasks.Add(new CreateBuiltInBundle(builtInShaderBundleName));
#endif

能确认下宏没生效吗