Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit c24247a

Browse files
authored
Fix mobile worker sdk plugin settings (#1183)
Fix CodeGen path name to use the correct casing
1 parent ca2abb6 commit c24247a

File tree

6 files changed

+190
-10
lines changed

6 files changed

+190
-10
lines changed

workers/unity/Packages/io.improbable.gdk.tools/GenerateCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal static class GenerateCode
2020

2121
private static readonly string CodegenTemplatePath = Path.Combine(Common.GetThisPackagePath(), ".CodeGenTemplate");
2222
private static readonly string CodegenExeDirectory = Path.Combine(Application.dataPath, "..", "build", "codegen");
23-
private static readonly string CodegenExe = Path.Combine(CodegenExeDirectory, "Codegen", "CodeGen.csproj");
23+
private static readonly string CodegenExe = Path.Combine(CodegenExeDirectory, "CodeGen", "CodeGen.csproj");
2424

2525
private static readonly string SchemaCompilerPath = Path.Combine(
2626
Common.GetPackagePath("io.improbable.worker.sdk"),

workers/unity/Packages/io.improbable.worker.sdk.mobile/Plugins/Improbable/Core/Android/arm64/libimprobable_worker.so.meta

Lines changed: 62 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/io.improbable.worker.sdk.mobile/Plugins/Improbable/Core/Android/armv7/libimprobable_worker.so.meta

Lines changed: 62 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/io.improbable.worker.sdk.mobile/Plugins/Improbable/Core/Android/x86/libimprobable_worker.so.meta

Lines changed: 61 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/io.improbable.worker.sdk.mobile/Plugins/Improbable/Core/iOS/arm/libimprobable_worker_static.a.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/io.improbable.worker.sdk.mobile/Plugins/Improbable/Core/iOS/x86_64/libimprobable_worker_static.a.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)