Skip to content

Commit 3e60f80

Browse files
Merge pull request #1 from FireDragonGameStudio/upm
UPM package update + various bugfixes
2 parents 13aa4fd + 9c7a3d5 commit 3e60f80

File tree

129 files changed

+16373
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+16373
-124
lines changed

.utmp/RelWithDebInfo/4w3g184c/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2

Whitespace-only changes.

.utmp/RelWithDebInfo/4w3g184c/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1

Whitespace-only changes.

.utmp/RelWithDebInfo/4w3g184c/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2

Whitespace-only changes.

.utmp/RelWithDebInfo/4w3g184c/arm64-v8a/.cmake/api/v1/reply/cache-v2-dc7635a4409cbd984de9.json

Lines changed: 1415 additions & 0 deletions
Large diffs are not rendered by default.

.utmp/RelWithDebInfo/4w3g184c/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-ca209194013322942e88.json

Lines changed: 810 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"configurations" :
3+
[
4+
{
5+
"directories" :
6+
[
7+
{
8+
"build" : ".",
9+
"childIndexes" :
10+
[
11+
1
12+
],
13+
"jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json",
14+
"minimumCMakeVersion" :
15+
{
16+
"string" : "3.6.0"
17+
},
18+
"projectIndex" : 0,
19+
"source" : "."
20+
},
21+
{
22+
"build" : "GameActivity",
23+
"jsonFile" : "directory-GameActivity-RelWithDebInfo-3edf2ef9e25ca0503118.json",
24+
"minimumCMakeVersion" :
25+
{
26+
"string" : "3.4.1"
27+
},
28+
"parentIndex" : 0,
29+
"projectIndex" : 1,
30+
"source" : "GameActivity",
31+
"targetIndexes" :
32+
[
33+
0
34+
]
35+
}
36+
],
37+
"name" : "RelWithDebInfo",
38+
"projects" :
39+
[
40+
{
41+
"childIndexes" :
42+
[
43+
1
44+
],
45+
"directoryIndexes" :
46+
[
47+
0
48+
],
49+
"name" : "Unity"
50+
},
51+
{
52+
"directoryIndexes" :
53+
[
54+
1
55+
],
56+
"name" : "game",
57+
"parentIndex" : 0,
58+
"targetIndexes" :
59+
[
60+
0
61+
]
62+
}
63+
],
64+
"targets" :
65+
[
66+
{
67+
"directoryIndex" : 1,
68+
"id" : "game::@d02bb112ea9f9c2ed29f",
69+
"jsonFile" : "target-game-RelWithDebInfo-fd29a2849c35a6c89f23.json",
70+
"name" : "game",
71+
"projectIndex" : 1
72+
}
73+
]
74+
}
75+
],
76+
"kind" : "codemodel",
77+
"paths" :
78+
{
79+
"build" : "C:/Users/marku/Unity/SimpleWebRTC/.utmp/RelWithDebInfo/4w3g184c/arm64-v8a",
80+
"source" : "C:/Users/marku/Unity/SimpleWebRTC/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/src/main/cpp"
81+
},
82+
"version" :
83+
{
84+
"major" : 2,
85+
"minor" : 3
86+
}
87+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"backtraceGraph" :
3+
{
4+
"commands" : [],
5+
"files" : [],
6+
"nodes" : []
7+
},
8+
"installers" : [],
9+
"paths" :
10+
{
11+
"build" : ".",
12+
"source" : "."
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"backtraceGraph" :
3+
{
4+
"commands" : [],
5+
"files" : [],
6+
"nodes" : []
7+
},
8+
"installers" : [],
9+
"paths" :
10+
{
11+
"build" : "GameActivity",
12+
"source" : "GameActivity"
13+
}
14+
}
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"cmake" :
3+
{
4+
"generator" :
5+
{
6+
"multiConfig" : false,
7+
"name" : "Ninja"
8+
},
9+
"paths" :
10+
{
11+
"cmake" : "C:/Program Files/Unity/Hub/Editor/6000.0.41f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmake/3.22.1/bin/cmake.exe",
12+
"cpack" : "C:/Program Files/Unity/Hub/Editor/6000.0.41f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmake/3.22.1/bin/cpack.exe",
13+
"ctest" : "C:/Program Files/Unity/Hub/Editor/6000.0.41f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmake/3.22.1/bin/ctest.exe",
14+
"root" : "C:/Program Files/Unity/Hub/Editor/6000.0.41f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmake/3.22.1/share/cmake-3.22"
15+
},
16+
"version" :
17+
{
18+
"isDirty" : true,
19+
"major" : 3,
20+
"minor" : 22,
21+
"patch" : 1,
22+
"string" : "3.22.1-g37088a8-dirty",
23+
"suffix" : "g37088a8"
24+
}
25+
},
26+
"objects" :
27+
[
28+
{
29+
"jsonFile" : "codemodel-v2-241defdb1fd3118def92.json",
30+
"kind" : "codemodel",
31+
"version" :
32+
{
33+
"major" : 2,
34+
"minor" : 3
35+
}
36+
},
37+
{
38+
"jsonFile" : "cache-v2-dc7635a4409cbd984de9.json",
39+
"kind" : "cache",
40+
"version" :
41+
{
42+
"major" : 2,
43+
"minor" : 0
44+
}
45+
},
46+
{
47+
"jsonFile" : "cmakeFiles-v1-ca209194013322942e88.json",
48+
"kind" : "cmakeFiles",
49+
"version" :
50+
{
51+
"major" : 1,
52+
"minor" : 0
53+
}
54+
}
55+
],
56+
"reply" :
57+
{
58+
"client-agp" :
59+
{
60+
"cache-v2" :
61+
{
62+
"jsonFile" : "cache-v2-dc7635a4409cbd984de9.json",
63+
"kind" : "cache",
64+
"version" :
65+
{
66+
"major" : 2,
67+
"minor" : 0
68+
}
69+
},
70+
"cmakeFiles-v1" :
71+
{
72+
"jsonFile" : "cmakeFiles-v1-ca209194013322942e88.json",
73+
"kind" : "cmakeFiles",
74+
"version" :
75+
{
76+
"major" : 1,
77+
"minor" : 0
78+
}
79+
},
80+
"codemodel-v2" :
81+
{
82+
"jsonFile" : "codemodel-v2-241defdb1fd3118def92.json",
83+
"kind" : "codemodel",
84+
"version" :
85+
{
86+
"major" : 2,
87+
"minor" : 3
88+
}
89+
}
90+
}
91+
}
92+
}

0 commit comments

Comments
 (0)