Skip to content

Commit

Permalink
fix: additive scene example
Browse files Browse the repository at this point in the history
NRE loading tank on the far right corner
  • Loading branch information
paulpach committed Mar 20, 2020
1 parent 8df75a8 commit 9fa0169
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Assets/Mirror/Examples/AdditiveScenes/Prefabs/Tank.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ MonoBehaviour:
m_EditorClassIdentifier:
syncMode: 0
syncInterval: 0.1
visRange: 10
visUpdateInterval: 0.1
checkMethod: 0
forceHidden: 0
castLayers:
VisibilityRange: 10
VisibilityUpdateInterval: 1
ActualCheckMethod: 0
ForceHidden: 0
CastLayers:
serializedVersion: 2
m_Bits: 256
m_Bits: 4294967295
--- !u!114 &160176461
MonoBehaviour:
m_ObjectHideFlags: 0
Expand All @@ -87,8 +87,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
syncMode: 0
syncInterval: 0.1
clientAuthority: 0
animator: {fileID: 160176460}
ClientAuthority: 0
Animator: {fileID: 160176460}
--- !u!95 &160176460
Animator:
serializedVersion: 3
Expand Down Expand Up @@ -334,6 +334,7 @@ SkinnedMeshRenderer:
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
Expand Down

0 comments on commit 9fa0169

Please sign in to comment.