Browse Source

merged

master
Sagittaeri 7 years ago
parent
commit
81d254c30b
55 changed files with 1308 additions and 8 deletions
  1. +9
    -0
      IronToad_UnityProject/Assets/Animations.meta
  2. BIN
      IronToad_UnityProject/Assets/Animations/WaveRing.controller
  3. +8
    -0
      IronToad_UnityProject/Assets/Animations/WaveRing.controller.meta
  4. BIN
      IronToad_UnityProject/Assets/Animations/WaveRingPlay.anim
  5. +8
    -0
      IronToad_UnityProject/Assets/Animations/WaveRingPlay.anim.meta
  6. BIN
      IronToad_UnityProject/Assets/Art/Models/Materials/No Name.mat
  7. BIN
      IronToad_UnityProject/Assets/Art/Models/Materials/light-gradient.mat
  8. +8
    -0
      IronToad_UnityProject/Assets/Art/Models/Materials/light-gradient.mat.meta
  9. BIN
      IronToad_UnityProject/Assets/Art/Models/Materials/mat_Pier.mat
  10. +8
    -0
      IronToad_UnityProject/Assets/Art/Models/Materials/mat_Pier.mat.meta
  11. BIN
      IronToad_UnityProject/Assets/Art/Models/Materials/pCylinder3Mat.mat
  12. +8
    -0
      IronToad_UnityProject/Assets/Art/Models/Materials/pCylinder3Mat.mat.meta
  13. BIN
      IronToad_UnityProject/Assets/Art/Models/Materials/textures/light-gradient.png
  14. +68
    -0
      IronToad_UnityProject/Assets/Art/Models/Materials/textures/light-gradient.png.meta
  15. BIN
      IronToad_UnityProject/Assets/Art/Models/Rocks/Materials/toonROCKS.mat
  16. +9
    -0
      IronToad_UnityProject/Assets/Art/Models/flag.meta
  17. BIN
      IronToad_UnityProject/Assets/Art/Models/flag/flagFlagOrange.fbx
  18. +81
    -0
      IronToad_UnityProject/Assets/Art/Models/flag/flagFlagOrange.fbx.meta
  19. BIN
      IronToad_UnityProject/Assets/Art/Models/flag/flagFlagRed.fbx
  20. +81
    -0
      IronToad_UnityProject/Assets/Art/Models/flag/flagFlagRed.fbx.meta
  21. BIN
      IronToad_UnityProject/Assets/Art/Models/flag/flagflaGWhite.fbx
  22. +81
    -0
      IronToad_UnityProject/Assets/Art/Models/flag/flagflaGWhite.fbx.meta
  23. BIN
      IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_C.png
  24. +68
    -0
      IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_C.png.meta
  25. BIN
      IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_D.png
  26. +68
    -0
      IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_D.png.meta
  27. BIN
      IronToad_UnityProject/Assets/Art/Models/light-cone-model.fbx
  28. +80
    -0
      IronToad_UnityProject/Assets/Art/Models/light-cone-model.fbx.meta
  29. BIN
      IronToad_UnityProject/Assets/Art/Models/pier.prefab
  30. +8
    -0
      IronToad_UnityProject/Assets/Art/Models/pier.prefab.meta
  31. BIN
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_C.png
  32. +68
    -0
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_C.png.meta
  33. BIN
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_D.png
  34. +68
    -0
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_D.png.meta
  35. BIN
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_N.png
  36. +76
    -0
      IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_N.png.meta
  37. BIN
      IronToad_UnityProject/Assets/New Terrain 1.asset
  38. BIN
      IronToad_UnityProject/Assets/Prefabs/light-cone.prefab
  39. +8
    -0
      IronToad_UnityProject/Assets/Prefabs/light-cone.prefab.meta
  40. +12
    -5
      IronToad_UnityProject/Assets/Scripts/BoatController.cs
  41. +22
    -3
      IronToad_UnityProject/Assets/Scripts/PlayerController.cs
  42. +7
    -0
      IronToad_UnityProject/Assets/Sound.meta
  43. +9
    -0
      IronToad_UnityProject/Assets/Sound/Music.meta
  44. +9
    -0
      IronToad_UnityProject/Assets/Sound/SFX.meta
  45. +9
    -0
      IronToad_UnityProject/Assets/Textures.meta
  46. +9
    -0
      IronToad_UnityProject/Assets/_Scenes/GreyBox_Prototype.meta
  47. BIN
      IronToad_UnityProject/Assets/_Scenes/GreyBox_Prototype.unity
  48. BIN
      IronToad_UnityProject/Assets/water/Water.mat
  49. BIN
      IronToad_UnityProject/Assets/water/WaterWave.mat
  50. +8
    -0
      IronToad_UnityProject/Assets/water/WaterWave.mat.meta
  51. BIN
      IronToad_UnityProject/Assets/water/WaveRing.prefab
  52. +8
    -0
      IronToad_UnityProject/Assets/water/WaveRing.prefab.meta
  53. +393
    -0
      IronToad_UnityProject/Assets/water/WaveShader_TimeScale.shader
  54. +9
    -0
      IronToad_UnityProject/Assets/water/WaveShader_TimeScale.shader.meta
  55. BIN
      IronToad_UnityProject/ProjectSettings/TagManager.asset

