Compare commits

...

85 Commits

Author SHA1 Message Date
Michal Pikulski
9f2230c8b1 Add a brief README explaining the dialogue system 2025-09-29 11:31:50 +02:00
Michal Pikulski
cee5d575b1 Working slotting items 2025-09-29 11:15:55 +02:00
Michal Pikulski
e6cb55975c Mostly working, double invocation of dialogue progression 2025-09-29 11:15:55 +02:00
Michal Pikulski
02031335e3 Working Dialogue 2025-09-29 11:15:55 +02:00
Michal Pikulski
665cfa89c6 Working regular dialogue and speech bubble. Item conditions need work 2025-09-29 11:15:55 +02:00
4c1be82cf2 Final touchups to the dialogue component 2025-09-29 11:15:55 +02:00
b07eea6aae DialogueComponent doodles 2025-09-29 11:15:55 +02:00
c8cbc45f04 Small updates to dispatchers in items and puzzles 2025-09-29 11:15:55 +02:00
0bb3ad10a0 Introduced dialogue graph magic, created assest and importers. Added events for broadcasting puzzle steps 2025-09-29 11:15:55 +02:00
2cd791f69d Merge pull request 'DamianBranch' (#9) from DamianBranch into main
Reviewed-on: #9
2025-09-26 08:33:30 +00:00
3e6867ff51 Merge branch 'main' into DamianBranch 2025-09-26 10:30:12 +02:00
a10fb31ada Making the Picnic Couple Work WIP 2025-09-26 10:29:39 +02:00
47d942d176 Switched Unity version to 6.2, updated some packages + installed GraphToolkit 2025-09-26 08:48:33 +02:00
DamianCorazza
c05f54efa7 Added some of the picnic Sprites
The picnic sprites might need rework on making respect the anim sequence
2025-09-26 02:02:55 +02:00
DamianCorazza
27b38ca9b1 Added new animas for Pulver
Added new sprite sheets and anims for pulver front and back walk/idle.
2025-09-26 00:23:27 +02:00
e878a32263 Introduce input modes and Pause Menu (#8)
- Add input mode switching to the Input Manager
- Automatically set input mode on scene load - UI for MainMenu and GameAndUI for other scenes
- Add PauseMenu prefab, auto-loaded via the boostrap system
- Automatically control PauseMenu visibility based on current scene

Co-authored-by: AlexanderT <alexander@foolhardyhorizons.com>
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #8
2025-09-25 10:06:51 +00:00
e69542879b Redid the SoundBird Logic of flight
changed the flight of the bird to be able to have more control over the takeoff, loops and landing.
2025-09-24 17:24:51 +02:00
63cb3f1a8c Revamp the settings system (#7)
- A Settings Provider system to utilize addressables for loading settings at runtime
- An editor UI for easy modifications of the settings objects
- A split out developer settings functionality to keep gameplay and nitty-gritty details separately
- Most settings migrated out of game objects and into the new system
- An additional Editor utility for fetching the settings at editor runtime, for gizmos, visualization etc

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Co-authored-by: AlexanderT <alexander@foolhardyhorizons.com>
Reviewed-on: #7
2025-09-24 13:33:43 +00:00
f5a6eff85a Created art for the luring spot D
added a spot for the soundbird with a little sign
2025-09-24 13:51:39 +02:00
7f862d4ead Added Sprites and anims for trafalgar back and front walk cycle.
Added the sprite sheets for the animations, and created the individual animation clips, but didn't hook them up to the input.
2025-09-24 12:31:18 +02:00
ceca90e058 Sound Bird First iteration Complete
Sound generator creates sound, bird gets spooked, is no longer interactable, and comes back after flying around.
2025-09-23 15:51:25 +02:00
Michal Pikulski
4b206b9b2e Little Trafalgar dust trail fun 2025-09-23 11:05:35 +02:00
2ae2bc3ac5 Updates to make sure the build goes through 2025-09-22 15:40:41 +02:00
1a9c82f5d7 Touch up touch input 2025-09-22 15:01:53 +02:00
da07f778c3 Move around scripts to cleanup the Minigame structure 2025-09-22 14:50:51 +02:00
96aad806a9 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-09-22 14:49:36 +02:00
f589b53234 Changes to the Diving For Pictures Minigame 2025-09-22 14:49:17 +02:00
28c342235c Merge pull request 'damianNonsense' (#4) from damianNonsense into main
Reviewed-on: #4
2025-09-22 12:46:50 +00:00
322bd5377d SoundGenerator Puzzle Section WIP
Started on the sound generator section of the soundbird puzzle, plus organized folders.
2025-09-22 14:37:16 +02:00
2923ba0851 Lawnmowwer is working!
Done with the lawnmower section of the puzzle.
2025-09-22 14:37:16 +02:00
8ed40e137c Update Quarry.unity 2025-09-22 14:37:16 +02:00
aa16f36eac Lawnmower Chase Work
Gardener chases but gets flipped
2025-09-22 14:37:15 +02:00
6abf25b2ad Working gardener chase without flipping 2025-09-22 14:37:15 +02:00
e1ee73bfb4 Trying to make the lawnmower flip 2025-09-22 14:37:15 +02:00
074b052abe Populate minigame with obstacles and monster spawns (#5)
- Simulated "fake" physics and collisions
- Object pooling for tiles, obstacles and monster spawns
- Base monster scoring with proximity triggers and depth multiplier

Co-authored-by: AlexanderT <alexander@foolhardyhorizons.com>
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #5
2025-09-22 14:37:15 +02:00
5305c20b00 Create a diving minigame MVP (#6)
- Obstacles
- Tiles
- Object pooling
- Monster spawns
- Scoring
- Minigame End

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Co-authored-by: AlexanderT <alexander@foolhardyhorizons.com>
Reviewed-on: #6
2025-09-22 12:16:32 +00:00
46755fecb3 Populate minigame with obstacles and monster spawns (#5)
- Simulated "fake" physics and collisions
- Object pooling for tiles, obstacles and monster spawns
- Base monster scoring with proximity triggers and depth multiplier

Co-authored-by: AlexanderT <alexander@foolhardyhorizons.com>
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #5
2025-09-21 07:32:56 +00:00
2ec5c3d855 Working monster spawns 2025-09-19 13:46:24 +02:00
40c3867d29 Add a sprite variant generator and create monster prefabs for heads 2025-09-19 13:14:47 +02:00
d110616907 Add Monster Spawn points, monster head placeholders. Add utility for prefab variation by sprite selection. 2025-09-19 12:51:25 +02:00
31f2ce338d Component move/copy utility 2025-09-19 10:08:58 +02:00
24f5228003 Started to deal with the Gardener
This is driving slightly insane plus I forgot ALL the programs Alex told me about, i'll adress this tomorrow.
2025-09-17 15:30:59 +02:00
8b3c9a09cb Anna Lise is working!
A lot of hardcoded stuff but Anna Lise is working
2025-09-17 13:59:21 +02:00
DamianCorazza
6a24330ea0 Trying to make Anna Lise face the Bird before taking the picture to no avail
Can't make her look at the bird, got pissed off, gonna try tomorrow.
2025-09-16 23:52:28 +02:00
81723a3cdb Anna Lise Moves To the Spot and takes a picture when the bird is there. 2025-09-16 18:14:00 +02:00
70a14e5a84 AnneLise moved to the spot, still trying to make her interactable then 2025-09-16 15:52:30 +02:00
Michal Pikulski
a455e34ed0 Add a sprite collider generator tool window 2025-09-16 15:39:49 +02:00
Michal Pikulski
75be338065 Working generic object pooling, pool monitor editor tool and batch component adder editor tool 2025-09-16 15:02:57 +02:00
Michal Pikulski
bcc6f05058 Working single-purpose object pooling solution 2025-09-16 15:02:57 +02:00
2c56d0e1de Merge pull request 'Introduce unit and integration tests' (#3) from integration_test into main
Reviewed-on: #3
2025-09-15 07:32:18 +00:00
Michal Pikulski
793da5e568 [Test] Cleanup assemblies for Android build test. Working game flow, working build, passing unit tests 2025-09-15 09:30:27 +02:00
Michal Pikulski
15414f9414 [Test] Add unit tests for base code 2025-09-14 13:35:35 +02:00
Michal Pikulski
8cffe0b161 Fix build issues due to comparison operators 2025-09-12 16:47:45 +02:00
Michal Pikulski
0057ae9fa3 Fix issues with scene loading, introduce an intermediate bootstrap scene 2025-09-12 15:37:26 +02:00
Michal Pikulski
cec661586e Fix issues with disabled puzzle steps not registering with puzzle manager 2025-09-12 14:39:08 +02:00
DamianCorazza
a580a5f35a Eyes are working now 2025-09-12 13:57:26 +02:00
Michal Pikulski
c0df46f9f8 Update dispatchers and message for slotting items 2025-09-12 13:24:04 +02:00
Michal Pikulski
9a12a79698 Fix item removed being called one too many times, fix Pulver movement 2025-09-12 13:14:21 +02:00
DamianCorazza
d62516f0cb Added Bird Spawning and Copied behaviour for the hammer bird 2025-09-12 12:49:07 +02:00
Michal Pikulski
445e36975d Interactable items - slotting working correctly and calling the dispatchers each time 2025-09-12 12:26:44 +02:00
Michal Pikulski
ef96d80d51 Small touchups of input and A* graphing 2025-09-12 10:36:23 +02:00
DamianCorazza
afd3bc3863 Eyes Work nicely now, switching items is a bit iffy though 2025-09-12 10:30:49 +02:00
9b590ca6ec Made Changes To slotted items (not fully functional but progressing)
Added Unity events to the Slotting Items, the eyes react fine but sometimes they fuck up. gonna check that out later.
2025-09-11 17:03:56 +02:00
Michal Pikulski
15b8146815 Update Puzzle Manager's initialization sequence 2025-09-11 15:48:44 +02:00
Michal Pikulski
c5b8561b73 Quick scene browser tab 2025-09-11 15:29:28 +02:00
fd220de298 Merge pull request 'rewrite_interactables' (#2) from rewrite_interactables into main
Reviewed-on: #2
2025-09-11 12:39:22 +00:00
Michal Pikulski
6c76759057 Touched up editor tool windows 2025-09-11 14:07:58 +02:00
Michal Pikulski
e1ff13db30 Rework interactables into a flatter hierarchy, reenable puzzles as well 2025-09-11 14:07:57 +02:00
Michal Pikulski
3a40d1a151 Interactables fully working now 2025-09-11 14:07:57 +02:00
Michal Pikulski
0ef25f265c Semi-working Interactables rework 2025-09-11 14:07:57 +02:00
abffb5c558 Michal saw we were programming with sticks 2025-09-11 13:53:42 +02:00
16c98ee8e3 Prefabs Modified 2025-09-11 13:03:43 +02:00
1239052a5f Fiddling with state machines 2025-09-11 10:44:01 +02:00
faa2bd73b5 Forgot the elusive soundbird 2025-09-10 22:29:19 +02:00
1c987af2b8 Added animations, two state machines 2025-09-10 22:17:51 +02:00
e7c950480f Big ol' asset dump 2025-09-10 20:18:53 +02:00
e431846cc1 Modified the Prefabs for items 2025-09-10 17:41:01 +02:00
57f5e7e631 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-09-10 16:13:49 +02:00
ce9f490ed5 Changed All prefabs to variants of BasePrefab 2025-09-10 16:13:43 +02:00
Michal Pikulski
5d81a2acfc Move the prefab editor to a dedicated tool window 2025-09-10 15:53:31 +02:00
Michal Pikulski
9579a8ef57 [Util] Add the possiblity to also edit items via the custom editor window 2025-09-10 14:45:25 +02:00
Michal Pikulski
ba56f1ec9c Add a prefab creator window 2025-09-10 13:49:27 +02:00
f5bd7457a9 Birdeyes animations 2025-09-10 13:43:15 +02:00
e970aa7b66 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-09-10 13:38:48 +02:00
36ab5864e5 Placeholder for bike horn + Pulver grid change + changed gardener tag 2025-09-10 13:38:40 +02:00
597 changed files with 66056 additions and 3974 deletions

5
.gitignore vendored
View File

@@ -99,3 +99,8 @@ InitTestScene*.unity*
# Auto-generated scenes by play mode tests
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
.idea/.idea.AppleHillsProduction/.idea/indexLayout.xml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.idea/.idea.AppleHillsProduction/.idea/indexLayout.xml

View File

@@ -0,0 +1,19 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dea69d41f90c6ea4fa55c27c1d60c145, type: 3}
m_Name: AddressableAssetGroupSortSettings
m_EditorClassIdentifier:
sortOrder:
- eb8a37153d819c44194f7ce97570a3d3
- 2b3d7cefec0915e42be04aebf0400a56
- 6f3207429a65b3e4b83935ac19791077
- c62e6f02418e19949bca4cccdd5fa02e

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 32c1a9c8651793e41848a173d66d98fd
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -15,7 +15,7 @@ MonoBehaviour:
m_DefaultGroup: 6f3207429a65b3e4b83935ac19791077
m_currentHash:
serializedVersion: 2
Hash: c0cf00979528ae95d3583c572e4eb343
Hash: 00000000000000000000000000000000
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 0
m_CatalogRequestsTimeout: 0
@@ -33,6 +33,7 @@ MonoBehaviour:
m_UniqueBundleIds: 0
m_EnableJsonCatalog: 0
m_NonRecursiveBuilding: 1
m_AllowNestedBundleFolders: 0
m_CCDEnabled: 0
m_maxConcurrentWebRequests: 3
m_UseUWRForLocalBundles: 0
@@ -61,6 +62,7 @@ MonoBehaviour:
m_GroupAssets:
- {fileID: 11400000, guid: efe7e1728e73e9546ac5dfee2eff524f, type: 2}
- {fileID: 11400000, guid: 6e4927e7e19eef34b93dc2baa9e9e8e2, type: 2}
- {fileID: 11400000, guid: e25c7672a65b5974bb354fcfb2a8400c, type: 2}
- {fileID: 11400000, guid: 7fcc03e584505ed4381983b6ebb1179d, type: 2}
m_BuildSettings:
m_LogResourceManagerExceptions: 1

View File

@@ -0,0 +1,41 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bbb281ee3bf0b054c82ac2347e9e782c, type: 3}
m_Name: Settings
m_EditorClassIdentifier:
m_GroupName: Settings
m_GUID: c62e6f02418e19949bca4cccdd5fa02e
m_SerializeEntries:
- m_GUID: 328ce914b893df646be3ad3c62755453
m_Address: Settings/Developer/DivingDeveloperSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 35bfcff00faa72c4eb272a9e8288f965
m_Address: Settings/PlayerFollowerSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8f5195fb013895049a19488fd4d8f2a1
m_Address: Settings/InteractionSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: a9569848f604a6540827d4d4bb0a35c2
m_Address: Settings/DivingMinigameSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: 11da9bb90d9dd5848b4f7629415a6937, type: 2}
m_SchemaSet:
m_Schemas: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e25c7672a65b5974bb354fcfb2a8400c
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,9 +1,8 @@
fileFormatVersion: 2
guid: 76df9d89226c52547a1d901d663c2ae9
guid: 8ce04590eb53040499b1fca744a23998
folderAsset: yes
timeCreated: 1500598980
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,521 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_TakePhoto
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: -25.813}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.8333334
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 53.406208}
outSlope: {x: 0, y: 0, z: 53.406208}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.9333333
value: {x: 0, y: 0, z: 180}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: Flash
m_PositionCurves: []
m_ScaleCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 1, y: 1, z: 1}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.8333334
value: {x: 1, y: 1, z: 1}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.9333333
value: {x: 8, y: 8, z: 1}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: Flash
m_FloatCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1.8333334
value: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1.9666667
value: 0
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_Enabled
path: Flash
classID: 212
script: {fileID: 0}
flags: 0
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 648675478, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.11666667
value: {fileID: 648675478, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.4
value: {fileID: 1484909561, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.45
value: {fileID: -303830737, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.5
value: {fileID: -1073821134, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.55
value: {fileID: -484180425, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.6333333
value: {fileID: 7208280, guid: e31632a6a76695a4395369132b2c6872, type: 3}
- time: 2.5
value: {fileID: -1209943226, guid: e31632a6a76695a4395369132b2c6872, type: 3}
- time: 3.7
value: {fileID: -1209943226, guid: e31632a6a76695a4395369132b2c6872, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 1846505479
attribute: 4
script: {fileID: 0}
typeID: 4
customType: 4
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 1846505479
attribute: 3
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 1846505479
attribute: 3305885265
script: {fileID: 0}
typeID: 212
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 648675478, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 648675478, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 1484909561, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -303830737, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1073821134, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -484180425, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 7208280, guid: e31632a6a76695a4395369132b2c6872, type: 3}
- {fileID: -1209943226, guid: e31632a6a76695a4395369132b2c6872, type: 3}
- {fileID: -1209943226, guid: e31632a6a76695a4395369132b2c6872, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 3.7166667
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1.8333334
value: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1.9666667
value: 0
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_Enabled
path: Flash
classID: 212
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.8333334
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.9333333
value: 8
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.x
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.8333334
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.9333333
value: 8
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.y
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.8333334
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.9333333
value: 1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.z
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.9333333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.x
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.8333334
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.y
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -25.813
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.8333334
value: 0
inSlope: 53.406208
outSlope: 53.406208
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.9333333
value: 180
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.z
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
m_EulerEditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.x
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.y
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.z
path: Flash
classID: 4
script: {fileID: 0}
flags: 0
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 10efbd38167aad04298e975a0f5a5b03
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,87 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_Talk
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -1179960714, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.06666667
value: {fileID: 2050553023, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.13333334
value: {fileID: -1473120825, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.23333333
value: {fileID: -1434407857, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.33333334
value: {fileID: -1767746451, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.43333334
value: {fileID: 1855376960, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -1179960714, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 2050553023, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1473120825, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1434407857, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1767746451, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 1855376960, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.46666667
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3d333893e864bb9438155954fa90266a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,114 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_Walk
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 452083058, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.033333335
value: {fileID: -221393018, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.06666667
value: {fileID: 1376190194, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.1
value: {fileID: 2133529702, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.13333334
value: {fileID: -1463921932, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.16666667
value: {fileID: -2064890877, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.2
value: {fileID: 1662782036, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.23333333
value: {fileID: -1591419770, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.26666668
value: {fileID: 325103094, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.3
value: {fileID: 1820506124, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.33333334
value: {fileID: 52369732, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.36666667
value: {fileID: -265338792, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.4
value: {fileID: -1102998166, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.43333334
value: {fileID: -1301804340, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- time: 0.46666667
value: {fileID: 426835227, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 452083058, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -221393018, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 1376190194, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 2133529702, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1463921932, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -2064890877, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 1662782036, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1591419770, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 325103094, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 1820506124, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 52369732, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -265338792, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1102998166, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: -1301804340, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
- {fileID: 426835227, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.5
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 72fcaa1d76d6e9d41b21c5864dbb56d6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,446 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1101 &-8760722250437406410
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: IsTalking
m_EventTreshold: 0
- m_ConditionMode: 4
m_ConditionEvent: speed
m_EventTreshold: 0.1
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 8246786244015671829}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.5
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-8596083763404434813
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: TakePhoto
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4318263607971929773}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-4318263607971929773
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_TakePhoto
m_Speed: 5
m_CycleOffset: 0
m_Transitions:
- {fileID: 72347323649537359}
- {fileID: 8576178047412164299}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 10efbd38167aad04298e975a0f5a5b03, type: 2}
m_Tag:
m_SpeedParameter: speed
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-3830102869068396213
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 2
m_ConditionEvent: IsTalking
m_EventTreshold: 0
- m_ConditionMode: 3
m_ConditionEvent: speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -209390523250253645}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.46428573
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-209390523250253645
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_Walk
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 6374966208286054977}
- {fileID: 1754766487699766130}
- {fileID: -8760722250437406410}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 72fcaa1d76d6e9d41b21c5864dbb56d6, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Annelise_Camera
serializedVersion: 5
m_AnimatorParameters:
- m_Name: TakePhoto
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: IsTalking
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: speed
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: 2508700077404179583}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1101 &72347323649537359
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 3
m_ConditionEvent: speed
m_EventTreshold: 0.1
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -209390523250253645}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.93273544
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &845949937516157909
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 2
m_ConditionEvent: IsTalking
m_EventTreshold: 0
- m_ConditionMode: 4
m_ConditionEvent: speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 6759965249582913303}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.46428573
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &1754766487699766130
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: TakePhoto
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4318263607971929773}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.5
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1107 &2508700077404179583
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 6759965249582913303}
m_Position: {x: 40, y: 270, z: 0}
- serializedVersion: 1
m_State: {fileID: -209390523250253645}
m_Position: {x: 40, y: 540, z: 0}
- serializedVersion: 1
m_State: {fileID: -4318263607971929773}
m_Position: {x: 190, y: 410, z: 0}
- serializedVersion: 1
m_State: {fileID: 8246786244015671829}
m_Position: {x: -100, y: 410, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 6759965249582913303}
--- !u!1101 &5295647608032367320
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 3
m_ConditionEvent: speed
m_EventTreshold: 0.1
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -209390523250253645}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &6374966208286054977
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 6759965249582913303}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.5
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &6759965249582913303
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Annelise_Camera_Idle
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 5295647608032367320}
- {fileID: -8596083763404434813}
- {fileID: 7181365323396324820}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 1d83f08ad0d4b6a46936932fef66aaaf, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &7181365323396324820
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: IsTalking
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 8246786244015671829}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &8246786244015671829
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Annelise_Camera_Talk
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 845949937516157909}
- {fileID: -3830102869068396213}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 3d333893e864bb9438155954fa90266a, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &8576178047412164299
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 6759965249582913303}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.93273544
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 21ad673edb1e3444dbc5fbae467a8122
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Annelise_Camera_Idle
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -1179960714, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -1179960714, guid: 99d4c3083e9c24142bc20deaeaf95720, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1d83f08ad0d4b6a46936932fef66aaaf
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,9 +1,8 @@
fileFormatVersion: 2
guid: 274948d5adb104b28a8d42ee1308cee0
guid: 6514052a56d074b4f94af9c42e3b45a7
folderAsset: yes
timeCreated: 1500598980
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 235569ad2973e024392a79c43c22cf5b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,90 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_AngryShake
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0.2
value: {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 0.8
value: {fileID: 890370234, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 0.96666664
value: {fileID: -1197832851, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.1333333
value: {fileID: 890370234, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.3
value: {fileID: -1197832851, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.4666667
value: {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 2.0333333
value: {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 890370234, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: -1197832851, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 890370234, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: -1197832851, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1623587888, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 2.0666666
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 398ba17882ed779488961cffcd8c7cce
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,120 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_Blink
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 0.96666664
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1
value: {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.0666667
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.1
value: {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.1666666
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.2
value: {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.2666667
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 1.3
value: {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 2.8666666
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 2.9
value: {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 2.9666667
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 3
value: {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 4.5666666
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 4.6
value: {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 4.6666665
value: {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 4.7
value: {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1573781492, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1056135953, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1271037226, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 4.733333
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 535e2473ebde66c42bcbd9d49feb715b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,78 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_Correct
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 1951851277, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 0.1
value: {fileID: 1932234690, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- time: 0.2
value: {fileID: 1949253054, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 1951851277, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1932234690, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
- {fileID: 1949253054, guid: 1630961e1f25e4243ad74e4e3b0c7e54, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.23333333
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ce589da104cb7b2439d1829fc0e63668
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,304 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1101 &-8622141701191891965
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: NoGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 5993408738867988234}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-7993130233709895848
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: WrongGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -2838832837941805979}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.9594595
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-2838832837941805979
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_AngryShake
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -169883073761575190}
- {fileID: -953515106580102534}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 398ba17882ed779488961cffcd8c7cce, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-953515106580102534
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: RightGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -92837137932308198}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.87903225
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-169883073761575190
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: NoGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 5993408738867988234}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.8076923
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-92837137932308198
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_Correct
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -8622141701191891965}
- {fileID: 1249646924704393990}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: ce589da104cb7b2439d1829fc0e63668, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: BirdEyes
serializedVersion: 5
m_AnimatorParameters:
- m_Name: WrongGuess
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: RightGuess
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: NoGuess
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: 8631769031524509888}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1101 &1249646924704393990
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: WrongGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -2838832837941805979}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &4511680777278260622
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: RightGuess
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -92837137932308198}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.9594595
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &5993408738867988234
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_BirdEyes_Blink
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -7993130233709895848}
- {fileID: 4511680777278260622}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 535e2473ebde66c42bcbd9d49feb715b, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1107 &8631769031524509888
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 5993408738867988234}
m_Position: {x: 40, y: 350, z: 0}
- serializedVersion: 1
m_State: {fileID: -2838832837941805979}
m_Position: {x: -100, y: 450, z: 0}
- serializedVersion: 1
m_State: {fileID: -92837137932308198}
m_Position: {x: 200, y: 450, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 60, y: 180, z: 0}
m_EntryPosition: {x: 60, y: 230, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 5993408738867988234}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8b8101bbc6f24a64d86869552e40d0d2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -79,7 +79,7 @@ AnimationClip:
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0

View File

@@ -58,7 +58,7 @@ AnimationClip:
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0

View File

@@ -79,7 +79,7 @@ AnimationClip:
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0

View File

@@ -45,14 +45,14 @@ AnimatorStateMachine:
m_Position: {x: -120, y: 440, z: 0}
- serializedVersion: 1
m_State: {fileID: -4345756845471828943}
m_Position: {x: 200, y: 420, z: 0}
m_Position: {x: 230, y: 440, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_EntryPosition: {x: 80, y: 130, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 1953973717063047684}
@@ -64,10 +64,11 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Gardener_Scared
m_Speed: 1
m_Speed: 0.5
m_CycleOffset: 0
m_Transitions:
- {fileID: 2668893367386582248}
- {fileID: 5345143784295595667}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
@@ -91,10 +92,11 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_Gardener_Chase
m_Speed: 1
m_Speed: 0.5
m_CycleOffset: 0
m_Transitions:
- {fileID: -2076711753281386268}
- {fileID: 3331597516917425559}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
@@ -148,7 +150,7 @@ AnimatorController:
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_DefaultBool: 1
m_Controller: {fileID: 9100000}
- m_Name: IsScared?
m_Type: 4
@@ -189,11 +191,11 @@ AnimatorStateTransition:
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.75409836
m_HasExitTime: 1
m_HasFixedDuration: 1
m_HasExitTime: 0
m_HasFixedDuration: 0
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
@@ -250,3 +252,53 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &3331597516917425559
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: IsScared?
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4517652540075123250}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.16666669
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &5345143784295595667
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 2
m_ConditionEvent: IsScared?
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4345756845471828943}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.16666669
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e84fa173ed0e315458f6d3eb87c0d807
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,195 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_MonsterIdle
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.56666666
value: {x: 0, y: 0.1, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.1
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves: []
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping: []
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.1
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.56666666
value: 0.1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
flags: 0
m_EulerEditorCurves: []
m_HasGenericRootTransform: 1
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 94c45064e008b6f42b5fc664675b38a0
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,235 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_MonsterWave
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.6
value: {x: 0, y: 0.1, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.1
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.16666667
value: {fileID: 2025540223, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.26666668
value: {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.36666667
value: {fileID: 13047750, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.43333334
value: {fileID: 2025540223, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.53333336
value: {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.6
value: {fileID: 13047750, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- time: 0.6666667
value: {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: 2025540223, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: 13047750, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: 2025540223, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: 13047750, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
- {fileID: -1863663057, guid: feb2dddc8421d034d8a72b17ca06c95d, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.1
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6
value: 0.1
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
flags: 0
m_EulerEditorCurves: []
m_HasGenericRootTransform: 1
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d228f69091266114098089b51ba9befe
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,156 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1101 &-7411148563170761145
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: Wave
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 8300177966284989559}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.77272725
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1107 &-4229379360936051275
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: -1975574162802186987}
m_Position: {x: 30, y: 260, z: 0}
- serializedVersion: 1
m_State: {fileID: 8300177966284989559}
m_Position: {x: 40, y: 420, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: -1975574162802186987}
--- !u!1102 &-1975574162802186987
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_MonsterIdle
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -7411148563170761145}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 94c45064e008b6f42b5fc664675b38a0, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Monster_Sprite
serializedVersion: 5
m_AnimatorParameters:
- m_Name: Wave
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -4229379360936051275}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1101 &4615033622314645627
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions: []
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -1975574162802186987}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.77272725
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &8300177966284989559
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_MonsterWave
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 4615033622314645627}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: d228f69091266114098089b51ba9befe, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 5973c3bc48d4a0f4db99f4ee226e61c8
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 88bc00ab7f26581479cc69a1ca243f4f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,249 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Angry
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 6464604027884114943, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.033333335
value: {fileID: 4827937951022368601, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.06666667
value: {fileID: -4857172496840081466, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.1
value: {fileID: -5829131890598667936, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.13333334
value: {fileID: -966538637964967284, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.16666667
value: {fileID: 862406864542277302, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.2
value: {fileID: -7179897477118827577, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.23333333
value: {fileID: 1201420038150117306, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.26666668
value: {fileID: -1092622337571923679, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.3
value: {fileID: -4125781728196512783, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.33333334
value: {fileID: 7131324833075583536, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.36666667
value: {fileID: -2793724697028114386, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.4
value: {fileID: 3039678970788820905, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.43333334
value: {fileID: -8551694706664481477, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.46666667
value: {fileID: 953697063996347726, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.51666665
value: {fileID: -2989501521727851053, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.55
value: {fileID: 5291523519844640038, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.5833333
value: {fileID: -814615177725480278, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.6166667
value: {fileID: -8877953256931262049, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.65
value: {fileID: 6881018312884367717, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.68333334
value: {fileID: 6720514247260485534, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.71666664
value: {fileID: 1313563105410843706, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.75
value: {fileID: 8676726198441277928, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.78333336
value: {fileID: 7691575916191078511, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.81666666
value: {fileID: 7990960014891221857, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.85
value: {fileID: -3808402715784617340, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.8833333
value: {fileID: -5908061706838315912, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.9166667
value: {fileID: -8279042720077149668, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.95
value: {fileID: 2115083198399111744, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 0.98333335
value: {fileID: -4551970622923143639, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.0166667
value: {fileID: -8464403999002125873, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.05
value: {fileID: -510003267478739486, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.0833334
value: {fileID: -8584203760091052140, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.1166667
value: {fileID: 477986972137097501, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.15
value: {fileID: 392404492137660961, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.1833333
value: {fileID: 8181067975591356709, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.2166667
value: {fileID: -5491064061586696620, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.25
value: {fileID: -6087662744547590717, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.2833333
value: {fileID: -7142927977586663704, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.3166667
value: {fileID: -2881924753467159024, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.35
value: {fileID: -5237685525853847133, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.3833333
value: {fileID: -2257545115315555892, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.4166666
value: {fileID: -914976240184656072, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.45
value: {fileID: 1743086601946422105, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.4833333
value: {fileID: 2824556778882607636, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.5333333
value: {fileID: 1258241449541270030, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.5666667
value: {fileID: 5605415899318557575, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.6
value: {fileID: 968312015584398754, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.6333333
value: {fileID: 4495364199203803732, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.6666666
value: {fileID: 2817791512538517074, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.7
value: {fileID: -5723140682562558373, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.7333333
value: {fileID: -6830317879503268643, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.7666667
value: {fileID: -4551283656750122528, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.8
value: {fileID: -8569178273887389552, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.8333334
value: {fileID: 9157874823898172556, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.8666667
value: {fileID: -5428588453411650232, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.9
value: {fileID: 8888124158344842345, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.9333333
value: {fileID: -7045093028198528674, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 1.9666667
value: {fileID: 8209317860077023960, guid: f736f6405127c804ba8d291c97625165, type: 3}
- time: 2
value: {fileID: -7526547404372537214, guid: f736f6405127c804ba8d291c97625165, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 6464604027884114943, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 4827937951022368601, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -4857172496840081466, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5829131890598667936, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -966538637964967284, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 862406864542277302, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -7179897477118827577, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 1201420038150117306, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -1092622337571923679, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -4125781728196512783, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 7131324833075583536, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -2793724697028114386, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 3039678970788820905, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8551694706664481477, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 953697063996347726, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -2989501521727851053, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 5291523519844640038, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -814615177725480278, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8877953256931262049, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 6881018312884367717, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 6720514247260485534, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 1313563105410843706, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 8676726198441277928, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 7691575916191078511, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 7990960014891221857, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -3808402715784617340, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5908061706838315912, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8279042720077149668, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 2115083198399111744, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -4551970622923143639, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8464403999002125873, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -510003267478739486, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8584203760091052140, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 477986972137097501, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 392404492137660961, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 8181067975591356709, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5491064061586696620, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -6087662744547590717, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -7142927977586663704, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -2881924753467159024, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5237685525853847133, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -2257545115315555892, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -914976240184656072, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 1743086601946422105, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 2824556778882607636, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 1258241449541270030, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 5605415899318557575, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 968312015584398754, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 4495364199203803732, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 2817791512538517074, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5723140682562558373, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -6830317879503268643, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -4551283656750122528, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -8569178273887389552, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 9157874823898172556, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -5428588453411650232, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 8888124158344842345, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -7045093028198528674, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: 8209317860077023960, guid: f736f6405127c804ba8d291c97625165, type: 3}
- {fileID: -7526547404372537214, guid: f736f6405127c804ba8d291c97625165, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 2.0166667
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 78c6d4952069496429f0d96bbb37902b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,53 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Distracted
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves: []
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_ClipBindingConstant:
genericBindings: []
pptrCurveMapping: []
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 89a41b175694f734487b787874b8db3d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,159 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Flirting
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -8743994222981818220, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.13333334
value: {fileID: -2511874812283630395, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.21666667
value: {fileID: -6335795600380635014, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.31666666
value: {fileID: -2066342758605951756, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.45
value: {fileID: 2697125675887702655, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.5833333
value: {fileID: 4514986903487731777, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.6666667
value: {fileID: 5118470891769903284, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.75
value: {fileID: 476058763619885369, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 0.95
value: {fileID: -2151382835388237978, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.05
value: {fileID: 8317735639489062057, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.1833333
value: {fileID: 8997057000589192139, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.2666667
value: {fileID: -4987474643421042090, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.4
value: {fileID: 205459826063117924, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.4833333
value: {fileID: -2395122861569259444, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.6166667
value: {fileID: 2821442386421367523, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.7166667
value: {fileID: -1507296017295236417, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.85
value: {fileID: 8561642639534444375, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 1.9333333
value: {fileID: -3398069156881634388, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.0666666
value: {fileID: -5466413136122416020, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.15
value: {fileID: -2077688136282281817, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.2833333
value: {fileID: -920635311199699406, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.3833334
value: {fileID: -6734921027557455312, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.5333333
value: {fileID: -1495033934080238324, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.6666667
value: {fileID: 8697503064681404489, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.75
value: {fileID: -2443459294012769004, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.8833334
value: {fileID: 1227497600851492259, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 2.9833333
value: {fileID: -7759545305414582108, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 3.1166666
value: {fileID: 453606453438798635, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 3.25
value: {fileID: -7503970642920619390, guid: a046781edf2b40442ade521a2b844492, type: 3}
- time: 3.3333333
value: {fileID: -4851710929211389768, guid: a046781edf2b40442ade521a2b844492, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -8743994222981818220, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2511874812283630395, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -6335795600380635014, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2066342758605951756, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 2697125675887702655, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 4514986903487731777, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 5118470891769903284, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 476058763619885369, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2151382835388237978, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 8317735639489062057, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 8997057000589192139, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -4987474643421042090, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 205459826063117924, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2395122861569259444, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 2821442386421367523, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -1507296017295236417, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 8561642639534444375, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -3398069156881634388, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -5466413136122416020, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2077688136282281817, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -920635311199699406, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -6734921027557455312, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -1495033934080238324, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 8697503064681404489, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -2443459294012769004, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 1227497600851492259, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -7759545305414582108, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: 453606453438798635, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -7503970642920619390, guid: a046781edf2b40442ade521a2b844492, type: 3}
- {fileID: -4851710929211389768, guid: a046781edf2b40442ade521a2b844492, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 3.35
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9469b501986587346bf5c32eea8e8f45
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,130 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-7558122856987167529
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Distracted
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 89a41b175694f734487b787874b8db3d, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1107 &-6746231678683312844
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 564437090677851590}
m_Position: {x: 30, y: 230, z: 0}
- serializedVersion: 1
m_State: {fileID: 4132696506529250174}
m_Position: {x: 65, y: 295, z: 0}
- serializedVersion: 1
m_State: {fileID: -7558122856987167529}
m_Position: {x: 100, y: 360, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 564437090677851590}
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: PicnicPPL_Animator
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -6746231678683312844}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &564437090677851590
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Flirting
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 9469b501986587346bf5c32eea8e8f45, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &4132696506529250174
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Anim_PicnicPPL_Angry
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 78c6d4952069496429f0d96bbb37902b, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: eee8123c456227a48825e19aa0f3711a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverIdle_Back
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -838532125655909165, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -838532125655909165, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3a5c5a8ee8d952443bc7534bc846845f
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverIdle_Front
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 7187096639336860841, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 7187096639336860841, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ede6b90fe32b7554fb2e4d46cf183923
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,111 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk_Back
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 1417823558567163970, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.016666668
value: {fileID: 513547062542893563, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.05
value: {fileID: 6731226041658925520, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.083333336
value: {fileID: 3945230791053555705, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.1
value: {fileID: -1538217102953919454, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.11666667
value: {fileID: -7778042158692287572, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.15
value: {fileID: 4509737363943198872, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.18333334
value: {fileID: 4721047560321970564, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.21666667
value: {fileID: 5794782871469092859, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.23333333
value: {fileID: 9028068162630590486, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.25
value: {fileID: 6939985834891138696, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.28333333
value: {fileID: -4104699875583457122, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.31666666
value: {fileID: -1316647219888323814, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- time: 0.33333334
value: {fileID: -6134352226419974454, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 1417823558567163970, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 513547062542893563, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 6731226041658925520, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 3945230791053555705, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: -1538217102953919454, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: -7778042158692287572, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 4509737363943198872, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 4721047560321970564, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 5794782871469092859, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 9028068162630590486, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: 6939985834891138696, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: -4104699875583457122, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: -1316647219888323814, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
- {fileID: -6134352226419974454, guid: 463a2adee48dab741873aa985a6171a2, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.35000002
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0b8675aff2779274f89702786ef054e9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,111 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk_Front
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 6406092418321820836, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.033333335
value: {fileID: -2581966157090779268, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.05
value: {fileID: 6159214396868317723, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.06666667
value: {fileID: -5782602582865504227, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.1
value: {fileID: 2725296264624017378, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.13333334
value: {fileID: -8618305205939769490, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.16666667
value: {fileID: 7657603785265942364, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.16666667
value: {fileID: 6752225595225857984, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.2
value: {fileID: 1318362594774207818, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.23333333
value: {fileID: -8242147371277263742, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.26666668
value: {fileID: -6430206990792166836, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.28333333
value: {fileID: 4118377119478894824, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.3
value: {fileID: 6031414611335885177, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- time: 0.33333334
value: {fileID: 3545736220517667453, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 6406092418321820836, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: -2581966157090779268, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 6159214396868317723, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: -5782602582865504227, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 2725296264624017378, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: -8618305205939769490, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 7657603785265942364, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 6752225595225857984, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 1318362594774207818, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: -8242147371277263742, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: -6430206990792166836, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 4118377119478894824, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 6031414611335885177, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
- {fileID: 3545736220517667453, guid: 848ffa55d075f874997e476ce6843fe8, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.35000002
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b04c19d93371c244c8aa1da690438f95
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -27,6 +27,32 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &-3761661305846931001
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk _Front
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 0542618d0e476544790913fbde6f04e8, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-2890685227036579189
AnimatorStateTransition:
m_ObjectHideFlags: 1
@@ -52,6 +78,58 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-2498421205022408257
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverIdle_Back
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 3a5c5a8ee8d952443bc7534bc846845f, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &-1692759319462024916
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk _Back
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 5095f7a137bd7124b9498b01b99b15f7, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &-1562887171840619689
AnimatorState:
serializedVersion: 6
@@ -119,6 +197,27 @@ AnimatorStateMachine:
- serializedVersion: 1
m_State: {fileID: -6908324641349580049}
m_Position: {x: 30, y: 230, z: 0}
- serializedVersion: 1
m_State: {fileID: 6806729379030734002}
m_Position: {x: 65, y: 295, z: 0}
- serializedVersion: 1
m_State: {fileID: -3761661305846931001}
m_Position: {x: 420, y: 190, z: 0}
- serializedVersion: 1
m_State: {fileID: -1692759319462024916}
m_Position: {x: 420, y: 240, z: 0}
- serializedVersion: 1
m_State: {fileID: 6371375805443383927}
m_Position: {x: 420, y: 290, z: 0}
- serializedVersion: 1
m_State: {fileID: -2498421205022408257}
m_Position: {x: 420, y: 340, z: 0}
- serializedVersion: 1
m_State: {fileID: 3364220882969471902}
m_Position: {x: 455, y: 405, z: 0}
- serializedVersion: 1
m_State: {fileID: 5882640659329534007}
m_Position: {x: 490, y: 470, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
@@ -157,3 +256,107 @@ AnimatorController:
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &3364220882969471902
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk_Front
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: b04c19d93371c244c8aa1da690438f95, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &5882640659329534007
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverWalk_Back
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 0b8675aff2779274f89702786ef054e9, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &6371375805443383927
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverIdle_Front
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: ede6b90fe32b7554fb2e4d46cf183923, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &6806729379030734002
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ANIM_PulverIdle_
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: ede6b90fe32b7554fb2e4d46cf183923, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Idle_Back
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -319842924608091415, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -319842924608091415, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4c8b41ce9ecee934eb1486edb476f88f
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Idle_Front
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 781975875284984149, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
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_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 781975875284984149, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c296af7440d8fd6449942acae7c775c2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,117 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Walk_Back
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -3316296481537724497, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.033333335
value: {fileID: 5275231501427050266, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.06666667
value: {fileID: 5065588397958997725, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.1
value: {fileID: -1799821733057083135, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.13333334
value: {fileID: 3359278872884668669, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.16666667
value: {fileID: 4873778977253756264, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.2
value: {fileID: 5474132021306434435, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.23333333
value: {fileID: 5657335179516396923, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.26666668
value: {fileID: 7068305896229948144, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.3
value: {fileID: -5050755803148161400, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.33333334
value: {fileID: 4713247550292684394, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.36666667
value: {fileID: 8004208492819434840, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.4
value: {fileID: -5696299307373555239, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.43333334
value: {fileID: 1156791575129602627, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.46666667
value: {fileID: 4761273037836205496, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- time: 0.5
value: {fileID: -677759241461689189, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -3316296481537724497, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 5275231501427050266, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 5065588397958997725, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: -1799821733057083135, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 3359278872884668669, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 4873778977253756264, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 5474132021306434435, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 5657335179516396923, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 7068305896229948144, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: -5050755803148161400, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 4713247550292684394, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 8004208492819434840, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: -5696299307373555239, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 1156791575129602627, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: 4761273037836205496, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
- {fileID: -677759241461689189, guid: dffba0ce39ba57e41b4bf74be3afce7a, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.53333336
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 31c2053b4ee11b040a4a7fa473ebf7a7
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,120 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Walk_Front
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 4626291922020822112, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.033333335
value: {fileID: -7910018044893959478, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.06666667
value: {fileID: 16623103632962810, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.1
value: {fileID: -3039677095047009708, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.13333334
value: {fileID: 3395230753209888644, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.16666667
value: {fileID: -3058779553026310811, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.2
value: {fileID: 4195922821201441709, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.23333333
value: {fileID: 2926238116937443686, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.26666668
value: {fileID: 3423297713574993087, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.3
value: {fileID: 8835518111797706116, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.33333334
value: {fileID: -6493220998906338090, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.36666667
value: {fileID: -8391027620072416474, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.4
value: {fileID: -7079709179559294647, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.43333334
value: {fileID: 8485566505441313780, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.46666667
value: {fileID: -35789516000701760, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.5
value: {fileID: -8822430989212308126, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- time: 0.53333336
value: {fileID: 7426691193279822714, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 4626291922020822112, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -7910018044893959478, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 16623103632962810, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -3039677095047009708, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 3395230753209888644, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -3058779553026310811, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 4195922821201441709, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 2926238116937443686, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 3423297713574993087, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 8835518111797706116, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -6493220998906338090, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -8391027620072416474, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -7079709179559294647, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 8485566505441313780, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -35789516000701760, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: -8822430989212308126, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
- {fileID: 7426691193279822714, guid: b415a3df8c6fde84d912a3f1bee39ac2, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.5666667
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7c474c8e31bdf4f458819f39d84eee55
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,31 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-7905659897279314362
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Idle_Back
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 4c8b41ce9ecee934eb1486edb476f88f, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-4839866279015429749
AnimatorStateTransition:
m_ObjectHideFlags: 1
@@ -78,6 +104,58 @@ AnimatorController:
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &1610360039336346648
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Walk_Back
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 31c2053b4ee11b040a4a7fa473ebf7a7, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &3675985781614168062
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Idle_Front
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: c296af7440d8fd6449942acae7c775c2, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &3995218182378666308
AnimatorState:
serializedVersion: 6
@@ -105,6 +183,32 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &4768840196775414213
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Trafalgar_Walk_Front
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 7c474c8e31bdf4f458819f39d84eee55, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1107 &4964498189510292871
AnimatorStateMachine:
serializedVersion: 6
@@ -120,6 +224,18 @@ AnimatorStateMachine:
- serializedVersion: 1
m_State: {fileID: 5619525930558396358}
m_Position: {x: 30, y: 220, z: 0}
- serializedVersion: 1
m_State: {fileID: 1610360039336346648}
m_Position: {x: 460, y: 250, z: 0}
- serializedVersion: 1
m_State: {fileID: 4768840196775414213}
m_Position: {x: 460, y: 350, z: 0}
- serializedVersion: 1
m_State: {fileID: -7905659897279314362}
m_Position: {x: 495, y: 415, z: 0}
- serializedVersion: 1
m_State: {fileID: 3675985781614168062}
m_Position: {x: 530, y: 480, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e0fea2035fd22e64392c401493442839
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,50 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: DustParticleMaterial
m_Shader: {fileID: 4800000, guid: e260cfa7296ee7642b167f1eb5be5023, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _AlphaTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: b9d432b4d3650ba44824ca95d422fe00, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _EnableExternalAlpha: 0
- _ZWrite: 0
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _RendererColor: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,195 @@
fileFormatVersion: 2
guid: 03a5936ba20198b48a228a1cb0ccf1e0
TextureImporter:
internalIDToNameTable:
- first:
213: 1508337238920719353
second: dust_cloud_0
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: dust_cloud_0
rect:
serializedVersion: 2
x: 0
y: 0
width: 239
height: 164
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9fbec5f2ab0bee410800000000000000
internalID: 1508337238920719353
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
dust_cloud_0: 1508337238920719353
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,195 @@
fileFormatVersion: 2
guid: 47c77f51628506e43a3a29e93e2ef24b
TextureImporter:
internalIDToNameTable:
- first:
213: -2531649364063002299
second: dust_cloud_2_0
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: dust_cloud_2_0
rect:
serializedVersion: 2
x: 0
y: 0
width: 372
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5416e2f0156cddcd0800000000000000
internalID: -2531649364063002299
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
dust_cloud_2_0: -2531649364063002299
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,221 @@
fileFormatVersion: 2
guid: b9d432b4d3650ba44824ca95d422fe00
TextureImporter:
internalIDToNameTable:
- first:
213: -756740347226745237
second: dust_particles_0
- first:
213: 2076369268542635579
second: dust_particles_1
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: dust_particles_0
rect:
serializedVersion: 2
x: 0
y: 172
width: 239
height: 163
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b661850e9a48f75f0800000000000000
internalID: -756740347226745237
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: dust_particles_1
rect:
serializedVersion: 2
x: 0
y: 0
width: 239
height: 165
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b3e750249deb0dc10800000000000000
internalID: 2076369268542635579
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
dust_particles_0: -756740347226745237
dust_particles_1: 2076369268542635579
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c604f548ac70af842b9767fc9563b780
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

View File

@@ -0,0 +1,800 @@
fileFormatVersion: 2
guid: 99d4c3083e9c24142bc20deaeaf95720
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 0
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: annelise_0012.tga
rect:
serializedVersion: 2
x: 0
y: 1557
width: 258
height: 491
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 4d8e29f92948c5941a7217ef10cd2b86
internalID: 452083058
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0013.tga
rect:
serializedVersion: 2
x: 264
y: 1557
width: 258
height: 491
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: cbd2a3094e97b9c47b8bacb25f2c8e9e
internalID: -221393018
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0014.tga
rect:
serializedVersion: 2
x: 528
y: 1554
width: 256
height: 494
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 29f64d614e0e52e418a190fb938ab385
internalID: 1376190194
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0015.tga
rect:
serializedVersion: 2
x: 792
y: 1554
width: 256
height: 494
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 45dfcaf6238a88a4089434810032d6bf
internalID: 2133529702
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0016.tga
rect:
serializedVersion: 2
x: 1056
y: 1555
width: 256
height: 493
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: f6ff5d8ef830d8a48bb5a2540cd9ddeb
internalID: -1463921932
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0017.tga
rect:
serializedVersion: 2
x: 1320
y: 1555
width: 256
height: 493
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 6743352b2a819a74297b628f527f82ca
internalID: -2064890877
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0018.tga
rect:
serializedVersion: 2
x: 1584
y: 1557
width: 258
height: 491
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: e18fff53649cbe74db1799bfd80bef01
internalID: 1662782036
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0019.tga
rect:
serializedVersion: 2
x: 0
y: 1062
width: 258
height: 491
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 74e2e16716054d8428576db86786e031
internalID: -1591419770
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0020.tga
rect:
serializedVersion: 2
x: 264
y: 1060
width: 258
height: 493
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 77deef2a8bb9c7c44adde9d316c066d7
internalID: 325103094
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0021.tga
rect:
serializedVersion: 2
x: 528
y: 1060
width: 258
height: 493
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 228eeb1365cc6ea4db0c15cb1c5ee1fe
internalID: 1820506124
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0022.tga
rect:
serializedVersion: 2
x: 792
y: 1058
width: 257
height: 495
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 7c4479abbea30a24aa3a1e3d615571cf
internalID: 52369732
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0023.tga
rect:
serializedVersion: 2
x: 1056
y: 1058
width: 257
height: 495
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 6b9c6e72ffe37874e9757f3af6a320de
internalID: -265338792
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0024.tga
rect:
serializedVersion: 2
x: 1320
y: 1061
width: 257
height: 492
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: fc5fa755a71c65041a0ed18de55469f2
internalID: -1102998166
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0025.tga
rect:
serializedVersion: 2
x: 1584
y: 1061
width: 257
height: 492
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 605226aa9a45e37439b33abe445c9dc3
internalID: -1301804340
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0026.tga
rect:
serializedVersion: 2
x: 0
y: 568
width: 258
height: 490
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: e5df56409b556e246a995f77ac4e1806
internalID: 426835227
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0030.tga
rect:
serializedVersion: 2
x: 264
y: 576
width: 259
height: 482
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 29c17061ae3153743b704be016dddf84
internalID: -1179960714
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0031.tga
rect:
serializedVersion: 2
x: 528
y: 575
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 082179a61933b1c45869d17574d4887e
internalID: 2050553023
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0032.tga
rect:
serializedVersion: 2
x: 792
y: 575
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 7c63acaf1c80d2b4093fbb79ddc8624b
internalID: -1473120825
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0033.tga
rect:
serializedVersion: 2
x: 1056
y: 575
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: b45e8822e6a13e04082c9f1560c1dbeb
internalID: -1434407857
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0034.tga
rect:
serializedVersion: 2
x: 1320
y: 575
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 03d4063c49d38d849a077d5c4fdc352c
internalID: -1767746451
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0035.tga
rect:
serializedVersion: 2
x: 1584
y: 575
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 7c686e2b0fff6e84885e5e52bf0b4a47
internalID: 1855376960
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0036.tga
rect:
serializedVersion: 2
x: 0
y: 80
width: 260
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 2ce481baa33a43441be88ff2b82f2265
internalID: 648675478
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0037.tga
rect:
serializedVersion: 2
x: 264
y: 81
width: 259
height: 482
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 6ca277910cc877a4faf23266c745c468
internalID: 1484909561
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0041.tga
rect:
serializedVersion: 2
x: 528
y: 80
width: 259
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: d79ac9a66b1b9bf4c8c010fbbdfe1bcf
internalID: -1861414472
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0043.tga
rect:
serializedVersion: 2
x: 792
y: 80
width: 264
height: 483
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 7781b11af7fa7b14c93493d94bc3a493
internalID: -2003989972
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0045.tga
rect:
serializedVersion: 2
x: 1056
y: 79
width: 257
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 109db6abb3077754899c12871477ab14
internalID: -303830737
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0047.tga
rect:
serializedVersion: 2
x: 1320
y: 79
width: 257
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 9c1dcdd6aa0bb3142800dcecfee18b9a
internalID: -1073821134
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0048.tga
rect:
serializedVersion: 2
x: 1584
y: 79
width: 257
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: ac793b52959265748bede5b9c858434b
internalID: -484180425
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: a7f84976e8b4e5a41bcd2e075261bb21
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
annelise_0012.tga: 452083058
annelise_0013.tga: -221393018
annelise_0014.tga: 1376190194
annelise_0015.tga: 2133529702
annelise_0016.tga: -1463921932
annelise_0017.tga: -2064890877
annelise_0018.tga: 1662782036
annelise_0019.tga: -1591419770
annelise_0020.tga: 325103094
annelise_0021.tga: 1820506124
annelise_0022.tga: 52369732
annelise_0023.tga: -265338792
annelise_0024.tga: -1102998166
annelise_0025.tga: -1301804340
annelise_0026.tga: 426835227
annelise_0030.tga: -1179960714
annelise_0031.tga: 2050553023
annelise_0032.tga: -1473120825
annelise_0033.tga: -1434407857
annelise_0034.tga: -1767746451
annelise_0035.tga: 1855376960
annelise_0036.tga: 648675478
annelise_0037.tga: 1484909561
annelise_0041.tga: -1861414472
annelise_0043.tga: -2003989972
annelise_0045.tga: -303830737
annelise_0047.tga: -1073821134
annelise_0048.tga: -484180425
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,43 @@
#
# Sprite sheet data for Unity.
#
# To import these sprites into your Unity project, download "TexturePackerImporter":
# https://www.codeandweb.com/texturepacker/unity
#
# $TexturePacker:SmartUpdate:019f0fff47e9c8b77839fc00f51832eb:02440a8b5c868c46a6ff454de009c9dc:aff092e5e040a7a19fbfc312938a5f11$
#
:format=40300
:texture=Annelise_camera-AnneLise_1.png
:size=2048x2048
:pivotpoints=enabled
:borders=disabled
:alphahandling=ClearTransparentPixels
annelise_0012.tga;0;1557;258;491; 0.5;0.15000000000000002; 0;0;0;0
annelise_0013.tga;264;1557;258;491; 0.5;0.15000000000000002; 0;0;0;0
annelise_0014.tga;528;1554;256;494; 0.5;0.15000000000000002; 0;0;0;0
annelise_0015.tga;792;1554;256;494; 0.5;0.15000000000000002; 0;0;0;0
annelise_0016.tga;1056;1555;256;493; 0.5;0.15000000000000002; 0;0;0;0
annelise_0017.tga;1320;1555;256;493; 0.5;0.15000000000000002; 0;0;0;0
annelise_0018.tga;1584;1557;258;491; 0.5;0.15000000000000002; 0;0;0;0
annelise_0019.tga;0;1062;258;491; 0.5;0.15000000000000002; 0;0;0;0
annelise_0020.tga;264;1060;258;493; 0.5;0.15000000000000002; 0;0;0;0
annelise_0021.tga;528;1060;258;493; 0.5;0.15000000000000002; 0;0;0;0
annelise_0022.tga;792;1058;257;495; 0.5;0.15000000000000002; 0;0;0;0
annelise_0023.tga;1056;1058;257;495; 0.5;0.15000000000000002; 0;0;0;0
annelise_0024.tga;1320;1061;257;492; 0.5;0.15000000000000002; 0;0;0;0
annelise_0025.tga;1584;1061;257;492; 0.5;0.15000000000000002; 0;0;0;0
annelise_0026.tga;0;568;258;490; 0.5;0.15000000000000002; 0;0;0;0
annelise_0030.tga;264;576;259;482; 0.5;0.15000000000000002; 0;0;0;0
annelise_0031.tga;528;575;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0032.tga;792;575;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0033.tga;1056;575;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0034.tga;1320;575;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0035.tga;1584;575;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0036.tga;0;80;260;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0037.tga;264;81;259;482; 0.5;0.15000000000000002; 0;0;0;0
annelise_0041.tga;528;80;259;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0043.tga;792;80;264;483; 0.5;0.15000000000000002; 0;0;0;0
annelise_0045.tga;1056;79;257;484; 0.5;0.15000000000000002; 0;0;0;0
annelise_0047.tga;1320;79;257;484; 0.5;0.15000000000000002; 0;0;0;0
annelise_0048.tga;1584;79;257;484; 0.5;0.15000000000000002; 0;0;0;0

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6b4fdc2c8e638c44e88db7026080cbdd
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View File

@@ -0,0 +1,248 @@
fileFormatVersion: 2
guid: e31632a6a76695a4395369132b2c6872
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 0
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: annelise_0049.tga
rect:
serializedVersion: 2
x: 0
y: 28
width: 258
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 473000b7512e0104496e3c97dc313d03
internalID: 7208280
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0050.tga
rect:
serializedVersion: 2
x: 259
y: 28
width: 257
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 93395da5a09a77a4e9a8924af5e00001
internalID: -1209943226
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: annelise_0051.tga
rect:
serializedVersion: 2
x: 518
y: 28
width: 258
height: 484
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 3c8ef645675f45e40bfb5b413f056e7a
internalID: -145193606
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: final-0001.tga
rect:
serializedVersion: 2
x: 777
y: 30
width: 259
height: 482
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 0d889a07b79cd5b4493ffb58545c9725
internalID: -322715526
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 8fdbcd05047734741bf7ef12888c271b
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
annelise_0049.tga: 7208280
annelise_0050.tga: -1209943226
annelise_0051.tga: -145193606
final-0001.tga: -322715526
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,19 @@
#
# Sprite sheet data for Unity.
#
# To import these sprites into your Unity project, download "TexturePackerImporter":
# https://www.codeandweb.com/texturepacker/unity
#
# $TexturePacker:SmartUpdate:019f0fff47e9c8b77839fc00f51832eb:02440a8b5c868c46a6ff454de009c9dc:aff092e5e040a7a19fbfc312938a5f11$
#
:format=40300
:texture=Annelise_camera-AnneLise_2.png
:size=2048x512
:pivotpoints=enabled
:borders=disabled
:alphahandling=ClearTransparentPixels
annelise_0049.tga;0;28;258;484; 0.5;0.15000000000000002; 0;0;0;0
annelise_0050.tga;259;28;257;484; 0.5;0.15000000000000002; 0;0;0;0
annelise_0051.tga;518;28;258;484; 0.5;0.15000000000000002; 0;0;0;0
final-0001.tga;777;30;259;482; 0.5;0.15000000000000002; 0;0;0;0

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

View File

@@ -0,0 +1,520 @@
fileFormatVersion: 2
guid: 463a2adee48dab741873aa985a6171a2
TextureImporter:
internalIDToNameTable:
- first:
213: -7778042158692287572
second: Pulver_Back_WalkIdle_0
- first:
213: 4509737363943198872
second: Pulver_Back_WalkIdle_1
- first:
213: -1316647219888323814
second: Pulver_Back_WalkIdle_2
- first:
213: -6134352226419974454
second: Pulver_Back_WalkIdle_3
- first:
213: -838532125655909165
second: Pulver_Back_WalkIdle_4
- first:
213: 4721047560321970564
second: Pulver_Back_WalkIdle_5
- first:
213: 5794782871469092859
second: Pulver_Back_WalkIdle_6
- first:
213: 1417823558567163970
second: Pulver_Back_WalkIdle_7
- first:
213: 513547062542893563
second: Pulver_Back_WalkIdle_8
- first:
213: 3945230791053555705
second: Pulver_Back_WalkIdle_9
- first:
213: -1538217102953919454
second: Pulver_Back_WalkIdle_10
- first:
213: 6939985834891138696
second: Pulver_Back_WalkIdle_11
- first:
213: -4104699875583457122
second: Pulver_Back_WalkIdle_12
- first:
213: 6731226041658925520
second: Pulver_Back_WalkIdle_13
- first:
213: 9028068162630590486
second: Pulver_Back_WalkIdle_14
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Pulver_Back_WalkIdle_06
rect:
serializedVersion: 2
x: 4
y: 1170
width: 289
height: 401
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cab3223ddd7de0490800000000000000
internalID: -7778042158692287572
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_07
rect:
serializedVersion: 2
x: 301
y: 1170
width: 289
height: 401
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 89014282d3ec59e30800000000000000
internalID: 4509737363943198872
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_13
rect:
serializedVersion: 2
x: 598
y: 1173
width: 289
height: 398
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a130d0454545abde0800000000000000
internalID: -1316647219888323814
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_14
rect:
serializedVersion: 2
x: 895
y: 1173
width: 289
height: 398
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ace5c19b6276edaa0800000000000000
internalID: -6134352226419974454
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_15
rect:
serializedVersion: 2
x: 2
y: 771
width: 288
height: 391
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3dcb685797fec54f0800000000000000
internalID: -838532125655909165
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_08
rect:
serializedVersion: 2
x: 300
y: 782
width: 288
height: 380
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 48137b03eb7848140800000000000000
internalID: 4721047560321970564
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_09
rect:
serializedVersion: 2
x: 596
y: 782
width: 288
height: 380
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bffee6cc1543b6050800000000000000
internalID: 5794782871469092859
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_01
rect:
serializedVersion: 2
x: 892
y: 782
width: 288
height: 380
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 248739ab30f1da310800000000000000
internalID: 1417823558567163970
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_02
rect:
serializedVersion: 2
x: 4
y: 383
width: 288
height: 380
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bf1805e155c702700800000000000000
internalID: 513547062542893563
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_04
rect:
serializedVersion: 2
x: 300
y: 389
width: 286
height: 374
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9f73ea1708640c630800000000000000
internalID: 3945230791053555705
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_05
rect:
serializedVersion: 2
x: 594
y: 389
width: 286
height: 374
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 22c4007d1b727aae0800000000000000
internalID: -1538217102953919454
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_11
rect:
serializedVersion: 2
x: 888
y: 392
width: 286
height: 371
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 886dde2e858cf4060800000000000000
internalID: 6939985834891138696
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_12
rect:
serializedVersion: 2
x: 4
y: 4
width: 286
height: 371
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e980246f53d2907c0800000000000000
internalID: -4104699875583457122
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_03
rect:
serializedVersion: 2
x: 298
y: 19
width: 286
height: 356
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0d160fbdb6e1a6d50800000000000000
internalID: 6731226041658925520
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Back_WalkIdle_10
rect:
serializedVersion: 2
x: 592
y: 22
width: 286
height: 353
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6102c9149242a4d70800000000000000
internalID: 9028068162630590486
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 7d5ffaef6d95250458e53c84fe2fe250
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Pulver_Back_WalkIdle_01: 1417823558567163970
Pulver_Back_WalkIdle_02: 513547062542893563
Pulver_Back_WalkIdle_03: 6731226041658925520
Pulver_Back_WalkIdle_04: 3945230791053555705
Pulver_Back_WalkIdle_05: -1538217102953919454
Pulver_Back_WalkIdle_06: -7778042158692287572
Pulver_Back_WalkIdle_07: 4509737363943198872
Pulver_Back_WalkIdle_08: 4721047560321970564
Pulver_Back_WalkIdle_09: 5794782871469092859
Pulver_Back_WalkIdle_10: 9028068162630590486
Pulver_Back_WalkIdle_11: 6939985834891138696
Pulver_Back_WalkIdle_12: -4104699875583457122
Pulver_Back_WalkIdle_13: -1316647219888323814
Pulver_Back_WalkIdle_14: -6134352226419974454
Pulver_Back_WalkIdle_15: -838532125655909165
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

View File

@@ -0,0 +1,520 @@
fileFormatVersion: 2
guid: 848ffa55d075f874997e476ce6843fe8
TextureImporter:
internalIDToNameTable:
- first:
213: -8242147371277263742
second: Pulver_Front_WalkIdle_0
- first:
213: 6159214396868317723
second: Pulver_Front_WalkIdle_1
- first:
213: 7187096639336860841
second: Pulver_Front_WalkIdle_2
- first:
213: -6430206990792166836
second: Pulver_Front_WalkIdle_3
- first:
213: 4118377119478894824
second: Pulver_Front_WalkIdle_4
- first:
213: -5782602582865504227
second: Pulver_Front_WalkIdle_5
- first:
213: 2725296264624017378
second: Pulver_Front_WalkIdle_6
- first:
213: 6031414611335885177
second: Pulver_Front_WalkIdle_7
- first:
213: 3545736220517667453
second: Pulver_Front_WalkIdle_8
- first:
213: -8618305205939769490
second: Pulver_Front_WalkIdle_9
- first:
213: 7657603785265942364
second: Pulver_Front_WalkIdle_10
- first:
213: 6752225595225857984
second: Pulver_Front_WalkIdle_11
- first:
213: 1318362594774207818
second: Pulver_Front_WalkIdle_12
- first:
213: 6406092418321820836
second: Pulver_Front_WalkIdle_13
- first:
213: -2581966157090779268
second: Pulver_Front_WalkIdle_14
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Pulver_Front_WalkIdle_10
rect:
serializedVersion: 2
x: 4
y: 1134
width: 286
height: 401
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 28c599472a20e9d80800000000000000
internalID: -8242147371277263742
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_03
rect:
serializedVersion: 2
x: 298
y: 1134
width: 286
height: 401
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b12decc6cdce97550800000000000000
internalID: 6159214396868317723
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_15
rect:
serializedVersion: 2
x: 592
y: 1144
width: 288
height: 391
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9acc31a8052bdb360800000000000000
internalID: 7187096639336860841
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_11
rect:
serializedVersion: 2
x: 888
y: 1163
width: 289
height: 372
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c4279918fc053c6a0800000000000000
internalID: -6430206990792166836
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_12
rect:
serializedVersion: 2
x: 4
y: 754
width: 289
height: 372
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8e0d2a98b2a672930800000000000000
internalID: 4118377119478894824
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_04
rect:
serializedVersion: 2
x: 301
y: 754
width: 289
height: 372
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d189b03a69110cfa0800000000000000
internalID: -5782602582865504227
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_05
rect:
serializedVersion: 2
x: 598
y: 754
width: 289
height: 372
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ef0d90738232d520800000000000000
internalID: 2725296264624017378
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_13
rect:
serializedVersion: 2
x: 895
y: 756
width: 289
height: 370
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 971b6c912a3e3b350800000000000000
internalID: 6031414611335885177
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_14
rect:
serializedVersion: 2
x: 4
y: 376
width: 289
height: 370
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d7211337e4cf43130800000000000000
internalID: 3545736220517667453
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_06
rect:
serializedVersion: 2
x: 301
y: 376
width: 289
height: 370
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e6f6f02b311a56880800000000000000
internalID: -8618305205939769490
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_07
rect:
serializedVersion: 2
x: 598
y: 376
width: 289
height: 370
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c5f867b2216454a60800000000000000
internalID: 7657603785265942364
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_08
rect:
serializedVersion: 2
x: 895
y: 382
width: 288
height: 364
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0cfdcbe6769b4bd50800000000000000
internalID: 6752225595225857984
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_09
rect:
serializedVersion: 2
x: 4
y: 4
width: 288
height: 364
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a4dcda28bc3cb4210800000000000000
internalID: 1318362594774207818
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_01
rect:
serializedVersion: 2
x: 300
y: 10
width: 288
height: 358
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4ac25601d1307e850800000000000000
internalID: 6406092418321820836
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Pulver_Front_WalkIdle_02
rect:
serializedVersion: 2
x: 600
y: 6
width: 288
height: 358
alignment: 9
pivot: {x: 0.5, y: 0.2}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c7f0680c5730b2cd0800000000000000
internalID: -2581966157090779268
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5a6fbb06085b77a458bcffcdb4ca32ba
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Pulver_Front_WalkIdle_01: 6406092418321820836
Pulver_Front_WalkIdle_02: -2581966157090779268
Pulver_Front_WalkIdle_03: 6159214396868317723
Pulver_Front_WalkIdle_04: -5782602582865504227
Pulver_Front_WalkIdle_05: 2725296264624017378
Pulver_Front_WalkIdle_06: -8618305205939769490
Pulver_Front_WalkIdle_07: 7657603785265942364
Pulver_Front_WalkIdle_08: 6752225595225857984
Pulver_Front_WalkIdle_09: 1318362594774207818
Pulver_Front_WalkIdle_10: -8242147371277263742
Pulver_Front_WalkIdle_11: -6430206990792166836
Pulver_Front_WalkIdle_12: 4118377119478894824
Pulver_Front_WalkIdle_13: 6031414611335885177
Pulver_Front_WalkIdle_14: 3545736220517667453
Pulver_Front_WalkIdle_15: 7187096639336860841
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

View File

@@ -0,0 +1,624 @@
fileFormatVersion: 2
guid: dffba0ce39ba57e41b4bf74be3afce7a
TextureImporter:
internalIDToNameTable:
- first:
213: -3316296481537724497
second: trafalgar_Walk_Back 1_0
- first:
213: 5275231501427050266
second: trafalgar_Walk_Back 1_1
- first:
213: 5065588397958997725
second: trafalgar_Walk_Back 1_2
- first:
213: -1799821733057083135
second: trafalgar_Walk_Back 1_3
- first:
213: 3359278872884668669
second: trafalgar_Walk_Back 1_4
- first:
213: 4873778977253756264
second: trafalgar_Walk_Back 1_5
- first:
213: 5474132021306434435
second: trafalgar_Walk_Back 1_6
- first:
213: 5657335179516396923
second: trafalgar_Walk_Back 1_7
- first:
213: 7068305896229948144
second: trafalgar_Walk_Back 1_8
- first:
213: -5050755803148161400
second: trafalgar_Walk_Back 1_9
- first:
213: 4713247550292684394
second: trafalgar_Walk_Back 1_10
- first:
213: 8004208492819434840
second: trafalgar_Walk_Back 1_11
- first:
213: -5696299307373555239
second: trafalgar_Walk_Back 1_12
- first:
213: 1156791575129602627
second: trafalgar_Walk_Back 1_13
- first:
213: 4761273037836205496
second: trafalgar_Walk_Back 1_14
- first:
213: -677759241461689189
second: trafalgar_Walk_Back 1_15
- first:
213: -319842924608091415
second: trafalgar_Walk_Back 1_16
- first:
213: -6662231822375789657
second: trafalgar_Walk_Back 1_17
- first:
213: 781975875284984149
second: trafalgar_Walk_Back 1_18
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: trafalgar_Walk_Back 1_0
rect:
serializedVersion: 2
x: 17
y: 2298
width: 364
height: 719
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fafe018abe52af1d0800000000000000
internalID: -3316296481537724497
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_1
rect:
serializedVersion: 2
x: 404
y: 2298
width: 364
height: 719
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a178286e913653940800000000000000
internalID: 5275231501427050266
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_2
rect:
serializedVersion: 2
x: 788
y: 2280
width: 359
height: 732
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: dd6afae2fc59c4640800000000000000
internalID: 5065588397958997725
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_3
rect:
serializedVersion: 2
x: 1175
y: 2280
width: 359
height: 732
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 109ca1e6bafb507e0800000000000000
internalID: -1799821733057083135
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_4
rect:
serializedVersion: 2
x: 1559
y: 2266
width: 354
height: 751
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: df8e3cf265e8e9e20800000000000000
internalID: 3359278872884668669
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_5
rect:
serializedVersion: 2
x: 11
y: 1511
width: 354
height: 751
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 86d0afc482423a340800000000000000
internalID: 4873778977253756264
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_6
rect:
serializedVersion: 2
x: 394
y: 1529
width: 355
height: 734
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 383af87f11608fb40800000000000000
internalID: 5474132021306434435
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_7
rect:
serializedVersion: 2
x: 781
y: 1529
width: 355
height: 734
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b7545663f54e28e40800000000000000
internalID: 5657335179516396923
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_8
rect:
serializedVersion: 2
x: 1172
y: 1543
width: 354
height: 718
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0fac59c53caa71260800000000000000
internalID: 7068305896229948144
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_9
rect:
serializedVersion: 2
x: 1559
y: 1543
width: 354
height: 718
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 88e6c1a6b5c18e9b0800000000000000
internalID: -5050755803148161400
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_10
rect:
serializedVersion: 2
x: 14
y: 770
width: 359
height: 732
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a6eeca5dca1d86140800000000000000
internalID: 4713247550292684394
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_11
rect:
serializedVersion: 2
x: 401
y: 770
width: 359
height: 732
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 85dcaa25739a41f60800000000000000
internalID: 8004208492819434840
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_12
rect:
serializedVersion: 2
x: 791
y: 756
width: 364
height: 751
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9d112b1d5fda2f0b0800000000000000
internalID: -5696299307373555239
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_13
rect:
serializedVersion: 2
x: 1178
y: 756
width: 364
height: 751
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 34ab3c20fcfbd0010800000000000000
internalID: 1156791575129602627
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_14
rect:
serializedVersion: 2
x: 1566
y: 774
width: 368
height: 734
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8bd3fd20a90731240800000000000000
internalID: 4761273037836205496
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_15
rect:
serializedVersion: 2
x: 18
y: 19
width: 368
height: 734
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b9410719f8d1896f0800000000000000
internalID: -677759241461689189
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_16
rect:
serializedVersion: 2
x: 399
y: 11
width: 350
height: 742
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9ea00defd80bf8bf0800000000000000
internalID: -319842924608091415
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_17
rect:
serializedVersion: 2
x: 780
y: 202
width: 10
height: 12
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7abdcff947ffa83a0800000000000000
internalID: -6662231822375789657
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Back 1_18
rect:
serializedVersion: 2
x: 788
y: 11
width: 351
height: 713
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 551694d5ae22ada00800000000000000
internalID: 781975875284984149
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
trafalgar_Walk_Back 1_0: -3316296481537724497
trafalgar_Walk_Back 1_1: 5275231501427050266
trafalgar_Walk_Back 1_10: 4713247550292684394
trafalgar_Walk_Back 1_11: 8004208492819434840
trafalgar_Walk_Back 1_12: -5696299307373555239
trafalgar_Walk_Back 1_13: 1156791575129602627
trafalgar_Walk_Back 1_14: 4761273037836205496
trafalgar_Walk_Back 1_15: -677759241461689189
trafalgar_Walk_Back 1_16: -319842924608091415
trafalgar_Walk_Back 1_17: -6662231822375789657
trafalgar_Walk_Back 1_18: 781975875284984149
trafalgar_Walk_Back 1_2: 5065588397958997725
trafalgar_Walk_Back 1_3: -1799821733057083135
trafalgar_Walk_Back 1_4: 3359278872884668669
trafalgar_Walk_Back 1_5: 4873778977253756264
trafalgar_Walk_Back 1_6: 5474132021306434435
trafalgar_Walk_Back 1_7: 5657335179516396923
trafalgar_Walk_Back 1_8: 7068305896229948144
trafalgar_Walk_Back 1_9: -5050755803148161400
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -0,0 +1,587 @@
fileFormatVersion: 2
guid: b415a3df8c6fde84d912a3f1bee39ac2
TextureImporter:
internalIDToNameTable:
- first:
213: 4626291922020822112
second: trafalgar_Walk_Front_0
- first:
213: -7910018044893959478
second: trafalgar_Walk_Front_1
- first:
213: 16623103632962810
second: trafalgar_Walk_Front_2
- first:
213: -3039677095047009708
second: trafalgar_Walk_Front_3
- first:
213: 3395230753209888644
second: trafalgar_Walk_Front_4
- first:
213: -3058779553026310811
second: trafalgar_Walk_Front_5
- first:
213: 4195922821201441709
second: trafalgar_Walk_Front_6
- first:
213: 2926238116937443686
second: trafalgar_Walk_Front_7
- first:
213: 3423297713574993087
second: trafalgar_Walk_Front_8
- first:
213: 8835518111797706116
second: trafalgar_Walk_Front_9
- first:
213: -6493220998906338090
second: trafalgar_Walk_Front_10
- first:
213: -8391027620072416474
second: trafalgar_Walk_Front_11
- first:
213: -7079709179559294647
second: trafalgar_Walk_Front_12
- first:
213: 8485566505441313780
second: trafalgar_Walk_Front_13
- first:
213: -35789516000701760
second: trafalgar_Walk_Front_14
- first:
213: -8822430989212308126
second: trafalgar_Walk_Front_15
- first:
213: 7426691193279822714
second: trafalgar_Walk_Front_16
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: trafalgar_Walk_Front_0
rect:
serializedVersion: 2
x: 10
y: 1530
width: 358
height: 709
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 06c6f4fedf3e33040800000000000000
internalID: 4626291922020822112
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_1
rect:
serializedVersion: 2
x: 387
y: 1530
width: 361
height: 706
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: aca6a2b4f78f93290800000000000000
internalID: -7910018044893959478
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_2
rect:
serializedVersion: 2
x: 778
y: 1513
width: 359
height: 721
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: af47b1bef9e0b3000800000000000000
internalID: 16623103632962810
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_3
rect:
serializedVersion: 2
x: 1163
y: 1513
width: 361
height: 722
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 45ae4d579c5e0d5d0800000000000000
internalID: -3039677095047009708
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_4
rect:
serializedVersion: 2
x: 1551
y: 1513
width: 361
height: 721
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 48fae8f91684e1f20800000000000000
internalID: 3395230753209888644
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_5
rect:
serializedVersion: 2
x: 1945
y: 1524
width: 361
height: 707
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 56d73afd3380d85d0800000000000000
internalID: -3058779553026310811
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_6
rect:
serializedVersion: 2
x: 13
y: 769
width: 357
height: 706
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: da3baae2399ea3a30800000000000000
internalID: 4195922821201441709
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_7
rect:
serializedVersion: 2
x: 401
y: 789
width: 365
height: 689
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 669a34040161c9820800000000000000
internalID: 2926238116937443686
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_8
rect:
serializedVersion: 2
x: 789
y: 789
width: 365
height: 689
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fbc5b02122ff18f20800000000000000
internalID: 3423297713574993087
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_9
rect:
serializedVersion: 2
x: 1177
y: 775
width: 367
height: 704
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 48d7b3cf8e01e9a70800000000000000
internalID: 8835518111797706116
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_10
rect:
serializedVersion: 2
x: 1565
y: 778
width: 366
height: 705
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6d4a41077e173e5a0800000000000000
internalID: -6493220998906338090
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_11
rect:
serializedVersion: 2
x: 1952
y: 758
width: 363
height: 721
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 62b971d46d41d8b80800000000000000
internalID: -8391027620072416474
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_12
rect:
serializedVersion: 2
x: 14
y: 0
width: 367
height: 724
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 949cb47d202dfbd90800000000000000
internalID: -7079709179559294647
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_13
rect:
serializedVersion: 2
x: 399
y: 15
width: 363
height: 707
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4f348ca37c9c2c570800000000000000
internalID: 8485566505441313780
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_14
rect:
serializedVersion: 2
x: 782
y: 13
width: 364
height: 709
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0c25814ff99d08ff0800000000000000
internalID: -35789516000701760
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_15
rect:
serializedVersion: 2
x: 1163
y: 37
width: 361
height: 691
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 26d2a9032cd609580800000000000000
internalID: -8822430989212308126
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: trafalgar_Walk_Front_16
rect:
serializedVersion: 2
x: 1553
y: 37
width: 359
height: 691
alignment: 9
pivot: {x: 0.5, y: 0.15}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a7b37ffba48e01760800000000000000
internalID: 7426691193279822714
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 8032cce639dcca448b27e90d83594f23
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries:
- key: SpriteEditor.SliceSettings
value: '{"sliceOnImport":false,"gridCellCount":{"x":1.0,"y":1.0},"gridSpriteSize":{"x":64.0,"y":64.0},"gridSpriteOffset":{"x":0.0,"y":0.0},"gridSpritePadding":{"x":0.0,"y":0.0},"pivot":{"x":0.5,"y":0.15000000596046449},"autoSlicingMethod":0,"spriteAlignment":9,"slicingType":0,"keepEmptyRects":false,"isAlternate":false}'
nameFileIdTable:
trafalgar_Walk_Front_0: 4626291922020822112
trafalgar_Walk_Front_1: -7910018044893959478
trafalgar_Walk_Front_10: -6493220998906338090
trafalgar_Walk_Front_11: -8391027620072416474
trafalgar_Walk_Front_12: -7079709179559294647
trafalgar_Walk_Front_13: 8485566505441313780
trafalgar_Walk_Front_14: -35789516000701760
trafalgar_Walk_Front_15: -8822430989212308126
trafalgar_Walk_Front_16: 7426691193279822714
trafalgar_Walk_Front_2: 16623103632962810
trafalgar_Walk_Front_3: -3039677095047009708
trafalgar_Walk_Front_4: 3395230753209888644
trafalgar_Walk_Front_5: -3058779553026310811
trafalgar_Walk_Front_6: 4195922821201441709
trafalgar_Walk_Front_7: 2926238116937443686
trafalgar_Walk_Front_8: 3423297713574993087
trafalgar_Walk_Front_9: 8835518111797706116
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8f6033af6ca4a0c45bde4db06febb52f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

View File

@@ -0,0 +1,455 @@
fileFormatVersion: 2
guid: b215bf5a0a0f5db4da48c686489d8cab
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 0
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: wolter_jump0016.tga
rect:
serializedVersion: 2
x: 0
y: 1513
width: 353
height: 535
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: dc1f92cbb10fbfe41abe5593cd7255a7
internalID: 553349555
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0017.tga
rect:
serializedVersion: 2
x: 384
y: 1495
width: 384
height: 553
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: c38b08f3093775a458f2265d95a547f2
internalID: 949643404
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0018.tga
rect:
serializedVersion: 2
x: 768
y: 1495
width: 384
height: 553
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: be8c46e53d50a7b4f98ca4598398632e
internalID: 779209807
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0019.tga
rect:
serializedVersion: 2
x: 1152
y: 1496
width: 368
height: 552
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: ad8e5b653f050bb47b74ace48e614d02
internalID: -765294982
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0020.tga
rect:
serializedVersion: 2
x: 1536
y: 1496
width: 368
height: 552
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 1a6daeff9b94341499702f769e083f1a
internalID: -1692258928
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0021.tga
rect:
serializedVersion: 2
x: 0
y: 944
width: 371
height: 551
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: ee4135aa488632b418c47d2df761a03b
internalID: 1433633040
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0022.tga
rect:
serializedVersion: 2
x: 384
y: 944
width: 371
height: 551
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 5f8ec5ee7d203b74ea55b0348acc2142
internalID: -1134214680
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0023.tga
rect:
serializedVersion: 2
x: 768
y: 946
width: 374
height: 549
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 30e511bb0ce86264baa1b90f91a67bb4
internalID: -122394679
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0024.tga
rect:
serializedVersion: 2
x: 1152
y: 946
width: 374
height: 549
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 5cf7280d1bd5aa34aa32f32cd05bccfe
internalID: -707060961
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0025.tga
rect:
serializedVersion: 2
x: 1536
y: 946
width: 374
height: 549
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: f76e74a1e320ff847a968efa4fe7a1c8
internalID: 253252098
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0026.tga
rect:
serializedVersion: 2
x: 0
y: 393
width: 373
height: 549
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: d09a6c7a295345742b6e4805b9055cea
internalID: 162215666
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0027.tga
rect:
serializedVersion: 2
x: 384
y: 393
width: 373
height: 549
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 06c0140c5d66fda42811e4685459414a
internalID: -1175693358
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0028.tga
rect:
serializedVersion: 2
x: 768
y: 391
width: 369
height: 551
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: f7a120fac39c9b04183840ebf8d40a20
internalID: -176178923
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: f30382c427ceb7b4e8eb7c994e1db50f
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
wolter_jump0016.tga: 553349555
wolter_jump0017.tga: 949643404
wolter_jump0018.tga: 779209807
wolter_jump0019.tga: -765294982
wolter_jump0020.tga: -1692258928
wolter_jump0021.tga: 1433633040
wolter_jump0022.tga: -1134214680
wolter_jump0023.tga: -122394679
wolter_jump0024.tga: -707060961
wolter_jump0025.tga: 253252098
wolter_jump0026.tga: 162215666
wolter_jump0027.tga: -1175693358
wolter_jump0028.tga: -176178923
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,28 @@
#
# Sprite sheet data for Unity.
#
# To import these sprites into your Unity project, download "TexturePackerImporter":
# https://www.codeandweb.com/texturepacker/unity
#
# $TexturePacker:SmartUpdate:9554ca798ca0d0c2293491dc1cb95d37:81e0a8daa90a9e251e64a92c8e85ceeb:1ee8c19b3772e7ac101e45c4e127e300$
#
:format=40300
:texture=Wolter-Wolter_Eat.png
:size=2048x2048
:pivotpoints=enabled
:borders=disabled
:alphahandling=ClearTransparentPixels
wolter_jump0016.tga;0;1513;353;535; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0017.tga;384;1495;384;553; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0018.tga;768;1495;384;553; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0019.tga;1152;1496;368;552; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0020.tga;1536;1496;368;552; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0021.tga;0;944;371;551; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0022.tga;384;944;371;551; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0023.tga;768;946;374;549; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0024.tga;1152;946;374;549; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0025.tga;1536;946;374;549; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0026.tga;0;393;373;549; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0027.tga;384;393;373;549; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0028.tga;768;391;369;551; 0.5;0.09999999999999998; 0;0;0;0

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6f4e3b6f6c501364cb6f74990923df49
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 KiB

View File

@@ -0,0 +1,409 @@
fileFormatVersion: 2
guid: ab4ddae652fc28246b0e0e3c3fa6a310
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 0
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: wolter_jump0005.tga
rect:
serializedVersion: 2
x: 0
y: 1487
width: 449
height: 561
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: e98262c332ceb094aa396aca1ae75294
internalID: 1547339118
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0006.tga
rect:
serializedVersion: 2
x: 449
y: 1553
width: 381
height: 495
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 50d5c4af96417e14ea0caeee401c156e
internalID: -1908743190
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0007.tga
rect:
serializedVersion: 2
x: 898
y: 1560
width: 318
height: 488
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 004567d97cbc8ad4c879c3da22edd876
internalID: -1557471863
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0008.tga
rect:
serializedVersion: 2
x: 1347
y: 1537
width: 345
height: 511
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 764994a8adc15ff4ba0c9aeb4a02326c
internalID: -53376854
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0009.tga
rect:
serializedVersion: 2
x: 0
y: 995
width: 356
height: 492
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: f9f949b629c6c83469342c08182bf9fe
internalID: -20110242
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0010.tga
rect:
serializedVersion: 2
x: 449
y: 995
width: 356
height: 492
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 2be3d49f19178124d85cc02a995a9a0c
internalID: -1269673421
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0011.tga
rect:
serializedVersion: 2
x: 898
y: 998
width: 361
height: 489
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: bbf707a4aef0ab741aed8f91cf519cff
internalID: 935682700
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0012.tga
rect:
serializedVersion: 2
x: 1347
y: 998
width: 361
height: 489
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: aaf2f757fcd44404dac029d1a992b814
internalID: 1760669646
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0013.tga
rect:
serializedVersion: 2
x: 0
y: 412
width: 360
height: 514
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: cde726bc5448a014eb625fb429e90667
internalID: -546741635
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0014.tga
rect:
serializedVersion: 2
x: 449
y: 412
width: 360
height: 514
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: cc64c381163e91341a8547dfcbe4d6ec
internalID: 311806820
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: wolter_jump0015.tga
rect:
serializedVersion: 2
x: 898
y: 391
width: 353
height: 535
alignment: 9
pivot: {x: 0.5, y: 0.1}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 4c8b3730689d35f41882b55fd41aee7f
internalID: 1323277058
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: cc52d40e2a0f3124d936493ca959c23f
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
wolter_jump0005.tga: 1547339118
wolter_jump0006.tga: -1908743190
wolter_jump0007.tga: -1557471863
wolter_jump0008.tga: -53376854
wolter_jump0009.tga: -20110242
wolter_jump0010.tga: -1269673421
wolter_jump0011.tga: 935682700
wolter_jump0012.tga: 1760669646
wolter_jump0013.tga: -546741635
wolter_jump0014.tga: 311806820
wolter_jump0015.tga: 1323277058
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,26 @@
#
# Sprite sheet data for Unity.
#
# To import these sprites into your Unity project, download "TexturePackerImporter":
# https://www.codeandweb.com/texturepacker/unity
#
# $TexturePacker:SmartUpdate:9554ca798ca0d0c2293491dc1cb95d37:81e0a8daa90a9e251e64a92c8e85ceeb:1ee8c19b3772e7ac101e45c4e127e300$
#
:format=40300
:texture=Wolter-Wolter_Jump.png
:size=2048x2048
:pivotpoints=enabled
:borders=disabled
:alphahandling=ClearTransparentPixels
wolter_jump0005.tga;0;1487;449;561; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0006.tga;449;1553;381;495; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0007.tga;898;1560;318;488; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0008.tga;1347;1537;345;511; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0009.tga;0;995;356;492; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0010.tga;449;995;356;492; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0011.tga;898;998;361;489; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0012.tga;1347;998;361;489; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0013.tga;0;412;360;514; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0014.tga;449;412;360;514; 0.5;0.09999999999999998; 0;0;0;0
wolter_jump0015.tga;898;391;353;535; 0.5;0.09999999999999998; 0;0;0;0

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 230f1bb89d1fd164cb9daee35eb72153
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More