Browse Source

NOTE 1: "MainLevel" scene made un Unity 5, ver.5.1.3f1

NOTE 2: If you require me to revert my Unity version and save the scene for v5.1.2f1 compatibility, let me know ASAP.

+ Created a new Unity scene named "MainLevel.unity" in the Scenes folder.
  (All prefab objects are in this scene.)

+ Most of the essential structures in the level have been set up.
  More props for purely aesthetic will be added later.

+ MainLevel scene uses "InputManager.asset" downloaded via Facebook chat on 29.8.15

+ Added objects from original Maya scaffold scene as seperate objects for prefab use.
+ Created a new folder named "Custom Meshes". Contains meshes for appropriate collision for certain objects
+ Added README text files to the following folders: Objects, Textures, ToonShading.
 (Certain README text files contain specific information including naming conventions. Please read for more info.)

KNOWN ISSUES:
- Interactable objects with the "moveable" tag and using a Mesh Collider have no effect on the magnet rods.
  When using a default RigidBody on such objects, the following console error occurs:

  "Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5"
  "If you want to use a non-convex mesh, either make the Rigidbody kinematic or remove the rigidbody component"

- The above error does not occur when "Is Kinematic" is ticked in the
  Rigidbody component; however the object cannot interact with the magnet rod.
master
Simon Tran 8 years ago
parent
commit
11e3b06f2e
114 changed files with 2479 additions and 1 deletions
  1. +9
    -0
      unity_Project/Assets/0bjects/Custom Meshes.meta
  2. +32
    -0
      unity_Project/Assets/0bjects/Custom Meshes/README_Custom_Meshes.txt
  3. +8
    -0
      unity_Project/Assets/0bjects/Custom Meshes/README_Custom_Meshes.txt.meta
  4. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_cargo_box_open.fbx
  5. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_cargo_box_open.fbx.meta
  6. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_frame_pole.fbx
  7. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_frame_pole.fbx.meta
  8. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_mine_cart.fbx
  9. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_mine_cart.fbx.meta
  10. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_pipe_large.fbx
  11. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_pipe_large.fbx.meta
  12. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_resource_bay.fbx
  13. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_resource_bay.fbx.meta
  14. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_default.fbx
  15. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_default.fbx.meta
  16. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_wall.fbx
  17. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_wall.fbx.meta
  18. BIN
      unity_Project/Assets/0bjects/Custom Meshes/mesh_silo.fbx
  19. +75
    -0
      unity_Project/Assets/0bjects/Custom Meshes/mesh_silo.fbx.meta
  20. BIN
      unity_Project/Assets/0bjects/Materials/lambert1.mat
  21. BIN
      unity_Project/Assets/0bjects/Materials/lambert2.mat
  22. +8
    -0
      unity_Project/Assets/0bjects/Materials/lambert2.mat.meta
  23. BIN
      unity_Project/Assets/0bjects/Materials/lambert3.mat
  24. +8
    -0
      unity_Project/Assets/0bjects/Materials/lambert3.mat.meta
  25. BIN
      unity_Project/Assets/0bjects/Materials/lambert4.mat
  26. +8
    -0
      unity_Project/Assets/0bjects/Materials/lambert4.mat.meta
  27. +54
    -0
      unity_Project/Assets/0bjects/README_Objects.txt
  28. +8
    -0
      unity_Project/Assets/0bjects/README_Objects.txt.meta
  29. +9
    -0
      unity_Project/Assets/0bjects/Terrain/Materials.meta
  30. BIN
      unity_Project/Assets/0bjects/Terrain/Materials/lambert1.mat
  31. +8
    -0
      unity_Project/Assets/0bjects/Terrain/Materials/lambert1.mat.meta
  32. +18
    -0
      unity_Project/Assets/0bjects/Terrain/README_Terrain.txt
  33. +8
    -0
      unity_Project/Assets/0bjects/Terrain/README_Terrain.txt.meta
  34. +27
    -0
      unity_Project/Assets/0bjects/Textures/README_Textures.txt
  35. +8
    -0
      unity_Project/Assets/0bjects/Textures/README_Textures.txt.meta
  36. BIN
      unity_Project/Assets/0bjects/obj_barricade.fbx
  37. +75
    -0
      unity_Project/Assets/0bjects/obj_barricade.fbx.meta
  38. BIN
      unity_Project/Assets/0bjects/obj_building_SAMPLE.fbx
  39. +75
    -0
      unity_Project/Assets/0bjects/obj_building_SAMPLE.fbx.meta
  40. BIN
      unity_Project/Assets/0bjects/obj_building_floor_SAMPLE.fbx
  41. +75
    -0
      unity_Project/Assets/0bjects/obj_building_floor_SAMPLE.fbx.meta
  42. BIN
      unity_Project/Assets/0bjects/obj_cargo_box_closed.fbx
  43. +75
    -0
      unity_Project/Assets/0bjects/obj_cargo_box_closed.fbx.meta
  44. BIN
      unity_Project/Assets/0bjects/obj_cargo_box_open.fbx
  45. +75
    -0
      unity_Project/Assets/0bjects/obj_cargo_box_open.fbx.meta
  46. BIN
      unity_Project/Assets/0bjects/obj_crate_small.fbx
  47. +75
    -0
      unity_Project/Assets/0bjects/obj_crate_small.fbx.meta
  48. BIN
      unity_Project/Assets/0bjects/obj_floor_TEST.fbx
  49. +75
    -0
      unity_Project/Assets/0bjects/obj_floor_TEST.fbx.meta
  50. BIN
      unity_Project/Assets/0bjects/obj_frame_pole.fbx
  51. +75
    -0
      unity_Project/Assets/0bjects/obj_frame_pole.fbx.meta
  52. BIN
      unity_Project/Assets/0bjects/obj_metal_beam.fbx
  53. +75
    -0
      unity_Project/Assets/0bjects/obj_metal_beam.fbx.meta
  54. BIN
      unity_Project/Assets/0bjects/obj_metal_frame.fbx
  55. +75
    -0
      unity_Project/Assets/0bjects/obj_metal_frame.fbx.meta
  56. BIN
      unity_Project/Assets/0bjects/obj_mine_cart.fbx
  57. +75
    -0
      unity_Project/Assets/0bjects/obj_mine_cart.fbx.meta
  58. BIN
      unity_Project/Assets/0bjects/obj_pipe_large.fbx
  59. +75
    -0
      unity_Project/Assets/0bjects/obj_pipe_large.fbx.meta
  60. BIN
      unity_Project/Assets/0bjects/obj_pipe_small.fbx
  61. +75
    -0
      unity_Project/Assets/0bjects/obj_pipe_small.fbx.meta
  62. BIN
      unity_Project/Assets/0bjects/obj_resource_bay.fbx
  63. +75
    -0
      unity_Project/Assets/0bjects/obj_resource_bay.fbx.meta
  64. BIN
      unity_Project/Assets/0bjects/obj_safety_pole.fbx
  65. +75
    -0
      unity_Project/Assets/0bjects/obj_safety_pole.fbx.meta
  66. BIN
      unity_Project/Assets/0bjects/obj_scaffold_default.fbx
  67. +75
    -0
      unity_Project/Assets/0bjects/obj_scaffold_default.fbx.meta
  68. BIN
      unity_Project/Assets/0bjects/obj_scaffold_wall_A.fbx
  69. +77
    -0
      unity_Project/Assets/0bjects/obj_scaffold_wall_A.fbx.meta
  70. BIN
      unity_Project/Assets/0bjects/obj_scaffold_wall_B.fbx
  71. +75
    -0
      unity_Project/Assets/0bjects/obj_scaffold_wall_B.fbx.meta
  72. BIN
      unity_Project/Assets/0bjects/obj_silo.fbx
  73. +75
    -0
      unity_Project/Assets/0bjects/obj_silo.fbx.meta
  74. BIN
      unity_Project/Assets/0bjects/obj_witch_hat.fbx
  75. +75
    -0
      unity_Project/Assets/0bjects/obj_witch_hat.fbx.meta
  76. BIN
      unity_Project/Assets/Standard Assets/Effects/ToonShading/Materials/ToonBasicOutline.mat
  77. +27
    -0
      unity_Project/Assets/Standard Assets/Effects/ToonShading/Textures/README_ToonShade.txt
  78. +8
    -0
      unity_Project/Assets/Standard Assets/Effects/ToonShading/Textures/README_ToonShade.txt.meta
  79. BIN
      unity_Project/Assets/_Scenes/MainLevel.unity
  80. +8
    -0
      unity_Project/Assets/_Scenes/MainLevel.unity.meta
  81. BIN
      unity_Project/Assets/prefabs/Barricade.prefab
  82. +8
    -0
      unity_Project/Assets/prefabs/Barricade.prefab.meta
  83. BIN
      unity_Project/Assets/prefabs/Cargo Box Closed.prefab
  84. +8
    -0
      unity_Project/Assets/prefabs/Cargo Box Closed.prefab.meta
  85. BIN
      unity_Project/Assets/prefabs/Cargo Box Double.prefab
  86. +8
    -0
      unity_Project/Assets/prefabs/Cargo Box Double.prefab.meta
  87. BIN
      unity_Project/Assets/prefabs/Frame Pole.prefab
  88. +8
    -0
      unity_Project/Assets/prefabs/Frame Pole.prefab.meta
  89. BIN
      unity_Project/Assets/prefabs/Pipe Large.prefab
  90. +8
    -0
      unity_Project/Assets/prefabs/Pipe Large.prefab.meta
  91. BIN
      unity_Project/Assets/prefabs/Resource Bay.prefab
  92. +8
    -0
      unity_Project/Assets/prefabs/Resource Bay.prefab.meta
  93. BIN
      unity_Project/Assets/prefabs/Scaffold Stack (Small).prefab
  94. +8
    -0
      unity_Project/Assets/prefabs/Scaffold Stack (Small).prefab.meta
  95. BIN
      unity_Project/Assets/prefabs/Scaffold Stack.prefab
  96. +8
    -0
      unity_Project/Assets/prefabs/Scaffold Stack.prefab.meta
  97. BIN
      unity_Project/Assets/prefabs/Scaffold Wall Stack.prefab
  98. +8
    -0
      unity_Project/Assets/prefabs/Scaffold Wall Stack.prefab.meta
  99. BIN
      unity_Project/Assets/prefabs/Silo.prefab
  100. +8
    -0
      unity_Project/Assets/prefabs/Silo.prefab.meta

