diff --git a/Obfuz/Packages/manifest.json b/Obfuz/Packages/manifest.json index 778eb57..3a34c71 100644 --- a/Obfuz/Packages/manifest.json +++ b/Obfuz/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.code-philosophy.hybridclr": "https://github.com/focus-creative-games/hybridclr_unity.git", "com.unity.ide.visualstudio": "2.0.23", "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10", "com.unity.modules.assetbundle": "1.0.0", diff --git a/Obfuz/Packages/packages-lock.json b/Obfuz/Packages/packages-lock.json index 0dd06dc..db27b13 100644 --- a/Obfuz/Packages/packages-lock.json +++ b/Obfuz/Packages/packages-lock.json @@ -1,11 +1,24 @@ { "dependencies": { + "com.code-philosophy.hybridclr": { + "version": "https://github.com/focus-creative-games/hybridclr_unity.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "7a0032934b438ad20a4a691f8093ce1865824c42" + }, "com.code-philosophy.obfuz": { "version": "file:com.code-philosophy.obfuz", "depth": 0, "source": "embedded", "dependencies": {} }, + "com.code-philosophy.obfuz4hybridclr": { + "version": "file:com.code-philosophy.obfuz4hybridclr", + "depth": 0, + "source": "embedded", + "dependencies": {} + }, "com.unity.ext.nunit": { "version": "1.0.6", "depth": 2,