File tree 7 files changed +58
-26
lines changed
7 files changed +58
-26
lines changed Original file line number Diff line number Diff line change 7
7
"UnityEngine.TestRunner",
8
8
"UnityEditor.TestRunner"
9
9
],
10
- "optionalUnityReferences": [
11
- "TestAssemblies"
12
- ],
13
10
"includePlatforms": [],
14
11
"excludePlatforms": [],
15
12
"allowUnsafeCode": false,
16
13
"overrideReferences": true,
17
14
"precompiledReferences": [
18
- "Zenject-usage.dll"
15
+ "Zenject-usage.dll",
16
+ "nunit.framework.dll"
19
17
],
20
18
"autoReferenced": false,
21
19
"defineConstraints": [
22
20
"UNITY_INCLUDE_TESTS"
23
21
],
24
- "versionDefines": []
22
+ "versionDefines": [],
23
+ "noEngineReferences": false
25
24
}
Original file line number Diff line number Diff line change 2
2
"name": "Zenject-IntegrationTests",
3
3
"references": [
4
4
"Zenject-TestFramework",
5
- "Zenject"
6
- ],
7
- "optionalUnityReferences": [
8
- "TestAssemblies"
5
+ "Zenject",
6
+ "UnityEngine.TestRunner",
7
+ "UnityEditor.TestRunner"
9
8
],
10
9
"includePlatforms": [],
11
10
"excludePlatforms": [],
12
11
"allowUnsafeCode": false,
13
- "overrideReferences": false,
14
- "precompiledReferences": [],
15
- "autoReferenced": true,
16
- "defineConstraints": [],
17
- "versionDefines": []
12
+ "overrideReferences": true,
13
+ "precompiledReferences": [
14
+ "nunit.framework.dll",
15
+ "Zenject-usage.dll"
16
+ ],
17
+ "autoReferenced": false,
18
+ "defineConstraints": [
19
+ "UNITY_INCLUDE_TESTS"
20
+ ],
21
+ "versionDefines": [],
22
+ "noEngineReferences": false
18
23
}
Original file line number Diff line number Diff line change 6
6
"UnityEngine.TestRunner",
7
7
"UnityEditor.TestRunner"
8
8
],
9
- "optionalUnityReferences": [
10
- "TestAssemblies"
11
- ],
12
9
"includePlatforms": [
13
10
"Editor"
14
11
],
15
12
"excludePlatforms": [],
16
13
"allowUnsafeCode": false,
17
14
"overrideReferences": true,
18
15
"precompiledReferences": [
19
- "Zenject-usage.dll"
16
+ "Zenject-usage.dll",
17
+ "nunit.framework.dll"
20
18
],
21
19
"autoReferenced": false,
22
20
"defineConstraints": [
23
21
"UNITY_INCLUDE_TESTS"
24
22
],
25
- "versionDefines": []
23
+ "versionDefines": [],
24
+ "noEngineReferences": false
26
25
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
+ "com.unity.2d.sprite" : " 1.0.0" ,
4
+ "com.unity.2d.tilemap" : " 1.0.0" ,
3
5
"com.unity.collab-proxy" : " 1.2.16" ,
4
- "com.unity.package-manager-ui" : " 2.1.2" ,
6
+ "com.unity.ide.rider" : " 1.1.0" ,
7
+ "com.unity.ide.vscode" : " 1.1.3" ,
8
+ "com.unity.test-framework" : " 1.1.3" ,
9
+ "com.unity.ugui" : " 1.0.0" ,
5
10
"com.unity.modules.ai" : " 1.0.0" ,
11
+ "com.unity.modules.androidjni" : " 1.0.0" ,
6
12
"com.unity.modules.animation" : " 1.0.0" ,
7
13
"com.unity.modules.assetbundle" : " 1.0.0" ,
8
14
"com.unity.modules.audio" : " 1.0.0" ,
Original file line number Diff line number Diff line change 3
3
--- !u!159 &1
4
4
EditorSettings :
5
5
m_ObjectHideFlags : 0
6
- serializedVersion : 3
6
+ serializedVersion : 9
7
7
m_ExternalVersionControlSupport : Visible Meta Files
8
8
m_SerializationMode : 2
9
- m_WebSecurityEmulationEnabled : 0
10
- m_WebSecurityEmulationHostUrl : http://www.mydomain.com/mygame.unity3d
9
+ m_LineEndingsForNewScripts : 1
11
10
m_DefaultBehaviorMode : 0
11
+ m_PrefabRegularEnvironment : {fileID: 0}
12
+ m_PrefabUIEnvironment : {fileID: 0}
12
13
m_SpritePackerMode : 0
14
+ m_SpritePackerPaddingPower : 1
15
+ m_EtcTextureCompressorBehavior : 0
16
+ m_EtcTextureFastCompressor : 2
17
+ m_EtcTextureNormalCompressor : 2
18
+ m_EtcTextureBestCompressor : 5
19
+ m_ProjectGenerationIncludedExtensions : txt;xml;fnt;cd;asmdef;asmref;rsp;asmref
20
+ m_ProjectGenerationRootNamespace :
21
+ m_CollabEditorSettings :
22
+ inProgressEnabled : 1
23
+ m_EnableTextureStreamingInEditMode : 1
24
+ m_EnableTextureStreamingInPlayMode : 1
25
+ m_AsyncShaderCompilation : 1
26
+ m_EnterPlayModeOptionsEnabled : 0
27
+ m_EnterPlayModeOptions : 3
28
+ m_ShowLightmapResolutionOverlay : 1
29
+ m_UseLegacyProbeSampleCount : 1
30
+ m_AssetPipelineMode : 1
31
+ m_CacheServerMode : 0
32
+ m_CacheServerEndpoint :
33
+ m_CacheServerNamespacePrefix : default
34
+ m_CacheServerEnableDownload : 1
35
+ m_CacheServerEnableUpload : 1
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2019.1.0f2
2
- m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c )
1
+ m_EditorVersion: 2019.3.0f1
2
+ m_EditorVersionWithRevision: 2019.3.0f1 (ffacea4b84e7 )
Original file line number Diff line number Diff line change 4
4
UnityConnectSettings :
5
5
m_ObjectHideFlags : 0
6
6
serializedVersion : 1
7
- m_Enabled : 1
7
+ m_Enabled : 0
8
8
m_TestMode : 0
9
9
m_EventOldUrl : https://api.uca.cloud.unity3d.com/v1/events
10
10
m_EventUrl : https://cdp.cloud.unity3d.com/v1/events
You can’t perform that action at this time.
0 commit comments