Compare commits

..

No commits in common. "2534a5ffb3814f592ac145815358829b746a76b0" and "1b9132efd686de4f23739b42bba59e18a25b9f64" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

@ -130,7 +130,6 @@
<Compile Include="Assets\Script\Manaegr\CarInputManager.cs" />
<Compile Include="Assets\Script\Old\YiCHongDianFei.cs" />
<Compile Include="Assets\Script\Manaegr\GameFlowManager.cs" />
<Compile Include="Assets\Script\DianDongCheManager.cs" />
<Compile Include="Assets\SuperSplinesPro\Scripts\Animation\SplineAnimatorClosestPoint.cs" />
<Compile Include="Assets\UTS\Scripts\Car\EasySuspension.cs" />
<Compile Include="Assets\Script\CarGearControl.cs" />
@ -212,7 +211,6 @@
<Compile Include="Assets\Script\Old\Radio.cs" />
<Compile Include="Assets\SuperSplinesPro\SuperSplines\Spline\SplineDistanceFunctions.cs" />
<Compile Include="Assets\UTS\Scripts\Traffic Light\View Semaphores\ViewPeopleSemaphore.cs" />
<Compile Include="Assets\Script\DianDongCheTrigger.cs" />
<Compile Include="Assets\SuperSplinesPro\Scripts\Animation\SplineAnimatorCustomValue.cs" />
<Compile Include="Assets\EVP5\Scripts\Tools\TextureCanvas.cs" />
<Compile Include="Assets\Plugin\FXVShieldEffect\Scripts\FXVShieldHit.cs" />
@ -418,6 +416,8 @@
<Compile Include="Assets\Script\Old\Trigger_road.cs" />
<Compile Include="Assets\Script\Old\Early_Warning.cs" />
<Compile Include="Assets\Script\Manaegr\CarTempManager.cs" />
<Compile Include="Assets\Script\DianDongCheTrigger.cs" />
<Compile Include="Assets\Script\DianDongCheManager.cs" />
<None Include="Assets\Plugin\Standard Assets\Effects\ImageEffects\Shaders\Tonemapper.shader" />
<None Include="Assets\Plugin\Hard Surface Pro\HardSurface Shaders\HardSurfaceProScreenSpaceReflection.cginc" />
<None Include="Assets\Plugin\Hard Surface Pro\HardSurface Shaders\HardSurface Free Opaque Specular.shader" />

View File

@ -897874,10 +897874,6 @@ PrefabInstance:
propertyPath: m_Name
value: SK_Goat
objectReference: {fileID: 0}
- target: {fileID: 100094, guid: dc6ab60c171bed148860b1908544004c, type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 400094, guid: dc6ab60c171bed148860b1908544004c, type: 3}
propertyPath: m_RootOrder
value: 9

View File

@ -8,9 +8,9 @@ namespace Script
private void OnTriggerEnter(Collider other)
{
Debug.Log(other.name);
DianDongCheManager.Instance.ControlAnimation();
}
}
}