Skip to content

Commit f7b43fd

Browse files
committed
resolve build directory creation
1 parent 81069e8 commit f7b43fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Editor/LLMBuildProcessor.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public void OnPreprocessBuild(BuildReport report)
3333
platform = "ios";
3434
break;
3535
}
36-
LLMBuilder.HideLibraryPlatforms(platform);
37-
LLMBuilder.BuildModels();
36+
LLMBuilder.Build(platform);
3837
AssetDatabase.Refresh();
3938
}
4039

0 commit comments

Comments
 (0)