+ 9
- 0
unity_Project/Assets/0bjects/Custom Meshes.meta View File

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 15e745278fa6efb4480e5d0ab69f916f
folderAsset: yes
timeCreated: 1441017120
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 32
- 0
unity_Project/Assets/0bjects/Custom Meshes/README_Custom_Meshes.txt View File

@ -0,0 +1,32 @@
======================================
PROJECT JUNKER
======================================
TEXT FILE LAST UPDATE: 31.8.2015
==========================================================================
> CUSTOM MESHES
==========================================================================
> Custom-shaped meshes should be used for objects with complex shapes
for proper object collision in-game.
> ***ONLY use a custom mesh WHERE NECESSARY. If an object will be used simplistically,
an appropriate mesh should be assigned in Unity (e.g. Box Collider)
> All customn meshes must be exported as a .FBX file.
> All custom meshes must be placed in the "Custom Meshes" folder.
> All custom meshes should use the following naming convention:
"mesh_XX.fbx" where "XX" is the name of the object.
E.g. "mesh_cart.fbx"
> If there are two or more variations of a mesh, an alphabet prefix should be
at the end of the object name.
******DO NOT USE NUMBERS as the ending prefix******
E.g. "mesh_scaffold_A.fbx"
"mesh_scaffold_B.fbx"
"mesh_scaffold_C.fbx" etc....

