mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] HybridCLR newAble
[+] HybridCLR newAble
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.focus-creative-games.hybridclr_unity": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
|
||||||
"com.unity.2d.animation": "5.2.0",
|
"com.unity.2d.animation": "5.2.0",
|
||||||
"com.unity.2d.pixel-perfect": "4.0.1",
|
"com.unity.2d.pixel-perfect": "4.0.1",
|
||||||
"com.unity.2d.psdimporter": "4.3.0",
|
"com.unity.2d.psdimporter": "4.3.0",
|
||||||
@@ -47,5 +48,14 @@
|
|||||||
"com.unity.modules.vr": "1.0.0",
|
"com.unity.modules.vr": "1.0.0",
|
||||||
"com.unity.modules.wind": "1.0.0",
|
"com.unity.modules.wind": "1.0.0",
|
||||||
"com.unity.modules.xr": "1.0.0"
|
"com.unity.modules.xr": "1.0.0"
|
||||||
}
|
},
|
||||||
|
"scopedRegistries": [
|
||||||
|
{
|
||||||
|
"name": "hybridclr_unity",
|
||||||
|
"url": "https://package.openupm.cn",
|
||||||
|
"scopes": [
|
||||||
|
"com.focus-creative-games.hybridclr_unity"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.focus-creative-games.hybridclr_unity": {
|
||||||
|
"version": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "git",
|
||||||
|
"dependencies": {},
|
||||||
|
"hash": "bf6ae99dadfbc64e3a6f2dc7f63509a5b6b12621"
|
||||||
|
},
|
||||||
"com.unity.2d.animation": {
|
"com.unity.2d.animation": {
|
||||||
"version": "5.2.0",
|
"version": "5.2.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
30
ProjectSettings/HybridCLRSettings.asset
Normal file
30
ProjectSettings/HybridCLRSettings.asset
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &1
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: e189374413a3f00468e49d51d8b27a09, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
enable: 1
|
||||||
|
useGlobalIl2cpp: 0
|
||||||
|
hybridclrRepoURL: https://gitee.com/focus-creative-games/hybridclr
|
||||||
|
il2cppPlusRepoURL: https://gitee.com/focus-creative-games/il2cpp_plus
|
||||||
|
hotUpdateAssemblyDefinitions: []
|
||||||
|
hotUpdateAssemblies: []
|
||||||
|
preserveHotUpdateAssemblies: []
|
||||||
|
hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
|
||||||
|
externalHotUpdateAssembliyDirs: []
|
||||||
|
strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
|
||||||
|
patchAOTAssemblies: []
|
||||||
|
collectAssetReferenceTypes: 0
|
||||||
|
outputLinkFile: HybridCLRData/Generated/link.xml
|
||||||
|
outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs
|
||||||
|
maxGenericReferenceIteration: 10
|
||||||
|
maxMethodBridgeGenericIteration: 10
|
@@ -12,8 +12,8 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
|
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_EnablePreviewPackages: 0
|
m_EnablePreviewPackages: 1
|
||||||
m_EnablePackageDependencies: 0
|
m_EnablePackageDependencies: 1
|
||||||
m_AdvancedSettingsExpanded: 1
|
m_AdvancedSettingsExpanded: 1
|
||||||
m_ScopedRegistriesSettingsExpanded: 1
|
m_ScopedRegistriesSettingsExpanded: 1
|
||||||
oneTimeWarningShown: 1
|
oneTimeWarningShown: 1
|
||||||
@@ -24,20 +24,28 @@ MonoBehaviour:
|
|||||||
m_Scopes: []
|
m_Scopes: []
|
||||||
m_IsDefault: 1
|
m_IsDefault: 1
|
||||||
m_Capabilities: 7
|
m_Capabilities: 7
|
||||||
|
- m_Id: scoped:hybridclr_unity
|
||||||
|
m_Name: hybridclr_unity
|
||||||
|
m_Url: https://package.openupm.cn
|
||||||
|
m_Scopes:
|
||||||
|
- com.focus-creative-games.hybridclr_unity
|
||||||
|
m_IsDefault: 0
|
||||||
|
m_Capabilities: 0
|
||||||
m_UserSelectedRegistryName:
|
m_UserSelectedRegistryName:
|
||||||
m_UserAddingNewScopedRegistry: 0
|
m_UserAddingNewScopedRegistry: 0
|
||||||
m_RegistryInfoDraft:
|
m_RegistryInfoDraft:
|
||||||
m_ErrorMessage:
|
m_ErrorMessage:
|
||||||
m_Original:
|
m_Original:
|
||||||
m_Id:
|
m_Id: scoped:hybridclr_unity
|
||||||
m_Name:
|
m_Name: hybridclr_unity
|
||||||
m_Url:
|
m_Url: https://package.openupm.cn
|
||||||
m_Scopes: []
|
m_Scopes:
|
||||||
|
- com.focus-creative-games.hybridclr_unity
|
||||||
m_IsDefault: 0
|
m_IsDefault: 0
|
||||||
m_Capabilities: 0
|
m_Capabilities: 0
|
||||||
m_Modified: 0
|
m_Modified: 0
|
||||||
m_Name:
|
m_Name: hybridclr_unity
|
||||||
m_Url:
|
m_Url: https://package.openupm.cn
|
||||||
m_Scopes:
|
m_Scopes:
|
||||||
-
|
- com.focus-creative-games.hybridclr_unity
|
||||||
m_SelectedScopeIndex: 0
|
m_SelectedScopeIndex: 0
|
||||||
|
Reference in New Issue
Block a user