WeatherZone.prefab 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!1 &2920656495813483059
  4. GameObject:
  5. m_ObjectHideFlags: 0
  6. m_CorrespondingSourceObject: {fileID: 0}
  7. m_PrefabInstance: {fileID: 0}
  8. m_PrefabAsset: {fileID: 0}
  9. serializedVersion: 6
  10. m_Component:
  11. - component: {fileID: 2920656495813483062}
  12. - component: {fileID: 2920656495813483061}
  13. - component: {fileID: 2920656495813483060}
  14. m_Layer: 0
  15. m_Name: WeatherZone
  16. m_TagString: Untagged
  17. m_Icon: {fileID: 0}
  18. m_NavMeshLayer: 0
  19. m_StaticEditorFlags: 0
  20. m_IsActive: 0
  21. --- !u!4 &2920656495813483062
  22. Transform:
  23. m_ObjectHideFlags: 0
  24. m_CorrespondingSourceObject: {fileID: 0}
  25. m_PrefabInstance: {fileID: 0}
  26. m_PrefabAsset: {fileID: 0}
  27. m_GameObject: {fileID: 2920656495813483059}
  28. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  29. m_LocalPosition: {x: 904, y: 4, z: 438}
  30. m_LocalScale: {x: 1, y: 1, z: 1}
  31. m_ConstrainProportionsScale: 0
  32. m_Children: []
  33. m_Father: {fileID: 0}
  34. m_RootOrder: 0
  35. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  36. --- !u!114 &2920656495813483061
  37. MonoBehaviour:
  38. m_ObjectHideFlags: 0
  39. m_CorrespondingSourceObject: {fileID: 0}
  40. m_PrefabInstance: {fileID: 0}
  41. m_PrefabAsset: {fileID: 0}
  42. m_GameObject: {fileID: 2920656495813483059}
  43. m_Enabled: 1
  44. m_EditorHideFlags: 0
  45. m_Script: {fileID: 11500000, guid: baeda0a1d6b671b4790fdd0c3071e5d2, type: 3}
  46. m_Name:
  47. m_EditorClassIdentifier:
  48. currentWeatherType: {fileID: 11400000, guid: f736e404e0b052942bc41c35c50dccad, type: 2}
  49. nextWeatherType: {fileID: 11400000, guid: f736e404e0b052942bc41c35c50dccad, type: 2}
  50. autoWeatherChanges: 1
  51. weatherChangeIntervall: 1
  52. nextWeatherUpdate: 17722116.133333206
  53. weatherTypeList:
  54. - showEditor: 0
  55. weatherType: {fileID: 11400000, guid: f736e404e0b052942bc41c35c50dccad, type: 2}
  56. probability: 50.1
  57. seasonalProbability: 0
  58. probabilitySpring: 15.6
  59. probabilitySummer: 30.8
  60. probabilityAutumn: 46.5
  61. probabilityWinter: 0
  62. - showEditor: 0
  63. weatherType: {fileID: 11400000, guid: 6c589d06d1746d04a864437f71d0cc30, type: 2}
  64. probability: 50.9
  65. seasonalProbability: 1
  66. probabilitySpring: 0
  67. probabilitySummer: 0
  68. probabilityAutumn: 0
  69. probabilityWinter: 0
  70. - showEditor: 0
  71. weatherType: {fileID: 11400000, guid: de555bbfb870a794d8ba3d0d8e68f475, type: 2}
  72. probability: 50
  73. seasonalProbability: 1
  74. probabilitySpring: 0
  75. probabilitySummer: 0
  76. probabilityAutumn: 50
  77. probabilityWinter: 0
  78. zoneScale: {x: 1000, y: 500, z: 1000}
  79. zoneGizmoColor: {r: 1, g: 0, b: 0, a: 0.5254902}
  80. --- !u!65 &2920656495813483060
  81. BoxCollider:
  82. m_ObjectHideFlags: 0
  83. m_CorrespondingSourceObject: {fileID: 0}
  84. m_PrefabInstance: {fileID: 0}
  85. m_PrefabAsset: {fileID: 0}
  86. m_GameObject: {fileID: 2920656495813483059}
  87. m_Material: {fileID: 0}
  88. m_IsTrigger: 1
  89. m_Enabled: 1
  90. serializedVersion: 2
  91. m_Size: {x: 1000, y: 500, z: 1000}
  92. m_Center: {x: 0, y: 0, z: 0}