Skip to content

Commit 0e371cb

Browse files
committed
Upgrade Unity to 2021.3.4f1
1 parent 5aa79ae commit 0e371cb

17 files changed

+228
-87
lines changed

GoingHyper2021/Assets/Japanese Coin/Materials/DefaultMat.mat

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Japanese Coin/Materials/DefaultMat.mat.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Plugins/GameTemplate/Scripts/Input/PlayerInputActions.cs

+27-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4-
// version 1.1.0
4+
// version 1.3.0
55
// from Assets/ScriptableObjects/Input/PlayerInputActions.inputactions
66
//
77
// Changes to this file may cause incorrect behavior and will be lost if
@@ -33,23 +33,26 @@ public @PlayerInputActions()
3333
""id"": ""fee53e44-66a7-49c0-8d3a-53a5a20a4e2a"",
3434
""expectedControlType"": ""Vector2"",
3535
""processors"": """",
36-
""interactions"": """"
36+
""interactions"": """",
37+
""initialStateCheck"": true
3738
},
3839
{
3940
""name"": ""Look"",
4041
""type"": ""Value"",
4142
""id"": ""15fcc27f-7476-491b-bf84-3fbc33a9605b"",
4243
""expectedControlType"": ""Vector2"",
4344
""processors"": """",
44-
""interactions"": """"
45+
""interactions"": """",
46+
""initialStateCheck"": true
4547
},
4648
{
4749
""name"": ""Fire"",
4850
""type"": ""Button"",
4951
""id"": ""0e8bb055-53f6-44d8-a791-990bff3c66ec"",
5052
""expectedControlType"": ""Button"",
5153
""processors"": """",
52-
""interactions"": """"
54+
""interactions"": """",
55+
""initialStateCheck"": false
5356
}
5457
],
5558
""bindings"": [
@@ -219,79 +222,89 @@ public @PlayerInputActions()
219222
""id"": ""c2506aac-a568-4497-b1b6-4497f4101498"",
220223
""expectedControlType"": ""Vector2"",
221224
""processors"": """",
222-
""interactions"": """"
225+
""interactions"": """",
226+
""initialStateCheck"": true
223227
},
224228
{
225229
""name"": ""Submit"",
226230
""type"": ""Button"",
227231
""id"": ""059443ff-1df5-4ba4-8719-003e5e38da55"",
228232
""expectedControlType"": ""Button"",
229233
""processors"": """",
230-
""interactions"": """"
234+
""interactions"": """",
235+
""initialStateCheck"": false
231236
},
232237
{
233238
""name"": ""Cancel"",
234239
""type"": ""Button"",
235240
""id"": ""5bc87ef4-04c2-4c6d-821e-9d826e3373c4"",
236241
""expectedControlType"": ""Button"",
237242
""processors"": """",
238-
""interactions"": """"
243+
""interactions"": """",
244+
""initialStateCheck"": false
239245
},
240246
{
241247
""name"": ""Point"",
242248
""type"": ""PassThrough"",
243249
""id"": ""53a7ff18-cdd6-4e66-a5ea-b61aa26d1da0"",
244250
""expectedControlType"": ""Vector2"",
245251
""processors"": """",
246-
""interactions"": """"
252+
""interactions"": """",
253+
""initialStateCheck"": false
247254
},
248255
{
249256
""name"": ""Click"",
250257
""type"": ""PassThrough"",
251258
""id"": ""e177429c-a8b1-42cb-bec0-86ebf5030d80"",
252259
""expectedControlType"": ""Button"",
253260
""processors"": """",
254-
""interactions"": """"
261+
""interactions"": """",
262+
""initialStateCheck"": false
255263
},
256264
{
257265
""name"": ""ScrollWheel"",
258266
""type"": ""PassThrough"",
259267
""id"": ""c1e2ef2f-91d7-49a4-818f-1ef4eccc4eab"",
260268
""expectedControlType"": ""Vector2"",
261269
""processors"": """",
262-
""interactions"": """"
270+
""interactions"": """",
271+
""initialStateCheck"": false
263272
},
264273
{
265274
""name"": ""MiddleClick"",
266275
""type"": ""PassThrough"",
267276
""id"": ""e9c820f8-b26d-4f65-bd0c-a5624da3ba57"",
268277
""expectedControlType"": """",
269278
""processors"": """",
270-
""interactions"": """"
279+
""interactions"": """",
280+
""initialStateCheck"": false
271281
},
272282
{
273283
""name"": ""RightClick"",
274284
""type"": ""PassThrough"",
275285
""id"": ""d2e2e7d0-a415-4b8a-b354-0f3beb687bdd"",
276286
""expectedControlType"": """",
277287
""processors"": """",
278-
""interactions"": """"
288+
""interactions"": """",
289+
""initialStateCheck"": false
279290
},
280291
{
281292
""name"": ""TabLeft"",
282293
""type"": ""Button"",
283294
""id"": ""127be72d-ac7a-4f75-a5fe-ce64595c55b1"",
284295
""expectedControlType"": ""Button"",
285296
""processors"": """",
286-
""interactions"": """"
297+
""interactions"": """",
298+
""initialStateCheck"": false
287299
},
288300
{
289301
""name"": ""TabRight"",
290302
""type"": ""Button"",
291303
""id"": ""97db5b17-6929-45a1-bd2f-53044ccfe227"",
292304
""expectedControlType"": ""Button"",
293305
""processors"": """",
294-
""interactions"": """"
306+
""interactions"": """",
307+
""initialStateCheck"": false
295308
}
296309
],
297310
""bindings"": [

GoingHyper2021/Assets/Plugins/GameTemplate/Sprites/Placeholders_UI/Shapes/Capsule.png.meta

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Plugins/GameTemplate/Sprites/Placeholders_UI/Shapes/HexagonFlat-Top.png.meta

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Plugins/GameTemplate/Sprites/Placeholders_UI/Shapes/HexagonPointed-Top.png.meta

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Plugins/GameTemplate/Sprites/Placeholders_UI/Shapes/IsometricDiamond.png.meta

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GoingHyper2021/Assets/Sprites/Barbarian_ArkRighy.png.meta

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)