+ 8
- 0
unity_Project/Assets/0bjects/Custom Meshes/README_Custom_Meshes.txt.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a66540907c4093e4790defb6933c317b
timeCreated: 1441027764
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_cargo_box_open.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_cargo_box_open.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: ba853655df7072e468fcc90bdfd4fa44
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: cargo_box_open_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_frame_pole.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_frame_pole.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 6769342d69512be4493712bf538cf7e2
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: frame_pole_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_mine_cart.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_mine_cart.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 4e6961108db1a0e439d5abdff7097e3a
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: mine_cart_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_pipe_large.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_pipe_large.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: b7699acabf4c29d4f9ab52b7415d4be4
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pipe_large_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_resource_bay.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_resource_bay.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 2bb6e4eef50ba8e439d4b6a769162263
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: resource_bay_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_default.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_default.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 3b5eb15e3715d764e9e114d44e028a94
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: scaffold_default_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_wall.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_scaffold_wall.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: ed844a83c5e19f74580b8b8ede14b6fa
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: scaffold_wall_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Custom Meshes/mesh_silo.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/Custom Meshes/mesh_silo.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: e525e6dc6e10b5a43800e667fcbd934c
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: silo_MESH
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Materials/lambert1.mat View File


BIN
unity_Project/Assets/0bjects/Materials/lambert2.mat View File


