Skip to content

Commit

Permalink
1.1.2 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed May 23, 2018
1 parent df2e84d commit df3f731
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 14 deletions.
Binary file added Assets/Plugins/FileBasedPrefs/FBPPDocs_1_1_2.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Plugins/FileBasedPrefs/FBPPDocs_1_1_2.pdf.meta

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

46 changes: 32 additions & 14 deletions Assets/Testing/test.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.44657868, g: 0.49641263, b: 0.57481706, a: 1}
m_IndirectSpecularColor: {r: 0.44657868, g: 0.49641263, b: 0.5748171, a: 1}
--- !u!157 &3
LightmapSettings:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -88,6 +88,7 @@ LightmapSettings:
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
m_PVRFilteringAtrousPositionSigmaIndirect: 2
m_PVRFilteringAtrousPositionSigmaAO: 1
m_ShowResolutionOverlay: 1
m_LightingDataAsset: {fileID: 0}
m_UseShadowmask: 1
--- !u!196 &4
Expand Down Expand Up @@ -188,8 +189,6 @@ GameObject:
- component: {fileID: 1411919812}
- component: {fileID: 1411919811}
- component: {fileID: 1411919810}
- component: {fileID: 1411919814}
- component: {fileID: 1411919815}
m_Layer: 0
m_Name: Main Camera
m_TagString: MainCamera
Expand Down Expand Up @@ -242,6 +241,7 @@ Camera:
m_TargetEye: 3
m_HDR: 1
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
Expand All @@ -259,27 +259,45 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1411919814
--- !u!1 &1522610457
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
serializedVersion: 5
m_Component:
- component: {fileID: 1522610459}
- component: {fileID: 1522610458}
m_Layer: 0
m_Name: TestController
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &1522610458
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1411919809}
m_GameObject: {fileID: 1522610457}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 92511505b90044544b6352a173154637, type: 3}
m_Script: {fileID: 11500000, guid: 6f2f803d6ec374b6cb472b478e173d0e, type: 3}
m_Name:
m_EditorClassIdentifier:
SpeedTest: 0
DeleteAtStart: 0
--- !u!114 &1411919815
MonoBehaviour:
--- !u!4 &1522610459
Transform:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1411919809}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 772e22343b74c405e84b6ca8e55f4bef, type: 3}
m_Name:
m_EditorClassIdentifier:
m_GameObject: {fileID: 1522610457}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

0 comments on commit df3f731

Please sign in to comment.