Skip to content

Commit

Permalink
#4 More test level work
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisas committed Feb 17, 2017
1 parent 0bc486e commit d007527
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Assets/Scene/Test Scenes/Networking Test.unity
Original file line number Diff line number Diff line change
Expand Up @@ -2538,6 +2538,16 @@ Prefab:
propertyPath: m_RootOrder
value: 6
objectReference: {fileID: 0}
- target: {fileID: 114472324765550632, guid: 1f5a5c2f5a2e05644b7560c9e2f70755,
type: 2}
propertyPath: maxRecordingPeriod
value: 60
objectReference: {fileID: 0}
- target: {fileID: 114472324765550632, guid: 1f5a5c2f5a2e05644b7560c9e2f70755,
type: 2}
propertyPath: clockCompareMarginOfError
value: 0.1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 100100000, guid: 1f5a5c2f5a2e05644b7560c9e2f70755, type: 2}
m_IsPrefabParent: 0
Expand Down
101 changes: 100 additions & 1 deletion Assets/Scene/Test Scenes/Testing Custom Timereset.unity
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,16 @@ Prefab:
propertyPath: m_CullingMask.m_Bits
value: 4294966271
objectReference: {fileID: 0}
m_RemovedComponents: []
- target: {fileID: 11400000, guid: 5e9e851c0e142814dac026a256ba2ac0, type: 2}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
- target: {fileID: 100000, guid: 5e9e851c0e142814dac026a256ba2ac0, type: 2}
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 11400000, guid: 5e9e851c0e142814dac026a256ba2ac0, type: 2}
m_ParentPrefab: {fileID: 100100000, guid: 5e9e851c0e142814dac026a256ba2ac0, type: 2}
m_IsPrefabParent: 0
--- !u!1001 &1783078309
Expand Down Expand Up @@ -843,6 +852,96 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
recordedTransform: {fileID: 2053729386}
--- !u!114 &2053729383
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 2053729381}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2205f800aca91684ca02dde69aaddcda, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IsWalking: 0
m_WalkSpeed: 50
m_RunSpeed: 100
m_RunstepLenghten: 0.7
m_JumpSpeed: 10
m_StickToGroundForce: 10
m_GravityMultiplier: 2
m_MouseLook:
XSensitivity: 2
YSensitivity: 2
clampVerticalRotation: 1
MinimumX: -90
MaximumX: 90
smooth: 0
smoothTime: 5
lockCursor: 1
m_UseFovKick: 1
m_FovKick:
Camera: {fileID: 0}
originalFov: 0
FOVIncrease: 3
TimeToIncrease: 1
TimeToDecrease: 1
IncreaseCurve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_UseHeadBob: 1
m_HeadBob:
HorizontalBobRange: 0.1
VerticalBobRange: 0.1
Bobcurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 2
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- serializedVersion: 2
time: 0.5
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- serializedVersion: 2
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- serializedVersion: 2
time: 1.5
value: -1
inSlope: 0
outSlope: 0
tangentMode: 0
- serializedVersion: 2
time: 2
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
VerticaltoHorizontalRatio: 2
m_JumpBob:
BobDuration: 0.2
BobAmount: 0.1
m_StepInterval: 5
m_FootstepSounds:
- {fileID: 8300000, guid: 42e65e088b3f4374e851b8dbd38f3df9, type: 3}
- {fileID: 8300000, guid: 8bc94ec6ed537e743b481638bdcd503d, type: 3}
m_JumpSound: {fileID: 8300000, guid: 5897aeed9b676024fbb8c694b421a861, type: 3}
m_LandSound: {fileID: 8300000, guid: 3b09d59f4499d45428baa7a21e954296, type: 3}
--- !u!4 &2053729386 stripped
Transform:
m_PrefabParentObject: {fileID: 400000, guid: 5e9e851c0e142814dac026a256ba2ac0, type: 2}
Expand Down

0 comments on commit d007527

Please sign in to comment.