File tree Expand file tree Collapse file tree 4 files changed +33
-28
lines changed Expand file tree Collapse file tree 4 files changed +33
-28
lines changed Original file line number Diff line number Diff line change 6
6
"description" : " webp made easy for Unity3d." ,
7
7
"keywords" : [" webp" ," unity.webp" ],
8
8
"license" : " MIT" ,
9
- "category" : " image" ,
10
- "dependencies" : {
11
- "com.system-community.systemruntimecompilerservicesunsafe" : " 6.0.0"
12
- }
9
+ "category" : " image"
13
10
}
Original file line number Diff line number Diff line change 39
39
"com.unity.modules.vr" : " 1.0.0" ,
40
40
"com.unity.modules.wind" : " 1.0.0" ,
41
41
"com.unity.modules.xr" : " 1.0.0" ,
42
- "com.system-community.systemruntimecompilerservicesunsafe" : " https://github.com/system-community/SystemRuntimeCompilerServicesUnsafe.git?path=Assets/_Root#6.0.0"
43
- }
42
+ "org.nuget.system.runtime.compilerservices.unsafe" : " 6.0.0"
43
+ },
44
+ "scopedRegistries" : [
45
+ {
46
+ "name" : " Unity NuGet" ,
47
+ "url" : " https://unitynuget-registry.azurewebsites.net" ,
48
+ "scopes" : [
49
+ " org.nuget"
50
+ ]
51
+ }
52
+ ]
44
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "com.system-community.systemruntimecompilerservicesunsafe" : {
4
- "version" : " https://github.com/system-community/SystemRuntimeCompilerServicesUnsafe.git?path=Assets/_Root#6.0.0" ,
5
- "depth" : 0 ,
6
- "source" : " git" ,
7
- "dependencies" : {},
8
- "hash" : " 85fa84e534a422b09e7f1f334735e73215cb17f5"
9
- },
10
3
"com.unity.2d.sprite" : {
11
4
"version" : " 1.0.0" ,
12
5
"depth" : 0 ,
80
73
"com.unity.modules.imgui" : " 1.0.0"
81
74
}
82
75
},
76
+ "org.nuget.system.runtime.compilerservices.unsafe" : {
77
+ "version" : " 6.0.0" ,
78
+ "depth" : 0 ,
79
+ "source" : " registry" ,
80
+ "dependencies" : {},
81
+ "url" : " https://unitynuget-registry.azurewebsites.net"
82
+ },
83
83
"com.unity.modules.ai" : {
84
84
"version" : " 1.0.0" ,
85
85
"depth" : 0 ,
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ MonoBehaviour:
12
12
m_Script : {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
13
13
m_Name :
14
14
m_EditorClassIdentifier :
15
- m_EnablePreviewPackages : 0
15
+ m_EnablePreReleasePackages : 0
16
16
m_EnablePackageDependencies : 0
17
17
m_AdvancedSettingsExpanded : 1
18
18
m_ScopedRegistriesSettingsExpanded : 1
19
+ m_SeeAllPackageVersions : 0
19
20
oneTimeWarningShown : 0
20
21
m_Registries :
21
22
- m_Id : main
@@ -24,20 +25,18 @@ MonoBehaviour:
24
25
m_Scopes : []
25
26
m_IsDefault : 1
26
27
m_Capabilities : 7
27
- m_UserSelectedRegistryName :
28
+ - m_Id : scoped:Unity NuGet
29
+ m_Name : Unity NuGet
30
+ m_Url : https://unitynuget-registry.azurewebsites.net
31
+ m_Scopes :
32
+ - org.nuget
33
+ m_IsDefault : 0
34
+ m_Capabilities : 0
35
+ m_UserSelectedRegistryName : Unity NuGet
28
36
m_UserAddingNewScopedRegistry : 0
29
37
m_RegistryInfoDraft :
30
- m_ErrorMessage :
31
- m_Original :
32
- m_Id :
33
- m_Name :
34
- m_Url :
35
- m_Scopes : []
36
- m_IsDefault : 0
37
- m_Capabilities : 0
38
38
m_Modified : 0
39
- m_Name :
40
- m_Url :
41
- m_Scopes :
42
- -
43
- m_SelectedScopeIndex : 0
39
+ m_ErrorMessage :
40
+ m_UserModificationsInstanceId : -828
41
+ m_OriginalInstanceId : -830
42
+ m_LoadAssets : 0
You can’t perform that action at this time.
0 commit comments