Skip to content

Commit bbc1af1

Browse files
committed
fix: Renamed DLLs so that they don't cause conflicts
1 parent 4d5c44b commit bbc1af1

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Editor/DLLs/System.Runtime.CompilerServices.Unsafe.dll renamed to Editor/DLLs/TypeReference_System.Runtime.CompilerServices.Unsafe.dll

File renamed without changes.

Editor/DLLs/System.Runtime.CompilerServices.Unsafe.dll.meta renamed to Editor/DLLs/TypeReference_System.Runtime.CompilerServices.Unsafe.dll.meta

File renamed without changes.

Editor/TypeReferences.Editor.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"allowUnsafeCode": false,
1414
"overrideReferences": true,
1515
"precompiledReferences": [
16-
"System.Memory.dll",
1716
"UnityEngineInternals.dll",
18-
"System.Runtime.CompilerServices.Unsafe.dll"
17+
"TypeReference_System.Memory.dll",
18+
"TypeReference_System.Runtime.CompilerServices.Unsafe.dll"
1919
],
2020
"autoReferenced": true,
2121
"defineConstraints": [],

0 commit comments

Comments
 (0)