Skip to content

Commit

Permalink
Moved UNET Sharing code out into examples
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Mar 7, 2018
1 parent 701f292 commit b231520
Show file tree
Hide file tree
Showing 71 changed files with 78 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 4
serializedVersion: 5
m_Component:
- 4: {fileID: 4000010264513424}
- 33: {fileID: 33000010403557236}
- 65: {fileID: 65000012095097042}
- 23: {fileID: 23000013927414046}
- component: {fileID: 4000010264513424}
- component: {fileID: 33000010403557236}
- component: {fileID: 65000012095097042}
- component: {fileID: 23000013927414046}
m_Layer: 0
m_Name: Cube
m_TagString: Untagged
Expand All @@ -34,11 +34,11 @@ GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 4
serializedVersion: 5
m_Component:
- 4: {fileID: 4000011307205380}
- 114: {fileID: 114000013410669756}
- 114: {fileID: 114000013771453016}
- component: {fileID: 4000011307205380}
- component: {fileID: 114000013410669756}
- component: {fileID: 114000013771453016}
m_Layer: 0
m_Name: Player
m_TagString: Untagged
Expand All @@ -55,10 +55,10 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.2, y: 0.2, z: 0.2}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_Children: []
m_Father: {fileID: 4000011307205380}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!4 &4000011307205380
Transform:
m_ObjectHideFlags: 1
Expand All @@ -68,11 +68,11 @@ Transform:
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_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_Children:
- {fileID: 4000010264513424}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!23 &23000013927414046
MeshRenderer:
m_ObjectHideFlags: 1
Expand All @@ -82,25 +82,30 @@ MeshRenderer:
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_Materials:
- {fileID: 2100000, guid: 474f0e0481d4aa14e92a5ada98042f3a, type: 2}
m_SubsetIndices:
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_PreserveUVs: 1
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_SelectedWireframeHidden: 0
m_StitchLightmapSeams: 0
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
--- !u!33 &33000010403557236
MeshFilter:
Expand Down Expand Up @@ -165,3 +170,5 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
bullet: {fileID: 1000013437630216, guid: f59738f66a2923a44b1de68dd1887fd0, type: 2}
CanShareAnchors: 0
SharesSpatialAnchors: 0
Loading

0 comments on commit b231520

Please sign in to comment.