Skip to content

Commit

Permalink
Gui hinzugefügt
Browse files Browse the repository at this point in the history
Kamera auswählbar, zu Roboter zoombar, Kamerageschwindigkeit einstellbar
  • Loading branch information
JuergenWetzel committed Jan 13, 2022
1 parent b0f34e7 commit 35fcd29
Show file tree
Hide file tree
Showing 15 changed files with 6,879 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Assets/Input.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions Assets/Input/InputSystem.inputsettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c46f07b5ed07e4e92aa78254188d3d10, type: 3}
m_Name: InputSystem.inputsettings
m_EditorClassIdentifier:
m_SupportedDevices: []
m_UpdateMode: 1
m_MaxEventBytesPerUpdate: 5242880
m_MaxQueuedEventsPerUpdate: 1000
m_CompensateForScreenOrientation: 1
m_FilterNoiseOnCurrent: 0
m_BackgroundBehavior: 0
m_EditorInputBehaviorInPlayMode: 0
m_DefaultDeadzoneMin: 0.125
m_DefaultDeadzoneMax: 0.925
m_DefaultButtonPressPoint: 0.5
m_ButtonReleaseThreshold: 0.75
m_DefaultTapTime: 0.2
m_DefaultSlowTapTime: 0.5
m_DefaultHoldTime: 0.4
m_TapRadius: 5
m_MultiTapDelayTime: 0.75
m_DisableRedundantEventsMerging: 0
m_iOSSettings:
m_MotionUsage:
m_Enabled: 0
m_Description:
8 changes: 8 additions & 0 deletions Assets/Input/InputSystem.inputsettings.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

241 changes: 241 additions & 0 deletions Assets/Input/PlaerInput.inputactions
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
{
"name": "PlaerInput",
"maps": [
{
"name": "Steuerung",
"id": "0c29fbf7-41ef-446c-8d19-8edbcf6e50e4",
"actions": [
{
"name": "Turn",
"type": "Button",
"id": "a3f0b720-ce7b-4d12-9c3e-2b2daec87589",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Move",
"type": "PassThrough",
"id": "644ef248-bd86-4307-9308-16c7adfafe6c",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Zoom",
"type": "Button",
"id": "a2249b90-28e7-48ab-80b5-067b75a4a448",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "ZoomScroll",
"type": "Value",
"id": "7f9d81a1-ef13-4983-a6af-1a9a724d7c8b",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Gui",
"type": "Button",
"id": "f756f682-0cd7-4673-88a9-b2d70065cc01",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "9b5620c6-5aa1-4abf-8ddf-f4eb7f771b6d",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "Turn",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "WASD",
"id": "5be64fd1-bf8c-4a67-82e6-8ece543a9bbd",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "7680e476-aa1f-42dd-9069-8d060f1c9406",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "bf671e27-34e3-4f9c-b3af-1188760b96f4",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "f77d4480-15b8-4931-a757-22bcd9ac1640",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "23d52939-5dee-4e06-b250-d6572f949324",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "Arrows",
"id": "e9dd09a5-da23-44c8-8457-3d20828758c6",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "d95cbb4a-e6d4-4a03-83bb-90a0ff331b92",
"path": "<Keyboard>/upArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "6754bec2-4dfa-4821-b66e-23d453df92c9",
"path": "<Keyboard>/downArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "bfdb7838-6a31-4c5d-88bb-2f18687b7df1",
"path": "<Keyboard>/leftArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "dc334138-8206-4370-9d93-3448afca3d2b",
"path": "<Keyboard>/rightArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "80a5243d-1157-4bc9-af2d-2507bfda4c2a",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "Zoom",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "eb407580-3862-4a58-aa94-a14f0233c576",
"path": "<Mouse>/scroll",
"interactions": "",
"processors": "",
"groups": "",
"action": "ZoomScroll",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "257c05ec-a34d-4553-8d78-d6c3b3c04ae9",
"path": "<Keyboard>/escape",
"interactions": "",
"processors": "",
"groups": "",
"action": "Gui",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "Gui",
"id": "1e5b6b1d-2cef-47a9-a34e-4555a6bc01af",
"actions": [
{
"name": "Gui",
"type": "Button",
"id": "6e27ab87-e606-4d4b-9c52-2b9037b2c30c",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "d14f17e2-7f72-4af4-9ee7-116512ab4409",
"path": "<Keyboard>/escape",
"interactions": "",
"processors": "",
"groups": "",
"action": "Gui",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}
14 changes: 14 additions & 0 deletions Assets/Input/PlaerInput.inputactions.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35fcd29

Please sign in to comment.