initial
This commit is contained in:
commit
7fe114ca63
59
.gitattributes
vendored
Normal file
59
.gitattributes
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
## Unity ##
|
||||
|
||||
*.cs diff=csharp text
|
||||
*.cginc text
|
||||
*.shader text
|
||||
|
||||
*.mat merge=unityyamlmerge
|
||||
*.anim merge=unityyamlmerge
|
||||
*.unity merge=unityyamlmerge
|
||||
*.prefab merge=unityyamlmerge
|
||||
*.physicsMaterial2D merge=unityyamlmerge
|
||||
*.physicsMaterial merge=unityyamlmerge
|
||||
*.asset merge=unityyamlmerge
|
||||
*.meta merge=unityyamlmerge
|
||||
*.controller merge=unityyamlmerge
|
||||
|
||||
|
||||
## git-lfs ##
|
||||
|
||||
#Image
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||
*.tif filter=lfs diff=lfs merge=lfs -text
|
||||
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||
*.cubemap filter=lfs diff=lfs merge=lfs -text
|
||||
*.svg filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
#Audio
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
#Video
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mov filter=lfs diff=lfs merge=lfs -text
|
||||
*.webm filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
#3D Object
|
||||
*.FBX filter=lfs diff=lfs merge=lfs -text
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||
*.obj filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
#ETC
|
||||
*.a filter=lfs diff=lfs merge=lfs -text
|
||||
*.exr filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.unitypackage filter=lfs diff=lfs merge=lfs -text
|
||||
*.aif filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.rns filter=lfs diff=lfs merge=lfs -text
|
||||
*.reason filter=lfs diff=lfs merge=lfs -text
|
||||
*.lxo filter=lfs diff=lfs merge=lfs -text
|
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
# 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/*
|
||||
|
||||
ProjectSettings/RiderScriptEditorPersistedState.asset
|
13
.idea/.idea.Slowpoker/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.Slowpoker/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/projectSettingsUpdater.xml
|
||||
/modules.xml
|
||||
/.idea.Slowpoker.iml
|
||||
/contentModel.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
4
.idea/.idea.Slowpoker/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.Slowpoker/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
8
.idea/.idea.Slowpoker/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.Slowpoker/.idea/indexLayout.xml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.Slowpoker/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.Slowpoker/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
8
Assets/Animations.meta
Normal file
8
Assets/Animations.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 21066afcebef1a641ae12e227e40fa24
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
Assets/Animations/Fortnite Anims.meta
Normal file
8
Assets/Animations/Fortnite Anims.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fce8cd178c9d13f478775e1482ff9dfa
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
541147
Assets/Animations/Fortnite Anims/Dance Moves.anim
Normal file
541147
Assets/Animations/Fortnite Anims/Dance Moves.anim
Normal file
File diff suppressed because it is too large
Load Diff
9
Assets/Animations/Fortnite Anims/Dance Moves.anim.meta
Normal file
9
Assets/Animations/Fortnite Anims/Dance Moves.anim.meta
Normal file
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6852312fe188c443a4918427e629c2c
|
||||
timeCreated: 1528776486
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
114679
Assets/Animations/Fortnite Anims/ElectroShuffle_CMF.anim
Normal file
114679
Assets/Animations/Fortnite Anims/ElectroShuffle_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cd830132a98a03b4daf0ca9e3deb967c
|
||||
timeCreated: 1528777807
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
21913
Assets/Animations/Fortnite Anims/Emote_BandOfTheFort_Idle.anim
Normal file
21913
Assets/Animations/Fortnite Anims/Emote_BandOfTheFort_Idle.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c07d211956bc74644b8e5b15d73d4bd0
|
||||
timeCreated: 1528777838
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
110383
Assets/Animations/Fortnite Anims/Emote_Bendy_CMF.anim
Normal file
110383
Assets/Animations/Fortnite Anims/Emote_Bendy_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bac97f59fe9d2f84a8fbe9888b2b405b
|
||||
timeCreated: 1528778023
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
71501
Assets/Animations/Fortnite Anims/Emote_BlowKiss.anim
Normal file
71501
Assets/Animations/Fortnite Anims/Emote_BlowKiss.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4923309b9af84394e9ffd8f84a304411
|
||||
timeCreated: 1528778045
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
105031
Assets/Animations/Fortnite Anims/Emote_Breakdance_Female.anim
Normal file
105031
Assets/Animations/Fortnite Anims/Emote_Breakdance_Female.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 15da0717780ba584cb4da815d4e559c7
|
||||
timeCreated: 1528778199
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
32257
Assets/Animations/Fortnite Anims/Emote_Celebration_Loop.anim
Normal file
32257
Assets/Animations/Fortnite Anims/Emote_Celebration_Loop.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1301aa0ba536b714e9c0a4427334676d
|
||||
timeCreated: 1528778647
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
49051
Assets/Animations/Fortnite Anims/Emote_Chicken_CMM.anim
Normal file
49051
Assets/Animations/Fortnite Anims/Emote_Chicken_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7fb228fc6b82f794fbdcfd6cd2c3aa8c
|
||||
timeCreated: 1528778674
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
30163
Assets/Animations/Fortnite Anims/Emote_ClapperBoard_CMF.anim
Normal file
30163
Assets/Animations/Fortnite Anims/Emote_ClapperBoard_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab85fe33adc919a42b7b42abeec1a866
|
||||
timeCreated: 1528778722
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
33769
Assets/Animations/Fortnite Anims/Emote_Confused_CMF.anim
Normal file
33769
Assets/Animations/Fortnite Anims/Emote_Confused_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c5cba1e34b1931c47a18e67db3632585
|
||||
timeCreated: 1528778878
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
34321
Assets/Animations/Fortnite Anims/Emote_Confused_CMM.anim
Normal file
34321
Assets/Animations/Fortnite Anims/Emote_Confused_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5b2fc78576d21d744b63fd56b1795993
|
||||
timeCreated: 1528778906
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
97783
Assets/Animations/Fortnite Anims/Emote_DG_Disco.anim
Normal file
97783
Assets/Animations/Fortnite Anims/Emote_DG_Disco.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe1c92a81a629714ba856e8f6e2400bd
|
||||
timeCreated: 1528779727
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
103561
Assets/Animations/Fortnite Anims/Emote_Dance_Disco_T3.anim
Normal file
103561
Assets/Animations/Fortnite Anims/Emote_Dance_Disco_T3.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f4306537fff09840bf38aa5a5c48809
|
||||
timeCreated: 1528779002
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
99253
Assets/Animations/Fortnite Anims/Emote_Dance_Disco_T3_Female.anim
Normal file
99253
Assets/Animations/Fortnite Anims/Emote_Dance_Disco_T3_Female.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d20130bc68cf1f44a962828d5f8af925
|
||||
timeCreated: 1528779340
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
12067
Assets/Animations/Fortnite Anims/Emote_Dance_Loser_CMF.anim
Normal file
12067
Assets/Animations/Fortnite Anims/Emote_Dance_Loser_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9cba3f55ee7ecbb488baff0ee416e399
|
||||
timeCreated: 1528779368
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
48685
Assets/Animations/Fortnite Anims/Emote_Dance_NoBones_CMF.anim
Normal file
48685
Assets/Animations/Fortnite Anims/Emote_Dance_NoBones_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d1cbf4fc8ce35e74a913b2c86a7de8a6
|
||||
timeCreated: 1528779402
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
34549
Assets/Animations/Fortnite Anims/Emote_Dance_RideThePony.anim
Normal file
34549
Assets/Animations/Fortnite Anims/Emote_Dance_RideThePony.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dc0ef2c11ca360e4cb58e7c653325caa
|
||||
timeCreated: 1528779521
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
45733
Assets/Animations/Fortnite Anims/Emote_Dance_Shoot_CMF.anim
Normal file
45733
Assets/Animations/Fortnite Anims/Emote_Dance_Shoot_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f7455eca6bfae84b8b1fe7107444e76
|
||||
timeCreated: 1528779600
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
57097
Assets/Animations/Fortnite Anims/Emote_Dance_Worm.anim
Normal file
57097
Assets/Animations/Fortnite Anims/Emote_Dance_Worm.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0f938893064dbf841a58558f422bb05e
|
||||
timeCreated: 1528779630
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
26023
Assets/Animations/Fortnite Anims/Emote_DustOffShoulders_CMF.anim
Normal file
26023
Assets/Animations/Fortnite Anims/Emote_DustOffShoulders_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 146cb395d02523340958fa9fc751127d
|
||||
timeCreated: 1528779751
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
155755
Assets/Animations/Fortnite Anims/Emote_EasternBloc_CMF.anim
Normal file
155755
Assets/Animations/Fortnite Anims/Emote_EasternBloc_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9e003f63ec42b3a4387411e4e8fed5aa
|
||||
timeCreated: 1528779831
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
26437
Assets/Animations/Fortnite Anims/Emote_Facepalm.anim
Normal file
26437
Assets/Animations/Fortnite Anims/Emote_Facepalm.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 53b2312978ce01a4db975dcf238b163d
|
||||
timeCreated: 1528780061
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
47383
Assets/Animations/Fortnite Anims/Emote_Flex_CMM.anim
Normal file
47383
Assets/Animations/Fortnite Anims/Emote_Flex_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 57fdd0e5b3af39b4cb7dc05f245c1d10
|
||||
timeCreated: 1528780100
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
38185
Assets/Animations/Fortnite Anims/Emote_FlippnSexy_Female.anim
Normal file
38185
Assets/Animations/Fortnite Anims/Emote_FlippnSexy_Female.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 780ac459840819843b5454579d1f280a
|
||||
timeCreated: 1528780568
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
19393
Assets/Animations/Fortnite Anims/Emote_FlossDance_CMM.anim
Normal file
19393
Assets/Animations/Fortnite Anims/Emote_FlossDance_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8253ec9aeb811fe44a2e3e7bf35cb8cd
|
||||
timeCreated: 1528780589
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
28807
Assets/Animations/Fortnite Anims/Emote_Fonzie_Pistol.anim
Normal file
28807
Assets/Animations/Fortnite Anims/Emote_Fonzie_Pistol.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c4a0b61e56a75244abbb0a7ce55af15d
|
||||
timeCreated: 1528780728
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
62713
Assets/Animations/Fortnite Anims/Emote_Fresh.anim
Normal file
62713
Assets/Animations/Fortnite Anims/Emote_Fresh.anim
Normal file
File diff suppressed because it is too large
Load Diff
9
Assets/Animations/Fortnite Anims/Emote_Fresh.anim.meta
Normal file
9
Assets/Animations/Fortnite Anims/Emote_Fresh.anim.meta
Normal file
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c46fbde53f2cf0e4cbdef31fd9e1dedf
|
||||
timeCreated: 1528780774
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
91195
Assets/Animations/Fortnite Anims/Emote_GrooveJam_CMM.anim
Normal file
91195
Assets/Animations/Fortnite Anims/Emote_GrooveJam_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d91eb0ec968a2a4ab40b244e505066a
|
||||
timeCreated: 1528781204
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
28123
Assets/Animations/Fortnite Anims/Emote_HeelClick_CMM.anim
Normal file
28123
Assets/Animations/Fortnite Anims/Emote_HeelClick_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b2dba56aeab15484ba9f8959d3b8f7f2
|
||||
timeCreated: 1528781267
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
42199
Assets/Animations/Fortnite Anims/Emote_Hillbilly_Shuffle_CMM.anim
Normal file
42199
Assets/Animations/Fortnite Anims/Emote_Hillbilly_Shuffle_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b3fe0d30e0f093249b6c22348dee8f1b
|
||||
timeCreated: 1528781323
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
74875
Assets/Animations/Fortnite Anims/Emote_Hiphop_01_CMM.anim
Normal file
74875
Assets/Animations/Fortnite Anims/Emote_Hiphop_01_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe905389acdf19149a77e5d756f027bd
|
||||
timeCreated: 1528781351
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
28303
Assets/Animations/Fortnite Anims/Emote_IBreakYou_CMM.anim
Normal file
28303
Assets/Animations/Fortnite Anims/Emote_IBreakYou_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3bce2a64a4edcf64f8327d6f7425ca66
|
||||
timeCreated: 1528781387
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
24961
Assets/Animations/Fortnite Anims/Emote_IHeartYou_CMF.anim
Normal file
24961
Assets/Animations/Fortnite Anims/Emote_IHeartYou_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d16abc12a742d314592067d230032e97
|
||||
timeCreated: 1528781428
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
73573
Assets/Animations/Fortnite Anims/Emote_IrishJig_Female.anim
Normal file
73573
Assets/Animations/Fortnite Anims/Emote_IrishJig_Female.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 939e0bd1fdddaca4fb82dddde018d62a
|
||||
timeCreated: 1528781466
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
24391
Assets/Animations/Fortnite Anims/Emote_Kung-Fu_Salute1_CMF.anim
Normal file
24391
Assets/Animations/Fortnite Anims/Emote_Kung-Fu_Salute1_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8cca3e055eb971f459dfde48db5489f4
|
||||
timeCreated: 1528781615
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
49915
Assets/Animations/Fortnite Anims/Emote_Make_It_Rain.anim
Normal file
49915
Assets/Animations/Fortnite Anims/Emote_Make_It_Rain.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1c709f9e0fe08f540a7d3f10be5ca95d
|
||||
timeCreated: 1528781678
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
100525
Assets/Animations/Fortnite Anims/Emote_PopRock_CMM.anim
Normal file
100525
Assets/Animations/Fortnite Anims/Emote_PopRock_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6907f4546a224743aa50a10c62f1229
|
||||
timeCreated: 1528781806
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
24709
Assets/Animations/Fortnite Anims/Emote_PraiseTheStorm_CMM.anim
Normal file
24709
Assets/Animations/Fortnite Anims/Emote_PraiseTheStorm_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6c6c3a9289b0bdd478834ead7010dbbb
|
||||
timeCreated: 1528781841
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
81061
Assets/Animations/Fortnite Anims/Emote_RobotDance.anim
Normal file
81061
Assets/Animations/Fortnite Anims/Emote_RobotDance.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b81db8ff4d4da9247b75638aff0887b8
|
||||
timeCreated: 1528781871
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
27841
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Paper_CMF.anim
Normal file
27841
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Paper_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 32698de490632db41a10d4ab7d6d7375
|
||||
timeCreated: 1528782262
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
27649
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Rock_CMF.anim
Normal file
27649
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Rock_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 148edb4ed6130f445bb144d88cf98882
|
||||
timeCreated: 1528782437
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
27397
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Scissor_CMF.anim
Normal file
27397
Assets/Animations/Fortnite Anims/Emote_RockPaperScissor_Scissor_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce1128c88ae5c5a4caa92af3fe470263
|
||||
timeCreated: 1528782469
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
79033
Assets/Animations/Fortnite Anims/Emote_Rocket_Rodeo_CMM.anim
Normal file
79033
Assets/Animations/Fortnite Anims/Emote_Rocket_Rodeo_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8436d629dfce82547922d619283c9695
|
||||
timeCreated: 1528781921
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
26137
Assets/Animations/Fortnite Anims/Emote_Salute_Female.anim
Normal file
26137
Assets/Animations/Fortnite Anims/Emote_Salute_Female.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aabc73aec63e8eb4aacdf0826c75032f
|
||||
timeCreated: 1528782524
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
48193
Assets/Animations/Fortnite Anims/Emote_SmoothDrive_CMF.anim
Normal file
48193
Assets/Animations/Fortnite Anims/Emote_SmoothDrive_CMF.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d3a7b539c6b3a33439a7fe8fe04e9413
|
||||
timeCreated: 1528782596
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
23659
Assets/Animations/Fortnite Anims/Emote_Spray_CMM.anim
Normal file
23659
Assets/Animations/Fortnite Anims/Emote_Spray_CMM.anim
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a4c2c1d75300364288b6c0332218fa9
|
||||
timeCreated: 1528782742
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user