Compare commits

...

3 Commits

Author SHA1 Message Date
YangHua a113527388 1 2024-09-05 13:33:02 +08:00
YangHua 670d9947d4 Merge branch 'main' of http://37c67607.r5.cpolar.top/WangWeiZhi/YanCheng_Metrology 2024-09-05 13:23:44 +08:00
YangHua ee0bc2049b 1 2024-09-05 13:23:39 +08:00
6 changed files with 12 additions and 15 deletions

View File

@ -13,7 +13,7 @@ Material:
m_InvalidKeywords: [] m_InvalidKeywords: []
m_LightmapFlags: 4 m_LightmapFlags: 4
m_EnableInstancingVariants: 0 m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0 m_DoubleSidedGI: 1
m_CustomRenderQueue: -1 m_CustomRenderQueue: -1
stringTagMap: stringTagMap:
RenderType: Opaque RenderType: Opaque
@ -84,7 +84,7 @@ Material:
- _BumpScale: 1 - _BumpScale: 1
- _ClearCoatMask: 0 - _ClearCoatMask: 0
- _ClearCoatSmoothness: 0 - _ClearCoatSmoothness: 0
- _Cull: 2 - _Cull: 0
- _Cutoff: 0.5 - _Cutoff: 0.5
- _DetailAlbedoMapScale: 1 - _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1 - _DetailNormalMapScale: 1

View File

@ -13,7 +13,7 @@ GameObject:
- component: {fileID: 2399593117452945568} - component: {fileID: 2399593117452945568}
- component: {fileID: 3910755197489471127} - component: {fileID: 3910755197489471127}
- component: {fileID: 7005868485670428847} - component: {fileID: 7005868485670428847}
m_Layer: 0 m_Layer: 9
m_Name: Player m_Name: Player
m_TagString: Player m_TagString: Player
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
@ -66,6 +66,7 @@ MonoBehaviour:
zoomKey: 324 zoomKey: 324
zoomFOV: 30 zoomFOV: 30
zoomStepTime: 5 zoomStepTime: 5
zoomScale: 1
playerCanMove: 1 playerCanMove: 1
stopForce: 1 stopForce: 1
walkSpeed: 5 walkSpeed: 5
@ -147,7 +148,7 @@ GameObject:
- component: {fileID: 2399593117623680741} - component: {fileID: 2399593117623680741}
- component: {fileID: 2399593117623680740} - component: {fileID: 2399593117623680740}
- component: {fileID: 2399593117623680743} - component: {fileID: 2399593117623680743}
m_Layer: 0 m_Layer: 9
m_Name: Main Camera m_Name: Main Camera
m_TagString: MainCamera m_TagString: MainCamera
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
@ -264,7 +265,7 @@ GameObject:
- component: {fileID: 2399593117846495248} - component: {fileID: 2399593117846495248}
- component: {fileID: 2399593117846495251} - component: {fileID: 2399593117846495251}
- component: {fileID: 2399593117846495250} - component: {fileID: 2399593117846495250}
m_Layer: 0 m_Layer: 9
m_Name: Capsule m_Name: Capsule
m_TagString: Untagged m_TagString: Untagged
m_Icon: {fileID: 0} m_Icon: {fileID: 0}

View File

@ -8,13 +8,7 @@ using UnityEngine;
/// </summary> /// </summary>
public class OfficeManager : SingletonMono<OfficeManager> public class OfficeManager : SingletonMono<OfficeManager>
{ {
//public int currentProcessID;
//public int currentSubProcessID;
//public int currentSubProcessStepID;
//public int currentSubProcessStepTriggerID;
/// <summary> /// <summary>
/// 手机 /// 手机
/// </summary> /// </summary>

View File

@ -5,7 +5,7 @@
<Process id="" processName="任务接受" processDes=""> <Process id="" processName="任务接受" processDes="">
<Step id="" subProcessName="查看任务单" isPrecondition="FALSE" precondition="" tipTitle="" tips="请先打看掌机,查看您接受到的任务工单"> <Step id="" subProcessName="查看任务单" isPrecondition="FALSE" precondition="" tipTitle="" tips="请点击移动作业终端,查看您接受到的任务工单">
<operation id="" subProcessStepName="查看任务单" isPrecondition="" precondition="Office" triggerID="手机" tipTitle="请点击桌面上的移动作业终端" score=""></operation> <operation id="" subProcessStepName="查看任务单" isPrecondition="" precondition="Office" triggerID="手机" tipTitle="请点击桌面上的移动作业终端" score=""></operation>
</Step> </Step>
</Process > </Process >

View File

@ -7,6 +7,7 @@ PhysicsManager:
m_Gravity: {x: 0, y: -9.81, z: 0} m_Gravity: {x: 0, y: -9.81, z: 0}
m_DefaultMaterial: {fileID: 0} m_DefaultMaterial: {fileID: 0}
m_BounceThreshold: 2 m_BounceThreshold: 2
m_DefaultMaxDepenetrationVelocity: 10
m_SleepThreshold: 0.005 m_SleepThreshold: 0.005
m_DefaultContactOffset: 0.01 m_DefaultContactOffset: 0.01
m_DefaultSolverIterations: 6 m_DefaultSolverIterations: 6
@ -17,7 +18,7 @@ PhysicsManager:
m_ClothInterCollisionDistance: 0.1 m_ClothInterCollisionDistance: 0.1
m_ClothInterCollisionStiffness: 0.2 m_ClothInterCollisionStiffness: 0.2
m_ContactsGeneration: 1 m_ContactsGeneration: 1
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff m_LayerCollisionMatrix: fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
m_AutoSimulation: 1 m_AutoSimulation: 1
m_AutoSyncTransforms: 0 m_AutoSyncTransforms: 0
m_ReuseCollisionCallbacks: 1 m_ReuseCollisionCallbacks: 1
@ -32,5 +33,6 @@ PhysicsManager:
m_FrictionType: 0 m_FrictionType: 0
m_EnableEnhancedDeterminism: 0 m_EnableEnhancedDeterminism: 0
m_EnableUnifiedHeightmaps: 1 m_EnableUnifiedHeightmaps: 1
m_ImprovedPatchFriction: 0
m_SolverType: 0 m_SolverType: 0
m_DefaultMaxAngularSpeed: 7 m_DefaultMaxAngularSpeed: 7

View File

@ -15,7 +15,7 @@ TagManager:
- BagRenderTexture - BagRenderTexture
- Tool - Tool
- Deveice - Deveice
- - Player
- -
- -
- -