+ 9
- 0
IronToad_UnityProject/Assets/Animations.meta View File

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

BIN
IronToad_UnityProject/Assets/Animations/WaveRing.controller View File


+ 8
- 0
IronToad_UnityProject/Assets/Animations/WaveRing.controller.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 27cceb296e458354180349e5dbb7f5a5
timeCreated: 1485018104
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Animations/WaveRingPlay.anim View File


+ 8
- 0
IronToad_UnityProject/Assets/Animations/WaveRingPlay.anim.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7d18c45db6dba324da55110c321130d4
timeCreated: 1485018104
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/Materials/No Name.mat View File


BIN
IronToad_UnityProject/Assets/Art/Models/Materials/light-gradient.mat View File


+ 8
- 0
IronToad_UnityProject/Assets/Art/Models/Materials/light-gradient.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 159576e0f67c04fb490e030fa1db9948
timeCreated: 1485006531
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/Materials/mat_Pier.mat View File


+ 8
- 0
IronToad_UnityProject/Assets/Art/Models/Materials/mat_Pier.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6619186cf6e5b7845af3763cc9d5d97a
timeCreated: 1485008673
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/Materials/pCylinder3Mat.mat View File


+ 8
- 0
IronToad_UnityProject/Assets/Art/Models/Materials/pCylinder3Mat.mat.meta View File

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

BIN
IronToad_UnityProject/Assets/Art/Models/Materials/textures/light-gradient.png View File

Before After
Width: 512  |  Height: 512  |  Size: 56 KiB

+ 68
- 0
IronToad_UnityProject/Assets/Art/Models/Materials/textures/light-gradient.png.meta View File

@ -0,0 +1,68 @@
fileFormatVersion: 2
guid: 305e72dd963e54751b6faa9024c6ad0e
timeCreated: 1485006561
licenseType: Pro
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/Rocks/Materials/toonROCKS.mat View File


+ 9
- 0
IronToad_UnityProject/Assets/Art/Models/flag.meta View File

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

BIN
IronToad_UnityProject/Assets/Art/Models/flag/flagFlagOrange.fbx View File


+ 81
- 0
IronToad_UnityProject/Assets/Art/Models/flag/flagFlagOrange.fbx.meta View File

@ -0,0 +1,81 @@
fileFormatVersion: 2
guid: cad7042c28e276544becda8e89a30eaa
timeCreated: 1485010926
licenseType: Free
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: FlagOrange
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.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
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/flag/flagFlagRed.fbx View File


+ 81
- 0
IronToad_UnityProject/Assets/Art/Models/flag/flagFlagRed.fbx.meta View File

@ -0,0 +1,81 @@
fileFormatVersion: 2
guid: 3a762cbe22b16f744847a145feae589d
timeCreated: 1485010926
licenseType: Free
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: FlagRed
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.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
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/flag/flagflaGWhite.fbx View File


+ 81
- 0
IronToad_UnityProject/Assets/Art/Models/flag/flagflaGWhite.fbx.meta View File

@ -0,0 +1,81 @@
fileFormatVersion: 2
guid: d75d259275864544eb6e5861b1861c54
timeCreated: 1485010926
licenseType: Free
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: flaGWhite
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.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
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_C.png View File

Before After
Width: 256  |  Height: 256  |  Size: 1.7 KiB

+ 68
- 0
IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_C.png.meta View File

@ -0,0 +1,68 @@
fileFormatVersion: 2
guid: 5110f1acb2899f949b0ce5e54ba060d6
timeCreated: 1485010933
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_D.png View File

Before After
Width: 256  |  Height: 256  |  Size: 1.8 KiB

+ 68
- 0
IronToad_UnityProject/Assets/Art/Models/flag/flags_low_wire_087225087_D.png.meta View File

@ -0,0 +1,68 @@
fileFormatVersion: 2
guid: 29a8504d803f1cd4ea5689e7bbfe1767
timeCreated: 1485010933
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/light-cone-model.fbx View File


+ 80
- 0
IronToad_UnityProject/Assets/Art/Models/light-cone-model.fbx.meta View File

@ -0,0 +1,80 @@
fileFormatVersion: 2
guid: 8c470e98dc147443d845ae84dffb6d9b
timeCreated: 1485007272
licenseType: Pro
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2300000: //RootNode
3300000: //RootNode
4300000: pCone5
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.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
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 0
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/pier.prefab View File