+ 8
- 0
unity_Project/Assets/0bjects/Materials/lambert2.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e2e2e138590c9bd40a82b6c867589909
timeCreated: 1440777093
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Materials/lambert3.mat View File


+ 8
- 0
unity_Project/Assets/0bjects/Materials/lambert3.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 477cc3dd2750e2148a65989568cf7904
timeCreated: 1440777106
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Materials/lambert4.mat View File


+ 8
- 0
unity_Project/Assets/0bjects/Materials/lambert4.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 696638f7939ccd047ac711a145210e58
timeCreated: 1440777106
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 54
- 0
unity_Project/Assets/0bjects/README_Objects.txt View File

@ -0,0 +1,54 @@
======================================
PROJECT JUNKER
======================================
TEXT FILE LAST UPDATE: 31.8.2015
==========================================================================
> GAME OBJECTS
==========================================================================
> All game objects must be exported as a .FBX file.
> For ease of use, all objects should use the following naming convention:
"obj_XX.fbx" where "XX" is the name of the object.
E.g. "obj_cart.fbx"
> If there are two or more variations of an object, an alphabet prefix should be
used at the end of the object name.
******DO NOT USE NUMBERS as the ending prefix******
E.g. "obj_scaffold_A.fbx"
"obj_scaffold_B.fbx"
"obj_scaffold_C.fbx" etc....
==========================================================================
> CUSTOM MESHES
==========================================================================
> Custom-shaped meshes should be used for objects with complex shapes
for proper object collision in-game.
> ***ONLY use a custom mesh WHERE NECESSARY. If an object will be used simplistically,
an appropriate mesh should be assigned in Unity (e.g. Box Collider)
> All customn meshes must be exported as a .FBX file.
> All custom meshes must be placed in the "Custom Meshes" folder.
> All custom meshes should use the following naming convention:
"mesh_XX.fbx" where "XX" is the name of the object.
E.g. "mesh_cart.fbx"
> If there are two or more variations of a mesh, an alphabet prefix should be
at the end of the object name.
******DO NOT USE NUMBERS as the ending prefix******
E.g. "mesh_scaffold_A.fbx"
"mesh_scaffold_B.fbx"
"mesh_scaffold_C.fbx" etc....

+ 8
- 0
unity_Project/Assets/0bjects/README_Objects.txt.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f6ec72465e851c6408cc674f9c755577
timeCreated: 1441017120
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 9
- 0
unity_Project/Assets/0bjects/Terrain/Materials.meta View File

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: a635434b495410e49be1791eb4f19a58
folderAsset: yes
timeCreated: 1440777091
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/Terrain/Materials/lambert1.mat View File


