add hybridclr package to Obfuz project
parent
da47e1283d
commit
4fd71a30c3
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue