second commit
This commit is contained in:
commit
9bee81858a
28537 changed files with 4327731 additions and 0 deletions
76
.gitignore
vendored
Normal file
76
.gitignore
vendored
Normal file
|
@ -0,0 +1,76 @@
|
|||
# This .gitignore file should be placed at the root of your Unity project directory
|
||||
#
|
||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||
#
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/[Ll]ogs/
|
||||
/[Uu]ser[Ss]ettings/
|
||||
|
||||
# MemoryCaptures can get excessive in size.
|
||||
# They also could contain extremely sensitive data
|
||||
/[Mm]emoryCaptures/
|
||||
|
||||
# Recordings can get excessive in size
|
||||
/[Rr]ecordings/
|
||||
|
||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||
# /[Aa]ssets/AssetStoreTools*
|
||||
|
||||
# Autogenerated Jetbrains Rider plugin
|
||||
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||
|
||||
# Visual Studio cache directory
|
||||
.vs/
|
||||
|
||||
# Gradle cache directory
|
||||
.gradle/
|
||||
|
||||
# Autogenerated VS/MD/Consulo solution and project files
|
||||
ExportedObj/
|
||||
.consulo/
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
*.svd
|
||||
*.pdb
|
||||
*.mdb
|
||||
*.opendb
|
||||
*.VC.db
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
*.pdb.meta
|
||||
*.mdb.meta
|
||||
|
||||
# Unity3D generated file on crash reports
|
||||
sysinfo.txt
|
||||
|
||||
# Builds
|
||||
*.apk
|
||||
*.aab
|
||||
*.unitypackage
|
||||
*.app
|
||||
|
||||
# Crashlytics generated file
|
||||
crashlytics-build.properties
|
||||
|
||||
# Packed Addressables
|
||||
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||
|
||||
# Temporary auto-generated Android Assets
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
|
||||
# AssetBundles (the user can generate the bundles themselves :trollface:)
|
||||
/[Aa]ssets/AssetBundles/*
|
||||
/[Aa]ssets/[Ss]treaming[Aa]ssets/AssetBundles/*
|
5
Assets/AnimationClip.meta
Normal file
5
Assets/AnimationClip.meta
Normal file
|
@ -0,0 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: dafe5f36fab712a49a3e7acdcd4c1d02
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
userData:
|
49
Assets/AnimationClip/AchievementPopupEnter.anim
Normal file
49
Assets/AnimationClip/AchievementPopupEnter.anim
Normal file
|
@ -0,0 +1,49 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: AchievementPopupEnter
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 13, z: 1.9973497}
|
||||
inSlope: {x: 0, y: -9, z: 0}
|
||||
outSlope: {x: 0, y: -9, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 0, y: 8.5, z: 1.9973497}
|
||||
inSlope: {x: 0, y: -9, z: 0}
|
||||
outSlope: {x: 0, y: -0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 2.1666667
|
||||
value: {x: 0, y: 8.5, z: 1.9973497}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 9.000005, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 2.6666665
|
||||
value: {x: 0, y: 13, z: 1.9973497}
|
||||
inSlope: {x: 0, y: 9.000005, z: 0}
|
||||
outSlope: {x: 0, y: 2.4545455, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/AchievementPopupEnter.anim.meta
Normal file
6
Assets/AnimationClip/AchievementPopupEnter.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4d12cbcd67e730f4a87dc00eb9397f9c
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
89
Assets/AnimationClip/GoalVanishing.anim
Normal file
89
Assets/AnimationClip/GoalVanishing.anim
Normal file
|
@ -0,0 +1,89 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: GoalVanishing
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: -0.011633873, y: -0.011724949, z: 0}
|
||||
inSlope: {x: 0, y: -2.3824196, z: 0}
|
||||
outSlope: {x: 0, y: -2.3824196, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: -0.011633873, y: -1.2029347, z: 0}
|
||||
inSlope: {x: 0, y: 0.41580904, z: 0}
|
||||
outSlope: {x: 0, y: 0.41580904, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 1
|
||||
value: {x: -0.011633873, y: 13.51, z: 0}
|
||||
inSlope: {x: 0, y: 29.425869, z: 0}
|
||||
outSlope: {x: 0, y: 29.425869, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 1.3000002, y: 0.6500001, z: 0.7318075}
|
||||
inSlope: {x: -2.1000004, y: 1.6999998, z: 0}
|
||||
outSlope: {x: -2.1000004, y: 1.6999998, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 0.25, y: 1.5, z: 0.7318075}
|
||||
inSlope: {x: 0.20717487, y: -0.6500001, z: 0}
|
||||
outSlope: {x: 0.20717487, y: -0.6500001, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 1
|
||||
value: {x: 15, y: 0, z: 0.7318075}
|
||||
inSlope: {x: 29.5, y: -3, z: 0}
|
||||
outSlope: {x: 29.5, y: -3, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_FloatCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: 1
|
||||
inSlope: -0.43671185
|
||||
outSlope: -0.43671185
|
||||
tangentMode: 0
|
||||
- time: 0.6166667
|
||||
value: 0.73069435
|
||||
inSlope: -0.62722427
|
||||
outSlope: -0.62722427
|
||||
tangentMode: 0
|
||||
- time: 1
|
||||
value: 0
|
||||
inSlope: -1.9061593
|
||||
outSlope: -1.9061593
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: _Color.a
|
||||
path:
|
||||
classID: 21
|
||||
script: {fileID: 0}
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/GoalVanishing.anim.meta
Normal file
6
Assets/AnimationClip/GoalVanishing.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e8d393b1ca0a93a48ba645ce2e22362c
|
||||
timeCreated: 1702843221
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
121
Assets/AnimationClip/LoadingIndicatorRoll.anim
Normal file
121
Assets/AnimationClip/LoadingIndicatorRoll.anim
Normal file
|
@ -0,0 +1,121 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: LoadingIndicatorRoll
|
||||
m_Compressed: 0
|
||||
m_RotationCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: -0, y: -0, z: -0, w: -1}
|
||||
inSlope: {x: 0, y: 0, z: 2.1661448, w: 0.039113756}
|
||||
outSlope: {x: 0, y: 0, z: 2.1661448, w: 0.039113756}
|
||||
tangentMode: 0
|
||||
- time: 0.16666667
|
||||
value: {x: -0, y: -0, z: 0.35330597, w: -0.93550783}
|
||||
inSlope: {x: 0, y: 0, z: 2.0264459, w: 0.76531297}
|
||||
outSlope: {x: 0, y: 0, z: 2.0264459, w: 0.76531297}
|
||||
tangentMode: 0
|
||||
- time: 0.5166668
|
||||
value: {x: -0, y: -0, z: 0.899847, w: -0.43620577}
|
||||
inSlope: {x: 0, y: 0, z: 0.9448842, w: 1.949198}
|
||||
outSlope: {x: 0, y: 0, z: 0.9448842, w: 1.949198}
|
||||
tangentMode: 0
|
||||
- time: 0.8666665
|
||||
value: {x: -0, y: -0, z: 0.9532635, w: 0.30214012}
|
||||
inSlope: {x: 0, y: 0, z: -0.65447927, w: 2.0649061}
|
||||
outSlope: {x: 0, y: 0, z: -0.65447927, w: 2.0649061}
|
||||
tangentMode: 0
|
||||
- time: 1.2166662
|
||||
value: {x: -0, y: -0, z: 0.48428375, w: 0.874911}
|
||||
inSlope: {x: 0, y: 0, z: -1.8951863, w: 1.0490308}
|
||||
outSlope: {x: 0, y: 0, z: -1.8951863, w: 1.0490308}
|
||||
tangentMode: 0
|
||||
- time: 1.4333327
|
||||
value: {x: -0, y: -0, z: 0.03610366, w: 0.99934804}
|
||||
inSlope: {x: 0, y: 0, z: -2.164733, w: 0.07820544}
|
||||
outSlope: {x: 0, y: 0, z: -2.164733, w: 0.07820544}
|
||||
tangentMode: 0
|
||||
- time: 1.4499999
|
||||
value: {x: -0, y: -0, z: -8.742278E-08, w: 1}
|
||||
inSlope: {x: 0, y: 0, z: -2.1661491, w: 0.039115977}
|
||||
outSlope: {x: 0, y: 0, z: -2.1661491, w: 0.039115977}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves: []
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 1.4166666
|
||||
value: 1.2874603E-05
|
||||
inSlope: 254.29803
|
||||
outSlope: 254.29803
|
||||
tangentMode: 0
|
||||
- time: 1.45
|
||||
value: 8.476637
|
||||
inSlope: 254.29803
|
||||
outSlope: 254.29803
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.z
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 1.4166666
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.45
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.y
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 1.4166666
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.45
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.x
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 2
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/LoadingIndicatorRoll.anim.meta
Normal file
6
Assets/AnimationClip/LoadingIndicatorRoll.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 56e28565fc0afaa4b9648a8b3449ffae
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
44
Assets/AnimationClip/MapVanishing.anim
Normal file
44
Assets/AnimationClip/MapVanishing.anim
Normal file
|
@ -0,0 +1,44 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: MapVanishing
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves: []
|
||||
m_ScaleCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 1, y: 1, z: 1}
|
||||
inSlope: {x: 0.5682843, y: 0.5682843, z: 0.5682843}
|
||||
outSlope: {x: 0.5682843, y: 0.5682843, z: 0.5682843}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 1.2841421, y: 1.2841421, z: 1.2841421}
|
||||
inSlope: {x: -1, y: -1, z: -1}
|
||||
outSlope: {x: -1, y: -1, z: -1}
|
||||
tangentMode: 0
|
||||
- time: 1
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: -2.5682843, y: -2.5682843, z: -2.5682843}
|
||||
outSlope: {x: -2.5682843, y: -2.5682843, z: -2.5682843}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/MapVanishing.anim.meta
Normal file
6
Assets/AnimationClip/MapVanishing.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2b03df2008da4104ba5c7e033ed6a6a4
|
||||
timeCreated: 1702843221
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
49
Assets/AnimationClip/OceanAnimation.anim
Normal file
49
Assets/AnimationClip/OceanAnimation.anim
Normal file
|
@ -0,0 +1,49 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: OceanAnimation
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: 0.0017503824, y: -0.0066806735, z: 0}
|
||||
outSlope: {x: 0.0017503824, y: -0.0066806735, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 2.3666666
|
||||
value: {x: -0.0518702, y: 1, z: 0}
|
||||
inSlope: {x: 0.005038455, y: 0.0011944212, z: 0}
|
||||
outSlope: {x: 0.005038455, y: 0.0011944212, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 3.6999998
|
||||
value: {x: -0.012123372, y: 0.6954712, z: 0}
|
||||
inSlope: {x: 0.01792957, y: -0.38369715, z: 0}
|
||||
outSlope: {x: 0.01792957, y: -0.38369715, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 5.9999995
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 2
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/OceanAnimation.anim.meta
Normal file
6
Assets/AnimationClip/OceanAnimation.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7672791adeecdcc488af1e1c56c3ddd8
|
||||
timeCreated: 1702843223
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
59
Assets/AnimationClip/OceanFoamAnimation.anim
Normal file
59
Assets/AnimationClip/OceanFoamAnimation.anim
Normal file
|
@ -0,0 +1,59 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: OceanFoamAnimation
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 0.77492297, z: 1.0011395}
|
||||
inSlope: {x: 0.0017503824, y: 0, z: 0}
|
||||
outSlope: {x: 0.0017503824, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.016667366
|
||||
value: {x: 2.1144926E-05, y: 0.77492297, z: 1.0011395}
|
||||
inSlope: {x: 0.0007891324, y: 0, z: 0}
|
||||
outSlope: {x: 0.0007891324, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 2.4666667
|
||||
value: {x: -0.0518702, y: 1.7964717, z: 1.0011395}
|
||||
inSlope: {x: 0.005038455, y: 0.33246708, z: 0}
|
||||
outSlope: {x: 0.005038455, y: 0.33246708, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 3
|
||||
value: {x: -0.037481986, y: 1.8930863, z: 1.0011395}
|
||||
inSlope: {x: 0.041159518, y: 0.0060754484, z: 0}
|
||||
outSlope: {x: 0.041159518, y: 0.0026442267, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 3.6999998
|
||||
value: {x: -0.012123372, y: 1.7399507, z: 1.0011395}
|
||||
inSlope: {x: 0.01792957, y: -0.39944574, z: 0}
|
||||
outSlope: {x: 0.01792957, y: -0.39944574, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 5.9999995
|
||||
value: {x: 0, y: 0.77492297, z: 1.0011395}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 2
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/OceanFoamAnimation.anim.meta
Normal file
6
Assets/AnimationClip/OceanFoamAnimation.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5739756eb03c32745ba590805d8bad75
|
||||
timeCreated: 1702843223
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
75
Assets/AnimationClip/PigMechanic.anim
Normal file
75
Assets/AnimationClip/PigMechanic.anim
Normal file
|
@ -0,0 +1,75 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: PigMechanic
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: 0, y: -0.18822765, z: 0}
|
||||
outSlope: {x: 0, y: -0.18822765, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 0, y: -0.09411383, z: 0}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.75
|
||||
value: {x: 0, y: 0.12850523, z: 0}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.8666667
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: 0, y: -1.1014733, z: 0}
|
||||
outSlope: {x: 0, y: -1.1014733, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 1, y: 1, z: 1}
|
||||
inSlope: {x: 0.07499981, y: -0.1500001, z: 0}
|
||||
outSlope: {x: 0.07499981, y: -0.1500001, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 1.0374999, y: 0.92499995, z: 1}
|
||||
inSlope: {x: -0.092187285, y: 0.1793747, z: 0}
|
||||
outSlope: {x: -0.092187285, y: 0.1793747, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.75
|
||||
value: {x: 0.9726563, y: 1.0521873, z: 1}
|
||||
inSlope: {x: -0.012499951, y: 0.030714795, z: 0}
|
||||
outSlope: {x: -0.012499951, y: 0.030714795, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.8666667
|
||||
value: {x: 1, y: 1, z: 1}
|
||||
inSlope: {x: 0.23437448, y: -0.4473199, z: 0}
|
||||
outSlope: {x: 0.23437448, y: -0.4473199, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/PigMechanic.anim.meta
Normal file
6
Assets/AnimationClip/PigMechanic.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0d9be823b73ed764c910fa05fbb6d0c7
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
145
Assets/AnimationClip/PigMechanicWrench.anim
Normal file
145
Assets/AnimationClip/PigMechanicWrench.anim
Normal file
|
@ -0,0 +1,145 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: PigMechanicWrench
|
||||
m_Compressed: 0
|
||||
m_RotationCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 0, z: -0.274772, w: 0.9615094}
|
||||
inSlope: {x: 0, y: 0, z: -0.41642186, w: -0.12063145}
|
||||
outSlope: {x: 0, y: 0, z: -0.41642186, w: -0.12063145}
|
||||
tangentMode: 0
|
||||
- time: 0.48333353
|
||||
value: {x: 0, y: 0, z: -0.46877098, w: 0.88331974}
|
||||
inSlope: {x: 0, y: 0, z: -0.28429538, w: -0.15082598}
|
||||
outSlope: {x: 0, y: 0, z: -0.28429538, w: -0.15082598}
|
||||
tangentMode: 0
|
||||
- time: 0.5000002
|
||||
value: {x: 0, y: 0, z: -0.47338697, w: 0.88085455}
|
||||
inSlope: {x: 0, y: 0, z: 0.8245047, w: 0.42138082}
|
||||
outSlope: {x: 0, y: 0, z: 0.8245047, w: 0.42138082}
|
||||
tangentMode: 0
|
||||
- time: 0.5333335
|
||||
value: {x: 0, y: 0, z: -0.40293416, w: 0.91522896}
|
||||
inSlope: {x: 0, y: 0, z: 2.4910674, w: 1.0877763}
|
||||
outSlope: {x: 0, y: 0, z: 2.4910674, w: 1.0877763}
|
||||
tangentMode: 0
|
||||
- time: 0.7
|
||||
value: {x: 0, y: 0, z: 0.30131784, w: 0.95352376}
|
||||
inSlope: {x: 0, y: 0, z: 5.4482217, w: -1.7336867}
|
||||
outSlope: {x: 0, y: 0, z: 5.4482217, w: -1.7336867}
|
||||
tangentMode: 0
|
||||
- time: 0.7999999
|
||||
value: {x: 0, y: 0, z: 0.8098252, w: 0.58667123}
|
||||
inSlope: {x: 0, y: 0, z: 4.0623326, w: -5.6241407}
|
||||
outSlope: {x: 0, y: 0, z: 4.0623326, w: -5.6241407}
|
||||
tangentMode: 0
|
||||
- time: 0.88333315
|
||||
value: {x: 0, y: 0, z: 0.9998656, w: 0.016395506}
|
||||
inSlope: {x: 0, y: 0, z: 0.11812818, w: -7.624051}
|
||||
outSlope: {x: 0, y: 0, z: 0.11812818, w: -7.624051}
|
||||
tangentMode: 0
|
||||
- time: 0.9666664
|
||||
value: {x: 0, y: 0, z: 0.80250305, w: -0.59664804}
|
||||
inSlope: {x: 0, y: 0, z: -4.7837763, w: -6.4288626}
|
||||
outSlope: {x: 0, y: 0, z: -4.7837763, w: -6.4288626}
|
||||
tangentMode: 0
|
||||
- time: 1.0499997
|
||||
value: {x: 0, y: 0, z: 0.2528593, w: -0.9675031}
|
||||
inSlope: {x: 0, y: 0, z: -7.840357, w: -2.0499196}
|
||||
outSlope: {x: 0, y: 0, z: -7.840357, w: -2.0499196}
|
||||
tangentMode: 0
|
||||
- time: 1.133333
|
||||
value: {x: 0, y: 0, z: -0.40346575, w: -0.9149947}
|
||||
inSlope: {x: 0, y: 0, z: -7.2273006, w: 3.1817002}
|
||||
outSlope: {x: 0, y: 0, z: -7.2273006, w: 3.1817002}
|
||||
tangentMode: 0
|
||||
- time: 1.2166662
|
||||
value: {x: 0, y: 0, z: -0.8705362, w: -0.49210432}
|
||||
inSlope: {x: 0, y: 0, z: -3.6443226, w: 6.4303217}
|
||||
outSlope: {x: 0, y: 0, z: -3.6443226, w: 6.4303217}
|
||||
tangentMode: 0
|
||||
- time: 1.2999995
|
||||
value: {x: 0, y: 0, z: -0.997445, w: 0.07143893}
|
||||
inSlope: {x: 0, y: 0, z: 0.46003327, w: 6.570627}
|
||||
outSlope: {x: 0, y: 0, z: 0.46003327, w: 6.570627}
|
||||
tangentMode: 0
|
||||
- time: 1.416666
|
||||
value: {x: 0, y: 0, z: -0.7304183, w: 0.683}
|
||||
inSlope: {x: 0, y: 0, z: 3.376291, w: 3.627396}
|
||||
outSlope: {x: 0, y: 0, z: 3.376291, w: 3.627396}
|
||||
tangentMode: 0
|
||||
- time: 1.5499992
|
||||
value: {x: 0, y: 0, z: -0.32745692, w: 0.9448661}
|
||||
inSlope: {x: 0, y: 0, z: 1.8593073, w: 0.6518525}
|
||||
outSlope: {x: 0, y: 0, z: 1.8593073, w: 0.6518525}
|
||||
tangentMode: 0
|
||||
- time: 1.6666658
|
||||
value: {x: 0, y: 0, z: -0.24061774, w: 0.97062}
|
||||
inSlope: {x: 0, y: 0, z: -0.08206047, w: -0.020456333}
|
||||
outSlope: {x: 0, y: 0, z: -0.08206047, w: -0.020456333}
|
||||
tangentMode: 0
|
||||
- time: 1.85
|
||||
value: {x: 0, y: 0, z: -0.26948753, w: 0.9630039}
|
||||
inSlope: {x: 0, y: 0, z: 0.40821347, w: 0.11579256}
|
||||
outSlope: {x: 0, y: 0, z: 0.40821347, w: 0.11579256}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 1.8609486, y: 0.25237137, z: 1}
|
||||
inSlope: {x: 0.55139494, y: -0.62031746, z: 0}
|
||||
outSlope: {x: 0.55139494, y: -0.62031746, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: {x: 2.136646, y: -0.05778736, z: 1}
|
||||
inSlope: {x: -0.028378397, y: 3.5203571, z: 0}
|
||||
outSlope: {x: -0.028378397, y: 3.5203571, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 0.7833333
|
||||
value: {x: 1.9643364, y: 2.3447542, z: 1}
|
||||
inSlope: {x: -0.30407587, y: 10.654523, z: 0}
|
||||
outSlope: {x: -0.30407587, y: 10.654523, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 1.0833333
|
||||
value: {x: 1.9643364, y: 4.411147, z: 1}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 1.5
|
||||
value: {x: 1.9643364, y: -0.07895994, z: 1}
|
||||
inSlope: {x: -0.14905196, y: -4.914797, z: 0}
|
||||
outSlope: {x: -0.14905196, y: -4.914797, z: 0}
|
||||
tangentMode: 0
|
||||
- time: 1.85
|
||||
value: {x: 1.86, y: 0.25237137, z: 1}
|
||||
inSlope: {x: -0.29810393, y: 0.9466608, z: 0}
|
||||
outSlope: {x: -0.29810393, y: 0.9466608, z: 0}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/PigMechanicWrench.anim.meta
Normal file
6
Assets/AnimationClip/PigMechanicWrench.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 76b579b7293394f49b5079c12691d740
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
516
Assets/AnimationClip/RotatingGlow.anim
Normal file
516
Assets/AnimationClip/RotatingGlow.anim
Normal file
|
@ -0,0 +1,516 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: RotatingGlow
|
||||
m_Compressed: 0
|
||||
m_RotationCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 0, y: 0, z: -3.2584137E-07, w: -1}
|
||||
inSlope: {x: 0, y: 0, z: 0.15706997, w: 0.00020384787}
|
||||
outSlope: {x: 0, y: 0, z: 0.15706997, w: 0.00020384787}
|
||||
tangentMode: 0
|
||||
- time: 0.8333332
|
||||
value: {x: 0, y: 0, z: 0.13052584, w: -0.99144495}
|
||||
inSlope: {x: 0, y: 0, z: 0.15572652, w: 0.020501036}
|
||||
outSlope: {x: 0, y: 0, z: 0.15572652, w: 0.020501036}
|
||||
tangentMode: 0
|
||||
- time: 1.6666658
|
||||
value: {x: 0, y: 0, z: 0.2588187, w: -0.96592593}
|
||||
inSlope: {x: 0, y: 0, z: 0.15173182, w: 0.04065696}
|
||||
outSlope: {x: 0, y: 0, z: 0.15173182, w: 0.04065696}
|
||||
tangentMode: 0
|
||||
- time: 2.4999983
|
||||
value: {x: 0, y: 0, z: 0.38268286, w: -0.92387974}
|
||||
inSlope: {x: 0, y: 0, z: 0.14512016, w: 0.060111936}
|
||||
outSlope: {x: 0, y: 0, z: 0.14512016, w: 0.060111936}
|
||||
tangentMode: 0
|
||||
- time: 3.3333309
|
||||
value: {x: 0, y: 0, z: 0.49999923, w: -0.86602587}
|
||||
inSlope: {x: 0, y: 0, z: 0.1360391, w: 0.07854231}
|
||||
outSlope: {x: 0, y: 0, z: 0.1360391, w: 0.07854231}
|
||||
tangentMode: 0
|
||||
- time: 4.1499987
|
||||
value: {x: 0, y: 0, z: 0.6066821, w: -0.7949445}
|
||||
inSlope: {x: 0, y: 0, z: 0.124871254, w: 0.0952994}
|
||||
outSlope: {x: 0, y: 0, z: 0.124871254, w: 0.0952994}
|
||||
tangentMode: 0
|
||||
- time: 4.966676
|
||||
value: {x: 0, y: 0, z: 0.7033956, w: -0.71079856}
|
||||
inSlope: {x: 0, y: 0, z: 0.11165887, w: 0.11049481}
|
||||
outSlope: {x: 0, y: 0, z: 0.11165887, w: 0.11049481}
|
||||
tangentMode: 0
|
||||
- time: 5
|
||||
value: {x: 0, y: 0, z: 0.7071066, w: -0.70710695}
|
||||
inSlope: {x: 0, y: 0, z: 0.11120534, w: 0.11091549}
|
||||
outSlope: {x: 0, y: 0, z: 0.11120534, w: 0.11091549}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves: []
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: 360
|
||||
inSlope: -90.046814
|
||||
outSlope: -90.046814
|
||||
tangentMode: 0
|
||||
- time: 0.38333333
|
||||
value: 325.48206
|
||||
inSlope: -1066.6769
|
||||
outSlope: -1066.6769
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: 87.09622
|
||||
inSlope: -1535.0552
|
||||
outSlope: -1535.0552
|
||||
tangentMode: 0
|
||||
- time: 0.51666665
|
||||
value: 69.98285
|
||||
inSlope: -509.99866
|
||||
outSlope: -509.99866
|
||||
tangentMode: 0
|
||||
- time: 0.53333336
|
||||
value: 70.09628
|
||||
inSlope: 72.09283
|
||||
outSlope: 72.09283
|
||||
tangentMode: 0
|
||||
- time: 1.3333334
|
||||
value: 180
|
||||
inSlope: -65.76648
|
||||
outSlope: -65.76648
|
||||
tangentMode: 0
|
||||
- time: 1.35
|
||||
value: 175.51813
|
||||
inSlope: 41.36891
|
||||
outSlope: 41.36891
|
||||
tangentMode: 0
|
||||
- time: 1.7833333
|
||||
value: 327.89996
|
||||
inSlope: -105.85698
|
||||
outSlope: -105.85698
|
||||
tangentMode: 0
|
||||
- time: 1.95
|
||||
value: 234.00586
|
||||
inSlope: -749.822
|
||||
outSlope: -749.822
|
||||
tangentMode: 0
|
||||
- time: 1.9666667
|
||||
value: 218.40121
|
||||
inSlope: -1402.9614
|
||||
outSlope: -1402.9614
|
||||
tangentMode: 0
|
||||
- time: 2
|
||||
value: 156.07983
|
||||
inSlope: 545.17194
|
||||
outSlope: 545.17194
|
||||
tangentMode: 0
|
||||
- time: 2.0166667
|
||||
value: 205.4129
|
||||
inSlope: 1810.0884
|
||||
outSlope: 1810.0884
|
||||
tangentMode: 0
|
||||
- time: 2.1333334
|
||||
value: 282.43512
|
||||
inSlope: 388.17017
|
||||
outSlope: 388.17017
|
||||
tangentMode: 0
|
||||
- time: 2.1833334
|
||||
value: 288.24265
|
||||
inSlope: -83.685074
|
||||
outSlope: -83.685074
|
||||
tangentMode: 0
|
||||
- time: 2.2
|
||||
value: 283.5173
|
||||
inSlope: -374.67307
|
||||
outSlope: -374.67307
|
||||
tangentMode: 0
|
||||
- time: 2.2333333
|
||||
value: 267.9898
|
||||
inSlope: -3601.619
|
||||
outSlope: -3601.619
|
||||
tangentMode: 0
|
||||
- time: 2.25
|
||||
value: 155.6997
|
||||
inSlope: -3411.6975
|
||||
outSlope: -3411.6975
|
||||
tangentMode: 0
|
||||
- time: 2.7
|
||||
value: 117.00751
|
||||
inSlope: -90.99716
|
||||
outSlope: -90.99716
|
||||
tangentMode: 0
|
||||
- time: 3
|
||||
value: 88.20401
|
||||
inSlope: 6.4887238
|
||||
outSlope: 6.4887238
|
||||
tangentMode: 0
|
||||
- time: 3.6666667
|
||||
value: 160.86343
|
||||
inSlope: -127.15417
|
||||
outSlope: -127.15417
|
||||
tangentMode: 0
|
||||
- time: 3.8666666
|
||||
value: 88.20401
|
||||
inSlope: -179.30614
|
||||
outSlope: -179.30614
|
||||
tangentMode: 0
|
||||
- time: 4.25
|
||||
value: 90
|
||||
inSlope: -5001.591
|
||||
outSlope: -5001.591
|
||||
tangentMode: 0
|
||||
- time: 4.266667
|
||||
value: -76.80002
|
||||
inSlope: -4873.6675
|
||||
outSlope: -4873.6675
|
||||
tangentMode: 0
|
||||
- time: 4.9
|
||||
value: 88.20398
|
||||
inSlope: 197.84148
|
||||
outSlope: 197.84148
|
||||
tangentMode: 0
|
||||
- time: 4.9333334
|
||||
value: 92.708984
|
||||
inSlope: 40.48557
|
||||
outSlope: 40.48557
|
||||
tangentMode: 0
|
||||
- time: 4.9666667
|
||||
value: 90.903015
|
||||
inSlope: 5354.903
|
||||
outSlope: 5354.903
|
||||
tangentMode: 0
|
||||
- time: 4.983333
|
||||
value: 270.30002
|
||||
inSlope: 5372.9917
|
||||
outSlope: 5372.9917
|
||||
tangentMode: 0
|
||||
- time: 5
|
||||
value: 270
|
||||
inSlope: -18.000858
|
||||
outSlope: -18.000858
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.z
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.38333333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.51666665
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.53333336
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.3333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.35
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.7833333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.95
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.9666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.0166667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.1333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.1833334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.2
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.2333333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.25
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.7
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3.6666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3.8666666
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.25
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.266667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.983333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 5
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.y
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.38333333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.5
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.51666665
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 0.53333336
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.3333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.35
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.7833333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.95
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 1.9666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.0166667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.1333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.1833334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.2
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.2333333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.25
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 2.7
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3.6666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 3.8666666
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.25
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.266667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9333334
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.9666667
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 4.983333
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
- time: 5
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
attribute: m_LocalEulerAnglesHint.x
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 2
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/RotatingGlow.anim.meta
Normal file
6
Assets/AnimationClip/RotatingGlow.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0e1816c180d943d4d8a9848506040399
|
||||
timeCreated: 1702843221
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
49
Assets/AnimationClip/StarPulsing.anim
Normal file
49
Assets/AnimationClip/StarPulsing.anim
Normal file
|
@ -0,0 +1,49 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
serializedVersion: 3
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: StarPulsing
|
||||
m_Compressed: 0
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_PositionCurves: []
|
||||
m_ScaleCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- time: 0
|
||||
value: {x: 1, y: 1, z: 1}
|
||||
inSlope: {x: 0.67826086, y: 0.67826086, z: 0.67826086}
|
||||
outSlope: {x: 0.67826086, y: 0.67826086, z: 0.67826086}
|
||||
tangentMode: 0
|
||||
- time: 0.38333333
|
||||
value: {x: 1.26, y: 1.26, z: 1.26}
|
||||
inSlope: {x: -0.9154149, y: -0.9154149, z: -0.9154149}
|
||||
outSlope: {x: -0.9154149, y: -0.9154149, z: -0.9154149}
|
||||
tangentMode: 0
|
||||
- time: 0.56666666
|
||||
value: {x: 0.8, y: 0.8, z: 0.8}
|
||||
inSlope: {x: -0.054545164, y: -0.054545164, z: -0.054545164}
|
||||
outSlope: {x: -0.054545164, y: -0.054545164, z: -0.054545164}
|
||||
tangentMode: 0
|
||||
- time: 0.65
|
||||
value: {x: 1, y: 1, z: 1}
|
||||
inSlope: {x: 2.4000003, y: 2.4000003, z: 2.4000003}
|
||||
outSlope: {x: 2.4000003, y: 2.4000003, z: 2.4000003}
|
||||
tangentMode: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
path:
|
||||
m_FloatCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_EditorCurves: []
|
||||
m_EulerEditorCurves: []
|
||||
m_Events: []
|
6
Assets/AnimationClip/StarPulsing.anim.meta
Normal file
6
Assets/AnimationClip/StarPulsing.anim.meta
Normal file
|
@ -0,0 +1,6 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ab1d134e8b84a364bb4b523b5de9a5e9
|
||||
timeCreated: 1702843221
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
name:
|
5
Assets/AudioClip.meta
Normal file
5
Assets/AudioClip.meta
Normal file
|
@ -0,0 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b6615eb3e8d2ff8429ffafbb9ac055c8
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
userData:
|
BIN
Assets/AudioClip/BonusBox.mp3
Normal file
BIN
Assets/AudioClip/BonusBox.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/BonusBox.mp3.meta
Normal file
17
Assets/AudioClip/BonusBox.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: cfbcbdf255470874298e53d91e4ff027
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/Goal.mp3
Normal file
BIN
Assets/AudioClip/Goal.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/Goal.mp3.meta
Normal file
17
Assets/AudioClip/Goal.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 15476986c285476469b79eb0f62658e1
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/Music_LevelComplete.mp3
Normal file
BIN
Assets/AudioClip/Music_LevelComplete.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/Music_LevelComplete.mp3.meta
Normal file
17
Assets/AudioClip/Music_LevelComplete.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9247da07d9a5e5e439e90f3b2151c1b3
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/SFX_Menu_Button.mp3
Normal file
BIN
Assets/AudioClip/SFX_Menu_Button.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/SFX_Menu_Button.mp3.meta
Normal file
17
Assets/AudioClip/SFX_Menu_Button.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b478c8a6063b78d46bb0b5730361bba6
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/SFX_Menu_Drag.mp3
Normal file
BIN
Assets/AudioClip/SFX_Menu_Drag.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/SFX_Menu_Drag.mp3.meta
Normal file
17
Assets/AudioClip/SFX_Menu_Drag.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: bd8896837ca1e7c43884109e52cfeb60
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/SFX_Menu_PlacePart.mp3
Normal file
BIN
Assets/AudioClip/SFX_Menu_PlacePart.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/SFX_Menu_PlacePart.mp3.meta
Normal file
17
Assets/AudioClip/SFX_Menu_PlacePart.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 23898f547060d804da7d5ce02cb0254a
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/SFX_Menu_Remove_Part.mp3
Normal file
BIN
Assets/AudioClip/SFX_Menu_Remove_Part.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/SFX_Menu_Remove_Part.mp3.meta
Normal file
17
Assets/AudioClip/SFX_Menu_Remove_Part.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f8d9c883e499bc8469ce5b81266b55c8
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/TNT_explosion.mp3
Normal file
BIN
Assets/AudioClip/TNT_explosion.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/TNT_explosion.mp3.meta
Normal file
17
Assets/AudioClip/TNT_explosion.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 41f473239d9470b4781069b45376c86f
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/V8_engine.mp3
Normal file
BIN
Assets/AudioClip/V8_engine.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/V8_engine.mp3.meta
Normal file
17
Assets/AudioClip/V8_engine.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5ef761e26461ce746a1e432be82eff2e
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/ambient_air.mp3
Normal file
BIN
Assets/AudioClip/ambient_air.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/ambient_air.mp3.meta
Normal file
17
Assets/AudioClip/ambient_air.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8f2e8854e78893d41b190179176a20cb
|
||||
timeCreated: 1702843223
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/ambient_trees.mp3
Normal file
BIN
Assets/AudioClip/ambient_trees.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/ambient_trees.mp3.meta
Normal file
17
Assets/AudioClip/ambient_trees.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4bb439d3579e04240b8b1e779ec11736
|
||||
timeCreated: 1702843223
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/balloon_pop_02.mp3
Normal file
BIN
Assets/AudioClip/balloon_pop_02.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/balloon_pop_02.mp3.meta
Normal file
17
Assets/AudioClip/balloon_pop_02.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 32adce9ba4d5f0946abb242ba7e00c28
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/bellow_03.mp3
Normal file
BIN
Assets/AudioClip/bellow_03.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/bellow_03.mp3.meta
Normal file
17
Assets/AudioClip/bellow_03.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1b470cd659462e841aaa49029ba9b510
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/bottle_cork.mp3
Normal file
BIN
Assets/AudioClip/bottle_cork.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/bottle_cork.mp3.meta
Normal file
17
Assets/AudioClip/bottle_cork.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6beeb81872ad5e24a9d039c0d31e6059
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/clear_canvas.mp3
Normal file
BIN
Assets/AudioClip/clear_canvas.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/clear_canvas.mp3.meta
Normal file
17
Assets/AudioClip/clear_canvas.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: eb9dc072ec60859418159d84f6ac6e16
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 0
|
||||
forceToMono: 0
|
||||
useHardware: 1
|
||||
loopable: 0
|
BIN
Assets/AudioClip/coke_bottle.mp3
Normal file
BIN
Assets/AudioClip/coke_bottle.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/coke_bottle.mp3.meta
Normal file
17
Assets/AudioClip/coke_bottle.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 17eaa0d108d6c184e8afa3865885259c
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/electric_motor.wav
Normal file
BIN
Assets/AudioClip/electric_motor.wav
Normal file
Binary file not shown.
17
Assets/AudioClip/electric_motor.wav.meta
Normal file
17
Assets/AudioClip/electric_motor.wav.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 81eaef56a06c46341be809b1fc88cd00
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/fan.mp3
Normal file
BIN
Assets/AudioClip/fan.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/fan.mp3.meta
Normal file
17
Assets/AudioClip/fan.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 49e44b66d9cc8764a905f208901cc456
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/gadget_rotate_01.mp3
Normal file
BIN
Assets/AudioClip/gadget_rotate_01.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/gadget_rotate_01.mp3.meta
Normal file
17
Assets/AudioClip/gadget_rotate_01.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c9ebf6619abc8234a9ea1013f5eb16bd
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/helicopter_rotor.mp3
Normal file
BIN
Assets/AudioClip/helicopter_rotor.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/helicopter_rotor.mp3.meta
Normal file
17
Assets/AudioClip/helicopter_rotor.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b5b63fd96486c6746844527d2ec32908
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_damage_01.mp3
Normal file
BIN
Assets/AudioClip/metal_damage_01.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_damage_01.mp3.meta
Normal file
17
Assets/AudioClip/metal_damage_01.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d2625642e8a8a7a42bb9681c18b2d6d8
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_damage_02.mp3
Normal file
BIN
Assets/AudioClip/metal_damage_02.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_damage_02.mp3.meta
Normal file
17
Assets/AudioClip/metal_damage_02.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2430ee4d6b87ef54c879f7e49f666bfb
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_damage_03.mp3
Normal file
BIN
Assets/AudioClip/metal_damage_03.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_damage_03.mp3.meta
Normal file
17
Assets/AudioClip/metal_damage_03.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: bf9540de2b5e20449b3dcb9f8bf1ad37
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_hit_01.mp3
Normal file
BIN
Assets/AudioClip/metal_hit_01.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_hit_01.mp3.meta
Normal file
17
Assets/AudioClip/metal_hit_01.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1ac0f46a15134694a85b9c0e22ed2568
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_hit_02.mp3
Normal file
BIN
Assets/AudioClip/metal_hit_02.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_hit_02.mp3.meta
Normal file
17
Assets/AudioClip/metal_hit_02.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1dd69bb2802f86d488eb08a9616db0d3
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_hit_03.mp3
Normal file
BIN
Assets/AudioClip/metal_hit_03.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_hit_03.mp3.meta
Normal file
17
Assets/AudioClip/metal_hit_03.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 777f25c84ac33ac489850fa5ee9aedfb
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_joint_break_01.mp3
Normal file
BIN
Assets/AudioClip/metal_joint_break_01.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_joint_break_01.mp3.meta
Normal file
17
Assets/AudioClip/metal_joint_break_01.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a3be0bb4fa43b474580d401e879cc55e
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_joint_break_02.mp3
Normal file
BIN
Assets/AudioClip/metal_joint_break_02.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_joint_break_02.mp3.meta
Normal file
17
Assets/AudioClip/metal_joint_break_02.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a5d087d04c36e6f4aa507ae48b3e1a2e
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 0
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/metal_joint_break_03.mp3
Normal file
BIN
Assets/AudioClip/metal_joint_break_03.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/metal_joint_break_03.mp3.meta
Normal file
17
Assets/AudioClip/metal_joint_break_03.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b9b7271f53ee5cd4389f549fb094b029
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/motor_wheel.wav
Normal file
BIN
Assets/AudioClip/motor_wheel.wav
Normal file
Binary file not shown.
17
Assets/AudioClip/motor_wheel.wav.meta
Normal file
17
Assets/AudioClip/motor_wheel.wav.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 852f7a5ab443e554c8fd330b0b1922e6
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_01.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_01.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_01.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_01.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 59960bc96ec4aa14086be11a02e271ff
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_02.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_02.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_02.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_02.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 66874ea167e611044b7ffc827e2b9bfe
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_03.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_03.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_03.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_03.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 22f868ab7b23841478ef258f7247b1b7
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_04.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_04.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_04.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_04.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 56cd3a689f794ef4bbec24bb51979dc9
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_05.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_05.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_05.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_05.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ffd7dd8bea7eeb541bea2e79063b7e11
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_06.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_06.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_06.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_06.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c064ea9de2dc51e4684486385ad603e2
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_07.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_07.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_07.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_07.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e046c3070d2a4fe4c926554f54f36adb
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_08.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_08.mp3
Normal file
Binary file not shown.
17
Assets/AudioClip/piglet_fear_08.mp3.meta
Normal file
17
Assets/AudioClip/piglet_fear_08.mp3.meta
Normal file
|
@ -0,0 +1,17 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3c466f13f207c294a9f88fc7b0aa4a38
|
||||
timeCreated: 1702843226
|
||||
licenseType: Free
|
||||
AudioImporter:
|
||||
serializedVersion: 4
|
||||
name:
|
||||
format: 2
|
||||
quality: 0
|
||||
stream: 1
|
||||
previewDataLength: 0
|
||||
audio preview data: 0
|
||||
_typelessdata:
|
||||
3D: 1
|
||||
forceToMono: 0
|
||||
useHardware: 0
|
||||
loopable: 0
|
BIN
Assets/AudioClip/piglet_fear_09.mp3
Normal file
BIN
Assets/AudioClip/piglet_fear_09.mp3
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue