diff --git a/Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity b/Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity index e4e6ca8a..66166af5 100644 --- a/Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity +++ b/Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity @@ -8233,7 +8233,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1532577928} m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095} - m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811} + m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 653944309} @@ -8400,7 +8400,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1551644208} m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357} - m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462} + m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 653944309} diff --git a/Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity b/Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity index c1b0461d..ea0ab9af 100644 --- a/Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity +++ b/Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity @@ -8557,7 +8557,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1532577928} m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095} - m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811} + m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 653944309} @@ -8724,7 +8724,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1551644208} m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357} - m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462} + m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 653944309} diff --git a/Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs b/Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs index c7074ae8..7058af3e 100644 --- a/Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs +++ b/Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs @@ -81,7 +81,9 @@ public void UpdateValues() // reset mouse_hold = false; + H = CrossPlatformInputManager.GetAxis ("Horizontal"); + } } diff --git a/Assets/race-track-lake/Models/LakeTerrain.asset b/Assets/race-track-lake/Models/LakeTerrain.asset index 84238017..f1289fcf 100644 Binary files a/Assets/race-track-lake/Models/LakeTerrain.asset and b/Assets/race-track-lake/Models/LakeTerrain.asset differ