+ 8
- 0
unity_Project/Assets/0bjects/Terrain/Materials/lambert1.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f49f59f4e5525534383e69f40bdf4067
timeCreated: 1440777091
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 18
- 0
unity_Project/Assets/0bjects/Terrain/README_Terrain.txt View File

@ -0,0 +1,18 @@
======================================
PROJECT JUNKER
======================================
TEXT FILE LAST UPDATE: 31.8.2015
==========================================================================
> TERRAIN/AREA
==========================================================================
> All terrain meshes must be exported as a .FBX file.
> All objects should use the following naming convention:
"area_XX.fbx" where "XX" is the name of the object.
E.g. "area_shack.fbx"
E.g. "area_scaffold_enterance.fbx"
E.g. "area_scaffold_end.fbx"

+ 8
- 0
unity_Project/Assets/0bjects/Terrain/README_Terrain.txt.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b972b816efb99fa4a8d011029fd41059
timeCreated: 1441027764
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 27
- 0
unity_Project/Assets/0bjects/Textures/README_Textures.txt View File

@ -0,0 +1,27 @@
======================================
PROJECT JUNKER
======================================
TEXT FILE LAST UPDATE: 31.8.2015
==========================================================================
> TEXTURES
==========================================================================
> All textures should be exported as .PNG files.
(PNG is a lossless image format which will ensure quality)
> When creating UV Maps for textures, ensure the file size (width and height)
follows binary values.
(i.e. 1024, 2048, 4096 etc.)
> Ensure some extra paint is added on the edges of the UV Map when
developing textures.
> All textures should use the following naming convention:
"txtr_XX.png" where "XX" is the name of the object.
E.g. "txtr_pull_brother.png"
E.g. "txtr_shack.png"

+ 8
- 0
unity_Project/Assets/0bjects/Textures/README_Textures.txt.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4fe18382a611a4140a2319116aa416bb
timeCreated: 1441017120
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_barricade.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_barricade.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 1727049bd05f451489fe01b89bac2151
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pCube11
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_building_SAMPLE.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_building_SAMPLE.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: a6c29f7b2203e8c488e8663d8568db68
timeCreated: 1441035496
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: building_sample
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_building_floor_SAMPLE.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_building_floor_SAMPLE.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: ee0320ee473624b489dceec0e51078de
timeCreated: 1441035496
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: building_floor_sample
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_cargo_box_closed.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_cargo_box_closed.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: bfbb7df9067e15747a49bc70394e6bd6
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: cargo_box_1
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_cargo_box_open.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_cargo_box_open.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 64fbdaf6b8fa3f5468738adf4962cb8b
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: cargo_box_open
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_crate_small.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_crate_small.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 6ac00daa34c2665439f497dba23ae15e
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: crate_small
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_floor_TEST.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_floor_TEST.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 1775088899ae56a4482adb6b1c56e756
timeCreated: 1441017961
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pPlane1
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_frame_pole.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_frame_pole.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 38fb345472c38ff41bdbdad95068c605
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: frame_pole
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_metal_beam.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_metal_beam.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: f84d866ad30979047839cfd15b9273e7
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: metal_beam
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_metal_frame.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_metal_frame.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 4362ef8c677204d489c91b70619ecd6d
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pCube13
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_mine_cart.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_mine_cart.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 1343a1ee552c7f5429741492cf1c0fba
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: mine_cart
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_pipe_large.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_pipe_large.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 73ab20e1d3707d148b80b99da3d9af72
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pipe_large
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_pipe_small.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_pipe_small.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 099935fcd91afc5468c1ce838a569139
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pipe_small
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_resource_bay.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_resource_bay.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: c86c8482e5e2875459c2f3a665cc1ce0
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: resource_bay
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_safety_pole.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_safety_pole.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 48a934d2c30e08144a174d4996456324
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: safety_pole
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_scaffold_default.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_scaffold_default.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: c807488ca370ac74199545fb20b13ffc
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: scaffold_default
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_scaffold_wall_A.fbx View File


