From bd1c4afa6a11f1d9f79c8030a0229acc65372adf Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 25 Apr 2021 18:00:50 +0200 Subject: [PATCH] added README --- Assets/FPController/FPInput.inputactions | 35 +++++++++++++++++++++++- Assets/skybox/skyboxv1_usa_far.mat | 2 +- README.txt | 26 ++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 README.txt diff --git a/Assets/FPController/FPInput.inputactions b/Assets/FPController/FPInput.inputactions index 873ad28..0f5e79d 100644 --- a/Assets/FPController/FPInput.inputactions +++ b/Assets/FPController/FPInput.inputactions @@ -201,7 +201,7 @@ { "name": "", "id": "f50a54fb-bb76-4677-b455-65968df9c7a2", - "path": "/buttonSouth", + "path": "/buttonSouth", "interactions": "", "processors": "", "groups": "", @@ -220,6 +220,17 @@ "isComposite": false, "isPartOfComposite": false }, + { + "name": "", + "id": "1cf1d5dd-5218-4705-aeb0-4348efb3969d", + "path": "/buttonEast", + "interactions": "", + "processors": "", + "groups": "", + "action": "Dash", + "isComposite": false, + "isPartOfComposite": false + }, { "name": "", "id": "e38735ff-622f-4d8f-887e-721283315576", @@ -231,6 +242,17 @@ "isComposite": false, "isPartOfComposite": false }, + { + "name": "", + "id": "1d40d2f1-2dc9-486b-a729-15814a47e43d", + "path": "/buttonWest", + "interactions": "", + "processors": "", + "groups": "", + "action": "Hook", + "isComposite": false, + "isPartOfComposite": false + }, { "name": "", "id": "0fc0794e-f312-44a5-bca8-837df5578ab1", @@ -241,6 +263,17 @@ "action": "Attack", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "aaa7da10-7267-4382-a59b-cf46c8e9ba68", + "path": "/rightShoulder", + "interactions": "", + "processors": "", + "groups": "", + "action": "Attack", + "isComposite": false, + "isPartOfComposite": false } ] } diff --git a/Assets/skybox/skyboxv1_usa_far.mat b/Assets/skybox/skyboxv1_usa_far.mat index ce703bb..64a0de1 100644 --- a/Assets/skybox/skyboxv1_usa_far.mat +++ b/Assets/skybox/skyboxv1_usa_far.mat @@ -49,7 +49,7 @@ Material: m_Offset: {x: 0, y: 0} m_Floats: - _Exposure: 1 - - _Rotation: 243.09329 + - _Rotation: 29.97103 m_Colors: - _Color: {r: 1, g: 1, b: 1, a: 1} - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..601cdfb --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ +Aufgabe 1: + - Teil A + - Features: + - Controller support + - Double jump + - Dash + - Grappling hook + - Jump pads + - Kann projektile verschiesen + - HP anzeige +Aufgabe 2: + - Nachbau von der Unreal Tournament Karte "facing worlds" (https://www.youtube.com/watch?v=4vHZcZJTegQ) + - Verwendete assets: + - https://assetstore.unity.com/packages/2d/textures-materials/sky/earth-planets-skyboxes-53752 + - https://assetstore.unity.com/packages/2d/textures-materials/floors/stylized-terrain-texture-153469 +Aufgabe 3: + - Teil A + - Features: + - Bot mit animationen + - Kann den spieler entdecken und angreifen + - Verwendete assets: + - https://assetstore.unity.com/packages/essentials/asset-packs/standard-assets-for-unity-2018-4-32351 + +Video: + https://www.youtube.com/watch?v=B0HSb1Ff9n0 +