Skip to content

Commit 00ebfe2

Browse files
committed
Fix ui test compilation under Unity
1 parent 0720b96 commit 00ebfe2

25 files changed

+1668
-2
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
2+
# Created by https://www.gitignore.io/api/Unity
3+
# Edit at https://www.gitignore.io/?templates=Unity
4+
5+
### Unity ###
6+
[Ll]ibrary/
7+
[Tt]emp/
8+
[Oo]bj/
9+
[Bb]uild/
10+
[Bb]uilds/
11+
[Ll]ogs/
12+
13+
# Never ignore Asset meta data
14+
![Aa]ssets/**/*.meta
15+
16+
# Uncomment this line if you wish to ignore the asset store tools plugin
17+
# [Aa]ssets/AssetStoreTools*
18+
19+
# Visual Studio cache directory
20+
.vs/
21+
22+
# Gradle cache directory
23+
.gradle/
24+
25+
# Autogenerated VS/MD/Consulo solution and project files
26+
ExportedObj/
27+
.consulo/
28+
*.unityproj
29+
*.sln
30+
*.suo
31+
*.tmp
32+
*.user
33+
*.userprefs
34+
*.pidb
35+
*.booproj
36+
*.svd
37+
*.pdb
38+
*.mdb
39+
*.opendb
40+
*.VC.db
41+
42+
# Unity3D generated meta files
43+
*.pidb.meta
44+
*.pdb.meta
45+
*.mdb.meta
46+
47+
# Unity3D generated file on crash reports
48+
sysinfo.txt
49+
50+
# Builds
51+
*.apk
52+
*.unitypackage
53+
54+
# Crashlytics generated file
55+
crashlytics-build.properties
56+
57+
58+
# End of https://www.gitignore.io/api/Unity
59+
60+
!*.dll
61+
!*.so
62+
!*.bundle
63+
!*.meta
64+
!*.rsp
65+
66+
*.sln
67+
/*.csproj
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Plugins.meta
2+
Plugins/
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"dependencies": {
3+
"com.unity.git.api": "file:../../../src/com.unity.git.api",
4+
"com.unity.git.ui": "file:../../../src/com.unity.git.ui",
5+
"com.unity.ext.nunit": "1.0.0",
6+
"com.unity.ide.rider": "1.1.0",
7+
"com.unity.ide.vscode": "1.1.2",
8+
"com.unity.package-manager-ui": "2.2.0",
9+
"com.unity.package-validation-suite": "0.7.10-preview",
10+
"com.unity.test-framework": "1.0.13",
11+
"com.unity.modules.imageconversion": "1.0.0",
12+
"com.unity.modules.imgui": "1.0.0",
13+
"com.unity.modules.jsonserialize": "1.0.0",
14+
"com.unity.modules.ui": "1.0.0"
15+
},
16+
"testables": [
17+
"com.unity.git.ui"
18+
]
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!11 &1
4+
AudioManager:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_Volume: 1
8+
Rolloff Scale: 1
9+
Doppler Factor: 1
10+
Default Speaker Mode: 2
11+
m_SampleRate: 0
12+
m_DSPBufferSize: 1024
13+
m_VirtualVoiceCount: 512
14+
m_RealVoiceCount: 32
15+
m_SpatializerPlugin:
16+
m_AmbisonicDecoderPlugin:
17+
m_DisableAudio: 0
18+
m_VirtualizeEffects: 1
19+
m_RequestedDSPBufferSize: 0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!236 &1
4+
ClusterInputManager:
5+
m_ObjectHideFlags: 0
6+
m_Inputs: []
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!55 &1
4+
PhysicsManager:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 10
7+
m_Gravity: {x: 0, y: -9.81, z: 0}
8+
m_DefaultMaterial: {fileID: 0}
9+
m_BounceThreshold: 2
10+
m_SleepThreshold: 0.005
11+
m_DefaultContactOffset: 0.01
12+
m_DefaultSolverIterations: 6
13+
m_DefaultSolverVelocityIterations: 1
14+
m_QueriesHitBackfaces: 0
15+
m_QueriesHitTriggers: 1
16+
m_EnableAdaptiveForce: 0
17+
m_ClothInterCollisionDistance: 0
18+
m_ClothInterCollisionStiffness: 0
19+
m_ContactsGeneration: 1
20+
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
21+
m_AutoSimulation: 1
22+
m_AutoSyncTransforms: 0
23+
m_ReuseCollisionCallbacks: 0
24+
m_ClothInterCollisionSettingsToggle: 0
25+
m_ContactPairsMode: 0
26+
m_BroadphaseType: 0
27+
m_WorldBounds:
28+
m_Center: {x: 0, y: 0, z: 0}
29+
m_Extent: {x: 250, y: 250, z: 250}
30+
m_WorldSubdivisions: 8
31+
m_FrictionType: 0
32+
m_EnableEnhancedDeterminism: 0
33+
m_EnableUnifiedHeightmaps: 1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1045 &1
4+
EditorBuildSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_Scenes: []
8+
m_configObjects: {}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!159 &1
4+
EditorSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 7
7+
m_ExternalVersionControlSupport: Hidden Meta Files
8+
m_SerializationMode: 2
9+
m_LineEndingsForNewScripts: 2
10+
m_DefaultBehaviorMode: 0
11+
m_PrefabRegularEnvironment: {fileID: 0}
12+
m_PrefabUIEnvironment: {fileID: 0}
13+
m_SpritePackerMode: 0
14+
m_SpritePackerPaddingPower: 1
15+
m_EtcTextureCompressorBehavior: 1
16+
m_EtcTextureFastCompressor: 1
17+
m_EtcTextureNormalCompressor: 2
18+
m_EtcTextureBestCompressor: 4
19+
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp
20+
m_ProjectGenerationRootNamespace:
21+
m_CollabEditorSettings:
22+
inProgressEnabled: 1
23+
m_EnableTextureStreamingInPlayMode: 1

0 commit comments

Comments
 (0)