Skip to content

Commit 03e1a67

Browse files
committed
fix
1 parent f306a03 commit 03e1a67

File tree

8 files changed

+31
-8
lines changed

8 files changed

+31
-8
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Assets/AssetStoreTools*
77
Logs/
88
UserSettings/
99

10-
# HybridCLR
11-
HybridCLRData
12-
1310
# Visual Studio cache directory
1411
.vs/
1512
.idea/
@@ -46,4 +43,7 @@ Assets/ResRaw/*
4643
ExtraAssets/*
4744
Assets/XLua/Gen/*
4845
Assets/StreamingAssets/*
49-
GameTools/FileServer/Content/*
46+
GameTools/FileServer/Content/*
47+
48+
# HybridCLR
49+
HybridCLRData

Assets/Content.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Content/excel.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Content/excel/Y语言.xlsx

15.2 KB
Binary file not shown.

Assets/Content/excel/Y语言.xlsx.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"com.saro.entities": "https://github.com/Sarofc/ecslite.git?path=/ecslite#v0.2.0",
77
"com.saro.entities.extension": "https://github.com/Sarofc/ecslite.git?path=/ecslite-extension#v0.2.0",
88
"com.saro.entities.unityeditor": "https://github.com/Sarofc/ecslite.git?path=/ecslite-unityeditor#v0.2.0",
9-
"com.saro.gtable": "https://github.com/Sarofc/GTable.git?path=/GTable.Core/src#v2.0.0",
9+
"com.saro.gtable": "https://github.com/Sarofc/GTable.git?path=/GTable.Core/src#v2.0.1",
1010
"com.saro.mgf.hybridclr": "https://github.com/Sarofc/com.saro.mgf.hybridclr.git#v1.0.0",
1111
"com.tayx.graphy": "https://github.com/Tayx94/graphy.git",
1212
"com.unity.2d.sprite": "1.0.0",

Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"hash": "42234a8f457d2d96e20e3cf5f761636a4cf7a707"
3030
},
3131
"com.saro.gtable": {
32-
"version": "https://github.com/Sarofc/GTable.git?path=/GTable.Core/src#v2.0.0",
32+
"version": "https://github.com/Sarofc/GTable.git?path=/GTable.Core/src#v2.0.1",
3333
"depth": 0,
3434
"source": "git",
3535
"dependencies": {},
36-
"hash": "5a561d0908da7a68ae84a28e1e2c6f095b6ac278"
36+
"hash": "afdf591320b08cd52244cd809ddabafc75919953"
3737
},
3838
"com.saro.mgf": {
3939
"version": "https://github.com/Sarofc/com.saro.mgf.git#v0.5.0",

ProjectSettings/HybridCLRSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MonoBehaviour:
3434
- Saro.MoonAsset.dll
3535
- Saro.Entities.dll
3636
- Saro.Entities.Extension.dll
37-
collectAssetReferenceTypes: 1
37+
collectAssetReferenceTypes: 0
3838
outputLinkFile: HybridCLRData/Generated/link.xml
3939
outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs
4040
maxGenericReferenceIteration: 10

0 commit comments

Comments
 (0)