mirror of
https://github.com/ApfelTeeSaft/Slender.git
synced 2026-08-26 19:33:36 +00:00
Complete Upgrade
This commit is contained in:
+106
@@ -0,0 +1,106 @@
|
|||||||
|
# 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
|
||||||
|
#
|
||||||
|
# Recommended: add any editor/OS/tool-specific ignore rules from the Global/ templates as needed.
|
||||||
|
# See: https://github.com/github/gitignore/tree/main/Global
|
||||||
|
#
|
||||||
|
.utmp/
|
||||||
|
/[Ll]ibrary/
|
||||||
|
/[Tt]emp/
|
||||||
|
/[Oo]bj/
|
||||||
|
/[Bb]uild/
|
||||||
|
/[Bb]uilds/
|
||||||
|
/[Ll]ogs/
|
||||||
|
/[Uu]ser[Ss]ettings/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control.
|
||||||
|
*.blend1
|
||||||
|
*.blend1.meta
|
||||||
|
|
||||||
|
# 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*
|
||||||
|
# Jetbrains Rider personal-layer settings
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# Visual Studio cache directory
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Gradle cache directory
|
||||||
|
.gradle/
|
||||||
|
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files
|
||||||
|
ExportedObj/
|
||||||
|
.consulo/
|
||||||
|
*.csproj
|
||||||
|
*.unityproj
|
||||||
|
*.sln
|
||||||
|
*.slnx
|
||||||
|
*.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
|
||||||
|
|
||||||
|
# Mono auto generated files
|
||||||
|
mono_crash.*
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.unitypackage
|
||||||
|
*.unitypackage.meta
|
||||||
|
*.app
|
||||||
|
|
||||||
|
# Crashlytics generated file
|
||||||
|
crashlytics-build.properties
|
||||||
|
|
||||||
|
# TestRunner generated files
|
||||||
|
InitTestScene*.unity*
|
||||||
|
|
||||||
|
# Addressables default ignores, before user customizations
|
||||||
|
/ServerData
|
||||||
|
/[Aa]ssets/StreamingAssets/aa*
|
||||||
|
/[Aa]ssets/AddressableAssetsData/link.xml*
|
||||||
|
/[Aa]ssets/Addressables_Temp*
|
||||||
|
# By default, Addressables content builds will generate addressables_content_state.bin
|
||||||
|
# files in platform-specific subfolders, for example:
|
||||||
|
# /Assets/AddressableAssetsData/OSX/addressables_content_state.bin
|
||||||
|
/[Aa]ssets/AddressableAssetsData/*/*.bin*
|
||||||
|
|
||||||
|
# Visual Scripting auto-generated files
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
||||||
|
|
||||||
|
# Auto-generated scenes by play mode tests
|
||||||
|
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
||||||
|
|
||||||
|
# Auto-generated cache in Assets folder
|
||||||
|
/[Aa]ssets/[Ss]ceneDependencyCache*
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"components": [
|
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2ea712f60d145ed40a19e7b7ca882b33
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@@ -0,0 +1,119 @@
|
|||||||
|
%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: Default Take
|
||||||
|
m_Compressed: 0
|
||||||
|
m_RotationCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Roof_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Plane
|
||||||
|
m_CompressedRotationCurves: []
|
||||||
|
m_PositionCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0, y: 0.49997398, z: 0}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0, y: 0.49997398, 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: Roof_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0, y: 0, z: 0}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
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: Plane
|
||||||
|
m_ScaleCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Roof_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Plane
|
||||||
|
m_FloatCurves: []
|
||||||
|
m_SampleRate: 24
|
||||||
|
m_WrapMode: 0
|
||||||
|
m_Bounds:
|
||||||
|
m_Center: {x: 0, y: 2.087856, z: 2.493462}
|
||||||
|
m_Extent: {x: 12.014798, y: 2.0878565, z: 7.506539}
|
||||||
|
m_EditorCurves: []
|
||||||
|
m_EulerEditorCurves: []
|
||||||
|
m_Events: []
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f4fba0dfe20242042a3d003039230e11
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
NativeFormatImporter:
|
||||||
|
name:
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
%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: Default Take
|
||||||
|
m_Compressed: 0
|
||||||
|
m_RotationCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path:
|
||||||
|
m_CompressedRotationCurves: []
|
||||||
|
m_PositionCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0, y: 0, z: 0}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
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:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path:
|
||||||
|
m_FloatCurves: []
|
||||||
|
m_SampleRate: 24
|
||||||
|
m_WrapMode: 0
|
||||||
|
m_Bounds:
|
||||||
|
m_Center: {x: 0, y: 0, z: 0.6875}
|
||||||
|
m_Extent: {x: 0.3125, y: 0.31250018, z: 0.6875}
|
||||||
|
m_EditorCurves: []
|
||||||
|
m_EulerEditorCurves: []
|
||||||
|
m_Events: []
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 47d77179027cbcd4ba1bc19bb38d6c6f
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
NativeFormatImporter:
|
||||||
|
name:
|
||||||
@@ -0,0 +1,167 @@
|
|||||||
|
%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: Default Take
|
||||||
|
m_Compressed: 0
|
||||||
|
m_RotationCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Cube_000
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Cube_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.005683421, y: -0.8117102, z: 0.0040854053, w: 0.5840185}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.005683421, y: -0.8117102, z: 0.0040854053, w: 0.5840185}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Camera
|
||||||
|
m_CompressedRotationCurves: []
|
||||||
|
m_PositionCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0, y: 0, z: 0}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
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: Cube_000
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0, y: 0, z: 0}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
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: Cube_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: -0.8115205, y: 0.98814774, z: 2.382253}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: -0.8115205, y: 0.98814774, z: 2.382253}
|
||||||
|
inSlope: {x: -0, y: -0, z: -0}
|
||||||
|
outSlope: {x: -0, y: -0, z: -0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Camera
|
||||||
|
m_ScaleCurves:
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Cube_000
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 1, y: 1, z: 1}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Cube_001
|
||||||
|
- curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0.041666668
|
||||||
|
value: {x: 0.9999998, y: 1, z: 0.99999976}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 0.083333336
|
||||||
|
value: {x: 0.9999998, y: 1, z: 0.99999976}
|
||||||
|
inSlope: {x: 0, y: 0, z: 0}
|
||||||
|
outSlope: {x: 0, y: 0, z: 0}
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
path: Camera
|
||||||
|
m_FloatCurves: []
|
||||||
|
m_SampleRate: 24
|
||||||
|
m_WrapMode: 0
|
||||||
|
m_Bounds:
|
||||||
|
m_Center: {x: 0, y: 1.0066797, z: 0.035667956}
|
||||||
|
m_Extent: {x: 0.351013, y: 1.0074466, z: 0.15943709}
|
||||||
|
m_EditorCurves: []
|
||||||
|
m_EulerEditorCurves: []
|
||||||
|
m_Events: []
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f9f472d394965e04e807a07a31765a26
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
NativeFormatImporter:
|
||||||
|
name:
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 75a76d775180a374eab3ab017ecad490
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a5145c320c1c3ab40a2f175f43657e00
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8b628bc2973ca954b880948a7995bb34
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 92b10fa85c198ee42bef8311b6030111
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 48671579ab15f4d449525c566ec0bd10
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 5
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 1
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2362fe4b43a44b645af4fffbefc478d2
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4c6ed3177edd9294185f9437ddf6ac66
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 80bf6f81bad0ed346bc56b652c2b1000
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c87142a074430f846a52ceb08d405ca0
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c7db13f9d619ce44a82e5c99a2b5633b
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 35962c094ac143845838215d929845d4
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 59937f97057270a41ae44f95026dd1b7
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1d365629faaff2c4d91f17cf3ca85852
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 683c396afd2c0be448821d2b62a2e05a
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4e014d95eb0c8654ca73d800c0873ba8
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 985fb6a521d1eda47b5a580a098d9e80
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1838d807e4e0aaf4db7527955cba42d6
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1ef062f2738a2864480259c035550367
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f71e633683e503c4294ffcdb205ca805
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e1c104b348d33524db8c8ef38ebd43ef
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fe80066f8077e7a40b7c503778143716
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bbc1a0405fe94cf4b906c151014fe110
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e8c1963c7cf29cd4a91623c9ee95b00a
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f94493f22e032ce4792928cf21d48762
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b1213e2f42474d74b8705f26c31556e8
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c3be0fb03348a4549a8ef17d05b276b1
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5a4e6d34c99ee7f47ad5c90485c3c71e
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3a75ed45a67f96c40aa8228ded182e4d
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 095f5050ee263c24b960d8d095ec0fcf
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ee8bcc479c6fd22498fb0c779c8472f8
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 54ce037766c209d4db4cf66c173a93aa
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fcfb754df77fd4242a2fac15f33f7327
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b1f6f944323224c40bdfe35caaaed33d
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 34a221cba55cc5242aea43cbfd41bb71
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2018fa2e9a325fe46ab1aeb56feb8934
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0c6cd39e49430ad4d9f32bea7a44dc83
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 061346e96cfc2634b8b8f066276a80c2
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 519d66d4e1df4e243ac50b3d26917950
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7b97ff57b230ffb4eb2fc108c955d6f2
|
||||||
|
timeCreated: 1779529515
|
||||||
|
licenseType: Free
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 4
|
||||||
|
name:
|
||||||
|
format: 3
|
||||||
|
quality: 0
|
||||||
|
stream: 1
|
||||||
|
previewDataLength: 0
|
||||||
|
audio preview data: 0
|
||||||
|
_typelessdata:
|
||||||
|
3D: 0
|
||||||
|
forceToMono: 0
|
||||||
|
useHardware: 0
|
||||||
|
loopable: 0
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f6c5be675a9640647b62a1a619674f1b
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7000894a699c0c042b0573792c838de5
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 83d0552301f36ba4a9ce28ed570f5d48
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f3c11eedab5083441a1553b1dc8b61a5
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 211f0d920d9efc54296f98ef6e9c58ba
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 001095d23decc2f4c8cbaa55d242f80d
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1e0162778b693344fb85de456de25691
|
||||||
|
timeCreated: 1779529515
|
||||||
|
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
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user