+ 8
- 0
IronToad_UnityProject/Assets/Art/Models/pier.prefab.meta View File

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

BIN
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_C.png View File

Before After
Width: 256  |  Height: 256  |  Size: 49 KiB

+ 68
- 0
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_C.png.meta View File

@ -0,0 +1,68 @@
fileFormatVersion: 2
guid: e421c761da7000c4a90c0fca796ee055
timeCreated: 1485008694
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_D.png View File

Before After
Width: 256  |  Height: 256  |  Size: 48 KiB

+ 68
- 0
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_D.png.meta View File

@ -0,0 +1,68 @@
fileFormatVersion: 2
guid: a6411944ca55ba44aa93607c9bdde174
timeCreated: 1485008694
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_N.png View File

Before After
Width: 256  |  Height: 256  |  Size: 62 KiB

+ 76
- 0
IronToad_UnityProject/Assets/Art/Models/textures/pier_Low_pierMat_N.png.meta View File

@ -0,0 +1,76 @@
fileFormatVersion: 2
guid: 73e1d65ebae96e746bef845e6e547357
timeCreated: 1485008694
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 1
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
- buildTarget: Standalone
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/Assets/New Terrain 1.asset View File


BIN
IronToad_UnityProject/Assets/Prefabs/light-cone.prefab View File


+ 8
- 0
IronToad_UnityProject/Assets/Prefabs/light-cone.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e78aa7f3018974a6fb386ecc8bfbb91a
timeCreated: 1485011269
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

+ 12
- 5
IronToad_UnityProject/Assets/Scripts/BoatController.cs View File

