2 Commits

14 changed files with 2748 additions and 17 deletions
Split View
  1. +7
    -3
      Assets/Free Stylized Skybox/CubeMap/Materials/Sky_LowPoly_01_Day_a.mat
  2. +8
    -4
      Assets/Free Stylized Skybox/CubeMap/Materials/Sky_LowPoly_02_Night_a.mat
  3. BIN
      Assets/Prefab/FollowCam.prefab
  4. +7
    -0
      Assets/Prefab/FollowCam.prefab.meta
  5. BIN
      Assets/Prefab/PlayerController.prefab
  6. BIN
      Assets/Scenes/Development/OarVelocityController.unity
  7. BIN
      Assets/Scenes/Development/Water.unity
  8. +128
    -0
      Assets/VFX/Snail.mat
  9. +8
    -0
      Assets/VFX/Snail.mat.meta
  10. +2567
    -0
      Assets/VFX/SnailGradient.shadergraph
  11. +10
    -0
      Assets/VFX/SnailGradient.shadergraph.meta
  12. +1
    -1
      Assets/VFX/Water.mat
  13. +2
    -2
      Assets/VFX/WaterShader.shadergraph
  14. BIN
      ProjectSettings/ShaderGraphSettings.asset

+ 7
- 3
Assets/Free Stylized Skybox/CubeMap/Materials/Sky_LowPoly_01_Day_a.mat View File

@ -2,14 +2,16 @@
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Sky_LowPoly_01_Day_a
m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT
m_ValidKeywords: []
m_InvalidKeywords:
- _MAPPING_LATITUDE_LONGITUDE_LAYOUT
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
@ -51,6 +53,7 @@ Material:
m_Texture: {fileID: 8900000, guid: 15941f70fce71784da1321794120ea6a, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _Blend: 0
@ -84,7 +87,8 @@ Material:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
- _Tint: {r: 0.6509804, g: 0.6509804, b: 0.6509804, a: 0.54901963}
- _Tint: {r: 0.091091126, g: 0.21698111, b: 0.14961687, a: 0.54901963}
m_BuildTextureStacks: []
--- !u!114 &7408070079070313205
MonoBehaviour:
m_ObjectHideFlags: 11

+ 8
- 4
Assets/Free Stylized Skybox/CubeMap/Materials/Sky_LowPoly_02_Night_a.mat View File

@ -2,14 +2,16 @@
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Sky_LowPoly_02_Night_a
m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT
m_ValidKeywords: []
m_InvalidKeywords:
- _MAPPING_LATITUDE_LONGITUDE_LAYOUT
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
@ -51,6 +53,7 @@ Material:
m_Texture: {fileID: 8900000, guid: b4503954fd147c94180872808dde9eb3, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _Blend: 0
@ -59,7 +62,7 @@ Material:
- _Cutoff: 0.5
- _DstBlend: 0
- _EnvironmentReflections: 1
- _Exposure: 0.85
- _Exposure: 1.03
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
@ -84,7 +87,8 @@ Material:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
- _Tint: {r: 0.6509804, g: 0.6509804, b: 0.6509804, a: 0.54901963}
- _Tint: {r: 0.18983625, g: 0.509434, b: 0.23275404, a: 0.8862745}
m_BuildTextureStacks: []
--- !u!114 &7408070079070313205
MonoBehaviour:
m_ObjectHideFlags: 11

BIN
Assets/Prefab/FollowCam.prefab (Stored with Git LFS) View File

size 5415

+ 7
- 0
Assets/Prefab/FollowCam.prefab.meta View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a083ca2855e5f52418ace5aba10d3504
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Assets/Prefab/PlayerController.prefab (Stored with Git LFS) View File

size 45779

BIN
Assets/Scenes/Development/OarVelocityController.unity (Stored with Git LFS) View File

size 68135

BIN
Assets/Scenes/Development/Water.unity (Stored with Git LFS) View File

size 28222

+ 128
- 0
Assets/VFX/Snail.mat View File

@ -0,0 +1,128 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Snail
m_Shader: {fileID: -6465566751694194690, guid: a13fc62555ad8ea45a21750be2182783,
type: 3}
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _Blend: 0
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _HeightScale: 0.9
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueControl: 0
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
--- !u!114 &1920059996642155894
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 5

+ 8
- 0
Assets/VFX/Snail.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 05de9233158b86342a7dabfc4bf84f7f
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

+ 2567
- 0
Assets/VFX/SnailGradient.shadergraph
File diff suppressed because it is too large
View File


+ 10
- 0
Assets/VFX/SnailGradient.shadergraph.meta View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a13fc62555ad8ea45a21750be2182783
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}

+ 1
- 1
Assets/VFX/Water.mat View File

@ -130,7 +130,7 @@ Material:
- _SpecularHighlights: 1
- _SrcBlend: 1
- _Surface: 0
- _WaveAmplitude: 0.1
- _WaveAmplitude: 0.01
- _WaveSpeed: 1
- _WorkflowMode: 1
- _ZWrite: 1

+ 2
- 2
Assets/VFX/WaterShader.shadergraph View File

@ -1578,8 +1578,8 @@
"m_Expanded": true,
"m_Position": {
"serializedVersion": "2",
"x": 1411.0,
"y": 1437.0,
"x": 1491.0,
"y": 1104.0,
"width": 134.0,
"height": 34.0
}

BIN
ProjectSettings/ShaderGraphSettings.asset (Stored with Git LFS) View File

size 463

Loading…
Cancel
Save