+ 77
- 0
unity_Project/Assets/0bjects/obj_scaffold_wall_A.fbx.meta View File

@ -0,0 +1,77 @@
fileFormatVersion: 2
guid: 52a2a86f6ddc0444aa11b86d84ccf5f8
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
100002: scaffold_wall_A
400000: //RootNode
400002: scaffold_wall_A
2300000: scaffold_wall_A
3300000: scaffold_wall_A
4300000: scaffold_wall_A
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_scaffold_wall_B.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_scaffold_wall_B.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 6e0a032024da8174386d9b934c1e1926
timeCreated: 1441017122
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: scaffold_wall_B
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_silo.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_silo.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: b76dfb56cfe12c44998a0c1a50f0f5e8
timeCreated: 1441017123
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: silo
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/0bjects/obj_witch_hat.fbx View File


+ 75
- 0
unity_Project/Assets/0bjects/obj_witch_hat.fbx.meta View File

@ -0,0 +1,75 @@
fileFormatVersion: 2
guid: 08dd606e18cb3fd43998d7314d9605ab
timeCreated: 1441017120
licenseType: Free
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: witch_hat
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 0
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Standard Assets/Effects/ToonShading/Materials/ToonBasicOutline.mat View File


+ 27
- 0
unity_Project/Assets/Standard Assets/Effects/ToonShading/Textures/README_ToonShade.txt View File

@ -0,0 +1,27 @@
======================================
PROJECT JUNKER
======================================
TEXT FILE LAST UPDATE: 31.8.2015
==========================================================================
> TOON SHADING
==========================================================================
> Due to the nature of Unity's default toon shader, custom changes must
be made throughout development.
These include modifying existing toon-shading files such as .PNG files.
> ***REPORT ALL RESEARCH FINDINGS ON TOON-SHADING BELOW FOR FUTURE REFERENCE***
==========================================================================
> TOON SHADING RESEARCH NOTES:
==========================================================================
[28.8.15]
Toon-outlines are dependent on a png file with the gradiant line.
The gradient circle appeared to not have much of an effect.

+ 8
- 0
unity_Project/Assets/Standard Assets/Effects/ToonShading/Textures/README_ToonShade.txt.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ad758e864726ee84e9acb2473de2ee51
timeCreated: 1441027764
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/_Scenes/MainLevel.unity View File


+ 8
- 0
unity_Project/Assets/_Scenes/MainLevel.unity.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a0d71ce494980ba4991201186e52c46a
timeCreated: 1440831972
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Barricade.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Barricade.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1200c567923d0784da8e986ae776ff5d
timeCreated: 1441028878
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Cargo Box Closed.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Cargo Box Closed.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ce09197576da15a42bc1f7b1b8489e7f
timeCreated: 1441025565
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Cargo Box Double.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Cargo Box Double.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f4c9fd5abbd3d964cbbc72516ce8b1e6
timeCreated: 1441025752
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Frame Pole.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Frame Pole.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4362c68d03542214b91ecb447df62d1f
timeCreated: 1441037295
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Pipe Large.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Pipe Large.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9106d99fdb9f73e4599b21cbc6e80230
timeCreated: 1441038625
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Resource Bay.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Resource Bay.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3d7eda80db9e16249ac84e166d2340bc
timeCreated: 1441086620
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Scaffold Stack (Small).prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Scaffold Stack (Small).prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cb58e56783e7a0c4e87596e4af010954
timeCreated: 1441086189
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Scaffold Stack.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Scaffold Stack.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4d769cc6893253443a67923443daeaac
timeCreated: 1441021725
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Scaffold Wall Stack.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Scaffold Wall Stack.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bee15bbded4f01f4c8d6f0c959f0d573
timeCreated: 1441024178
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Silo.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Silo.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 401da62b6590402459008666a6dff9ba
timeCreated: 1441033945
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save