@ -9,10 +9,10 @@ public class BoatController : BuoyantObject {
// Use this for initialization
void Start () {
}
void Start() {
}
void Update() {
lookAtDir(Vector3.ProjectOnPlane(rb.velocity, Vector3.up));
}
@ -20,8 +20,15 @@ public class BoatController : BuoyantObject {
// Update is called once per frame
void lookAtDir(Vector3 inputDir) {
Quaternion targetRotation = Quaternion.LookRotation(inputDir,Vector3.up);
Quaternion targetRotation = Quaternion.LookRotation(inputDir, Vector3.up);
float str = Mathf.Min(trunSpeed * Time.deltaTime, 1);
transform.rotation = Quaternion.Lerp(transform.rotation, targetRotation, str);
}
void OnCollisionEnter(Collision collision) {
if (collision.gameObject.CompareTag("Rock"))
NotificationServer.notify("show GameOverPanel");
}
}

+ 22
- 3
IronToad_UnityProject/Assets/Scripts/PlayerController.cs View File

@ -4,14 +4,18 @@ using UnityEngine;
public class PlayerController : MonoBehaviour {
private static bool isLocked = false;
public float power;
public float radius;
public float time;
public GameObject waveRing;
// Update is called once per frame
void Update () {
if (Input.GetButtonDown("Fire1")) {
if (Input.GetButtonDown("Fire1") && !isLocked) {
Debug.Log("Click");
RaycastHit hit;
Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
@ -21,6 +25,15 @@ public class PlayerController : MonoBehaviour {
Debug.DrawRay(ray.origin, ray.direction * 100, Color.green);
if (Physics.Raycast(ray, out hit, Mathf.Infinity,rayMask)) {
Vector3 pos = hit.point;
pos.y += 1;
Quaternion rot = Quaternion.Euler(-90, 0, 0);
if (waveRing != null)
Destroy(Instantiate(waveRing, pos, rot),4);
WaterController waterScript = hit.collider.gameObject.GetComponent<WaterController>();
Debug.DrawLine(Camera.main.transform.position, hit.point, Color.red,1);
@ -33,8 +46,14 @@ public class PlayerController : MonoBehaviour {
}
}
/// <summary>
/// if true stops player from being able to click on water
/// </summary>
/// <param name="input"></param>
public static void lockControls(bool input) {
isLocked = input;
}
}

+ 7
- 0
IronToad_UnityProject/Assets/Sound.meta View File

@ -1,8 +1,15 @@
fileFormatVersion: 2
<<<<<<< HEAD
guid: 0fbabcae9313543ffbf1429aeac3664d
folderAsset: yes
timeCreated: 1485006712
licenseType: Free
=======
guid: 73fb9ee280b0c75439600b4d5c3a6a7d
folderAsset: yes
timeCreated: 1484996421
licenseType: Pro
>>>>>>> 4dc44205d41ab697039660061470b5816237ab96
DefaultImporter:
userData:
assetBundleName:

+ 9
- 0
IronToad_UnityProject/Assets/Sound/Music.meta View File

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

+ 9
- 0
IronToad_UnityProject/Assets/Sound/SFX.meta View File

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

+ 9
- 0
IronToad_UnityProject/Assets/Textures.meta View File

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

+ 9
- 0
IronToad_UnityProject/Assets/_Scenes/GreyBox_Prototype.meta View File

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

BIN
IronToad_UnityProject/Assets/_Scenes/GreyBox_Prototype.unity View File


BIN
IronToad_UnityProject/Assets/water/Water.mat View File


BIN
IronToad_UnityProject/Assets/water/WaterWave.mat View File


+ 8
- 0
IronToad_UnityProject/Assets/water/WaterWave.mat.meta View File

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

BIN
IronToad_UnityProject/Assets/water/WaveRing.prefab View File


+ 8
- 0
IronToad_UnityProject/Assets/water/WaveRing.prefab.meta View File

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

+ 393
- 0
IronToad_UnityProject/Assets/water/WaveShader_TimeScale.shader View File

@ -0,0 +1,393 @@
// Upgrade NOTE: replaced '_Object2World' with 'unity_ObjectToWorld'
// Shader created with Shader Forge v1.30
// Shader Forge (c) Neat Corporation / Joachim Holmer - http://www.acegikmo.com/shaderforge/
// Note: Manually altering this data may prevent you from opening it in Shader Forge
/*SF_DATA;ver:1.30;sub:START;pass:START;ps:flbk:,iptp:0,cusa:False,bamd:0,lico:1,lgpr:1,limd:1,spmd:1,trmd:0,grmd:0,uamb:True,mssp:True,bkdf:True,hqlp:False,rprd:False,enco:False,rmgx:True,rpth:0,vtps:0,hqsc:True,nrmq:1,nrsp:0,vomd:0,spxs:False,tesm:0,olmd:1,culm:0,bsrc:3,bdst:7,dpts:2,wrdp:False,dith:0,rfrpo:True,rfrpn:Refraction,coma:15,ufog:True,aust:True,igpj:True,qofs:0,qpre:3,rntp:2,fgom:False,fgoc:False,fgod:False,fgor:False,fgmd:0,fgcr:0.5,fgcg:0.5,fgcb:0.5,fgca:1,fgde:0.01,fgrn:0,fgrf:300,stcl:False,stva:128,stmr:255,stmw:255,stcp:6,stps:0,stfa:0,stfz:0,ofsf:0,ofsu:0,f2p0:False,fnsp:False,fnfb:False;n:type:ShaderForge.SFN_Final,id:1,x:33430,y:32397,varname:node_1,prsc:2|diff-7524-OUT,alpha-677-OUT,voffset-4711-OUT;n:type:ShaderForge.SFN_Distance,id:9544,x:31798,y:32501,varname:node_9544,prsc:2|A-1960-UVOUT,B-7815-OUT;n:type:ShaderForge.SFN_TexCoord,id:1960,x:31563,y:32410,varname:node_1960,prsc:2,uv:0;n:type:ShaderForge.SFN_Vector2,id:7815,x:31563,y:32587,varname:node_7815,prsc:2,v1:0.5,v2:0.5;n:type:ShaderForge.SFN_Add,id:7248,x:32013,y:32501,varname:node_7248,prsc:2|A-9544-OUT,B-8808-OUT;n:type:ShaderForge.SFN_Sin,id:5748,x:32366,y:32520,varname:node_5748,prsc:2|IN-6766-OUT;n:type:ShaderForge.SFN_RemapRange,id:8808,x:31776,y:32721,varname:node_8808,prsc:2,frmn:0,frmx:2,tomn:0,tomx:1|IN-9742-OUT;n:type:ShaderForge.SFN_Multiply,id:6766,x:32198,y:32520,varname:node_6766,prsc:2|A-7248-OUT,B-1783-OUT;n:type:ShaderForge.SFN_Slider,id:1783,x:31895,y:32812,ptovrint:False,ptlb:Ring_Amount,ptin:_Ring_Amount,varname:node_1783,prsc:2,glob:False,taghide:False,taghdr:False,tagprd:False,tagnsco:False,tagnrm:False,min:1,cur:19.17478,max:200;n:type:ShaderForge.SFN_Time,id:8294,x:31085,y:32629,varname:node_8294,prsc:2;n:type:ShaderForge.SFN_OneMinus,id:6695,x:31563,y:32739,varname:node_6695,prsc:2|IN-5972-OUT;n:type:ShaderForge.SFN_NormalVector,id:5768,x:32771,y:33002,prsc:2,pt:False;n:type:ShaderForge.SFN_Multiply,id:4711,x:33050,y:32857,varname:node_4711,prsc:2|A-118-OUT,B-5768-OUT;n:type:ShaderForge.SFN_Color,id:5556,x:32639,y:32012,ptovrint:False,ptlb:FoamColor,ptin:_FoamColor,varname:node_5556,prsc:2,glob:False,taghide:False,taghdr:False,tagprd:False,tagnsco:False,tagnrm:False,c1:1,c2:1,c3:1,c4:1;n:type:ShaderForge.SFN_Multiply,id:118,x:32652,y:32879,varname:node_118,prsc:2|A-5748-OUT,B-3985-OUT;n:type:ShaderForge.SFN_Slider,id:3985,x:32250,y:33044,ptovrint:False,ptlb:WaveHeight,ptin:_WaveHeight,varname:node_3985,prsc:2,glob:False,taghide:False,taghdr:False,tagprd:False,tagnsco:False,tagnrm:False,min:1,cur:5.549279,max:10;n:type:ShaderForge.SFN_Slider,id:9742,x:30915,y:32824,ptovrint:False,ptlb:Speed,ptin:_Speed,varname:node_9742,prsc:2,glob:False,taghide:False,taghdr:False,tagprd:False,tagnsco:False,tagnrm:False,min:-1,cur:-1,max:1.5;n:type:ShaderForge.SFN_Clamp01,id:1198,x:32804,y:32376,varname:node_1198,prsc:2|IN-5748-OUT;n:type:ShaderForge.SFN_Multiply,id:677,x:33117,y:32477,varname:node_677,prsc:2|A-1198-OUT,B-2892-OUT,C-6357-OUT;n:type:ShaderForge.SFN_OneMinus,id:9994,x:32013,y:32251,varname:node_9994,prsc:2|IN-9544-OUT;n:type:ShaderForge.SFN_Round,id:2892,x:32210,y:32251,varname:node_2892,prsc:2|IN-9994-OUT;n:type:ShaderForge.SFN_Multiply,id:7524,x:33117,y:32314,varname:node_7524,prsc:2|A-5556-RGB,B-1198-OUT;n:type:ShaderForge.SFN_Multiply,id:5972,x:31340,y:32739,varname:node_5972,prsc:2|A-8294-T,B-9742-OUT;n:type:ShaderForge.SFN_Slider,id:6357,x:32597,y:32713,ptovrint:False,ptlb:Fade,ptin:_Fade,varname:node_6357,prsc:2,glob:False,taghide:False,taghdr:False,tagprd:False,tagnsco:False,tagnrm:False,min:0,cur:1,max:1;proporder:1783-5556-3985-9742-6357;pass:END;sub:END;*/
Shader "LightHouse/WaterShader" {
Properties {
_Ring_Amount ("Ring_Amount", Range(1, 200)) = 19.17478
_FoamColor ("FoamColor", Color) = (1,1,1,1)
_WaveHeight ("WaveHeight", Range(1, 10)) = 5.549279
_Speed ("Speed", Range(-1, 1.5)) = -1
_Fade ("Fade", Range(0, 1)) = 1
[HideInInspector]_Cutoff ("Alpha cutoff", Range(0,1)) = 0.5
}
SubShader {
Tags {
"IgnoreProjector"="True"
"Queue"="Transparent"
"RenderType"="Transparent"
}
Pass {
Name "FORWARD"
Tags {
"LightMode"="ForwardBase"
}
Blend SrcAlpha OneMinusSrcAlpha
ZWrite Off
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#define UNITY_PASS_FORWARDBASE
#define SHOULD_SAMPLE_SH ( defined (LIGHTMAP_OFF) && defined(DYNAMICLIGHTMAP_OFF) )
#include "UnityCG.cginc"
#include "Lighting.cginc"
#include "UnityPBSLighting.cginc"
#include "UnityStandardBRDF.cginc"
#pragma multi_compile_fwdbase
#pragma multi_compile LIGHTMAP_OFF LIGHTMAP_ON
#pragma multi_compile DIRLIGHTMAP_OFF DIRLIGHTMAP_COMBINED DIRLIGHTMAP_SEPARATE
#pragma multi_compile DYNAMICLIGHTMAP_OFF DYNAMICLIGHTMAP_ON
#pragma multi_compile_fog
#pragma exclude_renderers xbox360 ps3
#pragma target 3.0
uniform float _Ring_Amount;
uniform float4 _FoamColor;
uniform float _WaveHeight;
uniform float _Speed;
uniform float _Fade;
struct VertexInput {
float4 vertex : POSITION;
float3 normal : NORMAL;
float4 tangent : TANGENT;
float2 texcoord0 : TEXCOORD0;
float2 texcoord1 : TEXCOORD1;
float2 texcoord2 : TEXCOORD2;
};
struct VertexOutput {
float4 pos : SV_POSITION;
float2 uv0 : TEXCOORD0;
float2 uv1 : TEXCOORD1;
float2 uv2 : TEXCOORD2;
float4 posWorld : TEXCOORD3;
float3 normalDir : TEXCOORD4;
float3 tangentDir : TEXCOORD5;
float3 bitangentDir : TEXCOORD6;
UNITY_FOG_COORDS(7)
#if defined(LIGHTMAP_ON) || defined(UNITY_SHOULD_SAMPLE_SH)
float4 ambientOrLightmapUV : TEXCOORD8;
#endif
};
VertexOutput vert (VertexInput v) {
VertexOutput o = (VertexOutput)0;
o.uv0 = v.texcoord0;
o.uv1 = v.texcoord1;
o.uv2 = v.texcoord2;
#ifdef LIGHTMAP_ON
o.ambientOrLightmapUV.xy = v.texcoord1.xy * unity_LightmapST.xy + unity_LightmapST.zw;
o.ambientOrLightmapUV.zw = 0;
#elif UNITY_SHOULD_SAMPLE_SH
#endif
#ifdef DYNAMICLIGHTMAP_ON
o.ambientOrLightmapUV.zw = v.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
o.normalDir = UnityObjectToWorldNormal(v.normal);
o.tangentDir = normalize( mul( unity_ObjectToWorld, float4( v.tangent.xyz, 0.0 ) ).xyz );
o.bitangentDir = normalize(cross(o.normalDir, o.tangentDir) * v.tangent.w);
float node_9544 = distance(o.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
v.vertex.xyz += ((node_5748*_WaveHeight)*v.normal);
o.posWorld = mul(unity_ObjectToWorld, v.vertex);
float3 lightColor = _LightColor0.rgb;
o.pos = mul(UNITY_MATRIX_MVP, v.vertex );
UNITY_TRANSFER_FOG(o,o.pos);
return o;
}
float4 frag(VertexOutput i) : COLOR {
i.normalDir = normalize(i.normalDir);
float3x3 tangentTransform = float3x3( i.tangentDir, i.bitangentDir, i.normalDir);
float3 viewDirection = normalize(_WorldSpaceCameraPos.xyz - i.posWorld.xyz);
float3 normalDirection = i.normalDir;
float3 viewReflectDirection = reflect( -viewDirection, normalDirection );
float3 lightDirection = normalize(_WorldSpaceLightPos0.xyz);
float3 lightColor = _LightColor0.rgb;
////// Lighting:
float attenuation = 1;
float3 attenColor = attenuation * _LightColor0.xyz;
/////// GI Data:
UnityLight light;
#ifdef LIGHTMAP_OFF
light.color = lightColor;
light.dir = lightDirection;
light.ndotl = LambertTerm (normalDirection, light.dir);
#else
light.color = half3(0.f, 0.f, 0.f);
light.ndotl = 0.0f;
light.dir = half3(0.f, 0.f, 0.f);
#endif
UnityGIInput d;
d.light = light;
d.worldPos = i.posWorld.xyz;
d.worldViewDir = viewDirection;
d.atten = attenuation;
#if defined(LIGHTMAP_ON) || defined(DYNAMICLIGHTMAP_ON)
d.ambient = 0;
d.lightmapUV = i.ambientOrLightmapUV;
#else
d.ambient = i.ambientOrLightmapUV;
#endif
Unity_GlossyEnvironmentData ugls_en_data;
ugls_en_data.roughness = 1.0 - 0;
ugls_en_data.reflUVW = viewReflectDirection;
UnityGI gi = UnityGlobalIllumination(d, 1, normalDirection, ugls_en_data );
lightDirection = gi.light.dir;
lightColor = gi.light.color;
/////// Diffuse:
float NdotL = max(0.0,dot( normalDirection, lightDirection ));
float3 directDiffuse = max( 0.0, NdotL) * attenColor;
float3 indirectDiffuse = float3(0,0,0);
indirectDiffuse += gi.indirect.diffuse;
float node_9544 = distance(i.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
float node_1198 = saturate(node_5748);
float3 diffuseColor = (_FoamColor.rgb*node_1198);
float3 diffuse = (directDiffuse + indirectDiffuse) * diffuseColor;
/// Final Color:
float3 finalColor = diffuse;
fixed4 finalRGBA = fixed4(finalColor,(node_1198*round((1.0 - node_9544))*_Fade));
UNITY_APPLY_FOG(i.fogCoord, finalRGBA);
return finalRGBA;
}
ENDCG
}
Pass {
Name "FORWARD_DELTA"
Tags {
"LightMode"="ForwardAdd"
}
Blend One One
ZWrite Off
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#define UNITY_PASS_FORWARDADD
#define SHOULD_SAMPLE_SH ( defined (LIGHTMAP_OFF) && defined(DYNAMICLIGHTMAP_OFF) )
#include "UnityCG.cginc"
#include "AutoLight.cginc"
#include "Lighting.cginc"
#include "UnityPBSLighting.cginc"
#include "UnityStandardBRDF.cginc"
#pragma multi_compile_fwdadd
#pragma multi_compile LIGHTMAP_OFF LIGHTMAP_ON
#pragma multi_compile DIRLIGHTMAP_OFF DIRLIGHTMAP_COMBINED DIRLIGHTMAP_SEPARATE
#pragma multi_compile DYNAMICLIGHTMAP_OFF DYNAMICLIGHTMAP_ON
#pragma multi_compile_fog
#pragma exclude_renderers xbox360 ps3
#pragma target 3.0
uniform float _Ring_Amount;
uniform float4 _FoamColor;
uniform float _WaveHeight;
uniform float _Speed;
uniform float _Fade;
struct VertexInput {
float4 vertex : POSITION;
float3 normal : NORMAL;
float4 tangent : TANGENT;
float2 texcoord0 : TEXCOORD0;
float2 texcoord1 : TEXCOORD1;
float2 texcoord2 : TEXCOORD2;
};
struct VertexOutput {
float4 pos : SV_POSITION;
float2 uv0 : TEXCOORD0;
float2 uv1 : TEXCOORD1;
float2 uv2 : TEXCOORD2;
float4 posWorld : TEXCOORD3;
float3 normalDir : TEXCOORD4;
float3 tangentDir : TEXCOORD5;
float3 bitangentDir : TEXCOORD6;
LIGHTING_COORDS(7,8)
UNITY_FOG_COORDS(9)
};
VertexOutput vert (VertexInput v) {
VertexOutput o = (VertexOutput)0;
o.uv0 = v.texcoord0;
o.uv1 = v.texcoord1;
o.uv2 = v.texcoord2;
o.normalDir = UnityObjectToWorldNormal(v.normal);
o.tangentDir = normalize( mul( unity_ObjectToWorld, float4( v.tangent.xyz, 0.0 ) ).xyz );
o.bitangentDir = normalize(cross(o.normalDir, o.tangentDir) * v.tangent.w);
float node_9544 = distance(o.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
v.vertex.xyz += ((node_5748*_WaveHeight)*v.normal);
o.posWorld = mul(unity_ObjectToWorld, v.vertex);
float3 lightColor = _LightColor0.rgb;
o.pos = mul(UNITY_MATRIX_MVP, v.vertex );
UNITY_TRANSFER_FOG(o,o.pos);
TRANSFER_VERTEX_TO_FRAGMENT(o)
return o;
}
float4 frag(VertexOutput i) : COLOR {
i.normalDir = normalize(i.normalDir);
float3x3 tangentTransform = float3x3( i.tangentDir, i.bitangentDir, i.normalDir);
float3 viewDirection = normalize(_WorldSpaceCameraPos.xyz - i.posWorld.xyz);
float3 normalDirection = i.normalDir;
float3 lightDirection = normalize(lerp(_WorldSpaceLightPos0.xyz, _WorldSpaceLightPos0.xyz - i.posWorld.xyz,_WorldSpaceLightPos0.w));
float3 lightColor = _LightColor0.rgb;
////// Lighting:
float attenuation = LIGHT_ATTENUATION(i);
float3 attenColor = attenuation * _LightColor0.xyz;
/////// Diffuse:
float NdotL = max(0.0,dot( normalDirection, lightDirection ));
float3 directDiffuse = max( 0.0, NdotL) * attenColor;
float node_9544 = distance(i.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
float node_1198 = saturate(node_5748);
float3 diffuseColor = (_FoamColor.rgb*node_1198);
float3 diffuse = directDiffuse * diffuseColor;
/// Final Color:
float3 finalColor = diffuse;
fixed4 finalRGBA = fixed4(finalColor * (node_1198*round((1.0 - node_9544))*_Fade),0);
UNITY_APPLY_FOG(i.fogCoord, finalRGBA);
return finalRGBA;
}
ENDCG
}
Pass {
Name "ShadowCaster"
Tags {
"LightMode"="ShadowCaster"
}
Offset 1, 1
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#define UNITY_PASS_SHADOWCASTER
#define SHOULD_SAMPLE_SH ( defined (LIGHTMAP_OFF) && defined(DYNAMICLIGHTMAP_OFF) )
#include "UnityCG.cginc"
#include "Lighting.cginc"
#include "UnityPBSLighting.cginc"
#include "UnityStandardBRDF.cginc"
#pragma fragmentoption ARB_precision_hint_fastest
#pragma multi_compile_shadowcaster
#pragma multi_compile LIGHTMAP_OFF LIGHTMAP_ON
#pragma multi_compile DIRLIGHTMAP_OFF DIRLIGHTMAP_COMBINED DIRLIGHTMAP_SEPARATE
#pragma multi_compile DYNAMICLIGHTMAP_OFF DYNAMICLIGHTMAP_ON
#pragma multi_compile_fog
#pragma exclude_renderers xbox360 ps3
#pragma target 3.0
uniform float _Ring_Amount;
uniform float _WaveHeight;
uniform float _Speed;
struct VertexInput {
float4 vertex : POSITION;
float3 normal : NORMAL;
float2 texcoord0 : TEXCOORD0;
float2 texcoord1 : TEXCOORD1;
float2 texcoord2 : TEXCOORD2;
};
struct VertexOutput {
V2F_SHADOW_CASTER;
float2 uv0 : TEXCOORD1;
float2 uv1 : TEXCOORD2;
float2 uv2 : TEXCOORD3;
float4 posWorld : TEXCOORD4;
float3 normalDir : TEXCOORD5;
};
VertexOutput vert (VertexInput v) {
VertexOutput o = (VertexOutput)0;
o.uv0 = v.texcoord0;
o.uv1 = v.texcoord1;
o.uv2 = v.texcoord2;
o.normalDir = UnityObjectToWorldNormal(v.normal);
float node_9544 = distance(o.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
v.vertex.xyz += ((node_5748*_WaveHeight)*v.normal);
o.posWorld = mul(unity_ObjectToWorld, v.vertex);
o.pos = mul(UNITY_MATRIX_MVP, v.vertex );
TRANSFER_SHADOW_CASTER(o)
return o;
}
float4 frag(VertexOutput i) : COLOR {
i.normalDir = normalize(i.normalDir);
float3 viewDirection = normalize(_WorldSpaceCameraPos.xyz - i.posWorld.xyz);
float3 normalDirection = i.normalDir;
SHADOW_CASTER_FRAGMENT(i)
}
ENDCG
}
Pass {
Name "Meta"
Tags {
"LightMode"="Meta"
}
Cull Off
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#define UNITY_PASS_META 1
#define SHOULD_SAMPLE_SH ( defined (LIGHTMAP_OFF) && defined(DYNAMICLIGHTMAP_OFF) )
#include "UnityCG.cginc"
#include "Lighting.cginc"
#include "UnityPBSLighting.cginc"
#include "UnityStandardBRDF.cginc"
#include "UnityMetaPass.cginc"
#pragma fragmentoption ARB_precision_hint_fastest
#pragma multi_compile_shadowcaster
#pragma multi_compile LIGHTMAP_OFF LIGHTMAP_ON
#pragma multi_compile DIRLIGHTMAP_OFF DIRLIGHTMAP_COMBINED DIRLIGHTMAP_SEPARATE
#pragma multi_compile DYNAMICLIGHTMAP_OFF DYNAMICLIGHTMAP_ON
#pragma multi_compile_fog
#pragma exclude_renderers xbox360 ps3
#pragma target 3.0
uniform float _Ring_Amount;
uniform float4 _FoamColor;
uniform float _WaveHeight;
uniform float _Speed;
struct VertexInput {
float4 vertex : POSITION;
float3 normal : NORMAL;
float2 texcoord0 : TEXCOORD0;
float2 texcoord1 : TEXCOORD1;
float2 texcoord2 : TEXCOORD2;
};
struct VertexOutput {
float4 pos : SV_POSITION;
float2 uv0 : TEXCOORD0;
float2 uv1 : TEXCOORD1;
float2 uv2 : TEXCOORD2;
float4 posWorld : TEXCOORD3;
float3 normalDir : TEXCOORD4;
};
VertexOutput vert (VertexInput v) {
VertexOutput o = (VertexOutput)0;
o.uv0 = v.texcoord0;
o.uv1 = v.texcoord1;
o.uv2 = v.texcoord2;
o.normalDir = UnityObjectToWorldNormal(v.normal);
float node_9544 = distance(o.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
v.vertex.xyz += ((node_5748*_WaveHeight)*v.normal);
o.posWorld = mul(unity_ObjectToWorld, v.vertex);
o.pos = UnityMetaVertexPosition(v.vertex, v.texcoord1.xy, v.texcoord2.xy, unity_LightmapST, unity_DynamicLightmapST );
return o;
}
float4 frag(VertexOutput i) : SV_Target {
i.normalDir = normalize(i.normalDir);
float3 viewDirection = normalize(_WorldSpaceCameraPos.xyz - i.posWorld.xyz);
float3 normalDirection = i.normalDir;
UnityMetaInput o;
UNITY_INITIALIZE_OUTPUT( UnityMetaInput, o );
o.Emission = 0;
float node_9544 = distance(i.uv0,float2(0.5,0.5));
float node_5748 = sin(((node_9544+(_Speed*0.5+0.0))*_Ring_Amount));
float node_1198 = saturate(node_5748);
float3 diffColor = (_FoamColor.rgb*node_1198);
o.Albedo = diffColor;
return UnityMetaFragment( o );
}
ENDCG
}
}
FallBack "Diffuse"
CustomEditor "ShaderForgeMaterialInspector"
}

+ 9
- 0
IronToad_UnityProject/Assets/water/WaveShader_TimeScale.shader.meta View File

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 49d9869e237ffb64e8fba6d0250b9a46
timeCreated: 1485017769
licenseType: Free
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:

BIN
IronToad_UnityProject/ProjectSettings/TagManager.asset View File


Loading…
Cancel
Save