-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed thirdparty dependencies to reduce path length, avoiding possi…
…ble issues on Windows.
- Loading branch information
1 parent
d353d2c
commit 9e70d61
Showing
10 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions
8
Packages/halodi-unity-package-creator/ThirdParty/Newtonsoft.Json.meta
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Packages/halodi-unity-package-creator/ThirdParty/Newtonsoft.Json/README.md
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
Packages/halodi-unity-package-creator/ThirdParty/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Third party libraries | ||
|
||
To avoid conflicts between packages all third party managed DLL's are prefixed with "78E813DA", which is the CRC32 hash of "com.halodi.halodi-unity-package-creator". | ||
|
||
Due to the 260 character limit on windows paths, we avoid prefixing the DLL names with "com.halodi.halodi-unity-package-creator" | ||
|
||
## NewtonSoft JSON | ||
|
||
https://www.newtonsoft.com/json | ||
License: MIT (see LICENSE.Newtonsoft.Json) |
2 changes: 1 addition & 1 deletion
2
...ThirdParty/Newtonsoft.Json/README.md.meta → ...package-creator/ThirdParty/README.md.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ | |
"com.unity.modules.wind": "1.0.0", | ||
"com.unity.modules.xr": "1.0.0" | ||
} | ||
} | ||
} |