2023-01-17 04:29:05 +00:00
|
|
|
%YAML 1.1
|
|
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
|
|
--- !u!1 &3153645315200367525
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 931641041398444854}
|
|
|
|
- component: {fileID: 7072713055174890012}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: lockstep
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &931641041398444854
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 3153645315200367525}
|
|
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
|
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
|
|
m_Children:
|
|
|
|
- {fileID: 4904300105776718479}
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
- {fileID: 6282292135211262012}
|
2023-01-17 04:29:05 +00:00
|
|
|
- {fileID: 5822623106182197534}
|
|
|
|
m_Father: {fileID: 0}
|
|
|
|
m_RootOrder: 0
|
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!114 &7072713055174890012
|
|
|
|
MonoBehaviour:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 3153645315200367525}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_EditorHideFlags: 0
|
|
|
|
m_Script: {fileID: 11500000, guid: 8b073f408da6b9a49a796d5ba8777d33, type: 3}
|
|
|
|
m_Name:
|
|
|
|
m_EditorClassIdentifier:
|
|
|
|
SoundSequences: []
|
|
|
|
EligibleHits: []
|
|
|
|
scheduledInputs: []
|
|
|
|
firstEnable: 0
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
currentBGOnColor: {r: 0.9411765, g: 0.2, b: 0.5529412, a: 0}
|
|
|
|
currentBGOffColor: {r: 0.6039216, g: 0.15294118, b: 0.3764706, a: 0}
|
2023-01-17 04:29:05 +00:00
|
|
|
stepswitcherP: {fileID: 5548089329135658778}
|
|
|
|
stepswitcher0: {fileID: 4041276273830102762}
|
|
|
|
stepswitcher1: {fileID: 4669067225944782995}
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
background: {fileID: 6381378020296668381}
|
2023-01-17 04:29:05 +00:00
|
|
|
--- !u!1 &3824742015622016231
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 4904300105776718479}
|
|
|
|
- component: {fileID: 6381378020296668381}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: BG
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &4904300105776718479
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 3824742015622016231}
|
|
|
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
2023-01-17 04:29:05 +00:00
|
|
|
m_LocalScale: {x: 160, y: 90, z: 1}
|
|
|
|
m_Children: []
|
|
|
|
m_Father: {fileID: 931641041398444854}
|
2023-02-14 16:31:51 +00:00
|
|
|
m_RootOrder: 0
|
2023-01-17 04:29:05 +00:00
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!212 &6381378020296668381
|
|
|
|
SpriteRenderer:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 3824742015622016231}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_CastShadows: 0
|
|
|
|
m_ReceiveShadows: 0
|
|
|
|
m_DynamicOccludee: 1
|
|
|
|
m_MotionVectors: 1
|
|
|
|
m_LightProbeUsage: 1
|
|
|
|
m_ReflectionProbeUsage: 1
|
|
|
|
m_RayTracingMode: 0
|
|
|
|
m_RayTraceProcedural: 0
|
|
|
|
m_RenderingLayerMask: 1
|
|
|
|
m_RendererPriority: 0
|
|
|
|
m_Materials:
|
|
|
|
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
|
|
|
m_StaticBatchInfo:
|
|
|
|
firstSubMesh: 0
|
|
|
|
subMeshCount: 0
|
|
|
|
m_StaticBatchRoot: {fileID: 0}
|
|
|
|
m_ProbeAnchor: {fileID: 0}
|
|
|
|
m_LightProbeVolumeOverride: {fileID: 0}
|
|
|
|
m_ScaleInLightmap: 1
|
|
|
|
m_ReceiveGI: 1
|
|
|
|
m_PreserveUVs: 0
|
|
|
|
m_IgnoreNormalsForChartDetection: 0
|
|
|
|
m_ImportantGI: 0
|
|
|
|
m_StitchLightmapSeams: 1
|
|
|
|
m_SelectedEditorRenderState: 0
|
|
|
|
m_MinimumChartSize: 4
|
|
|
|
m_AutoUVMaxDistance: 0.5
|
|
|
|
m_AutoUVMaxAngle: 89
|
|
|
|
m_LightmapParameters: {fileID: 0}
|
|
|
|
m_SortingLayerID: 0
|
|
|
|
m_SortingLayer: 0
|
|
|
|
m_SortingOrder: -1
|
|
|
|
m_Sprite: {fileID: 7482667652216324306, guid: 48e93eef0688c4a259cb0eddcd8661f7, type: 3}
|
|
|
|
m_Color: {r: 0.94117653, g: 0.20000002, b: 0.5529412, a: 1}
|
|
|
|
m_FlipX: 0
|
|
|
|
m_FlipY: 0
|
|
|
|
m_DrawMode: 0
|
|
|
|
m_Size: {x: 1, y: 1}
|
|
|
|
m_AdaptiveModeThreshold: 0.5
|
|
|
|
m_SpriteTileMode: 0
|
|
|
|
m_WasSpriteAssigned: 1
|
|
|
|
m_MaskInteraction: 0
|
|
|
|
m_SpriteSortPoint: 0
|
|
|
|
--- !u!1 &5129989806025303121
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 3697729158945954856}
|
|
|
|
- component: {fileID: 7960956717128855430}
|
|
|
|
- component: {fileID: 4041276273830102762}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: stepswitcher0
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &3697729158945954856
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 5129989806025303121}
|
|
|
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
|
|
m_LocalPosition: {x: -2.55, y: 0.15, z: 0}
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
m_LocalScale: {x: 1.9, y: 1.9, z: 1}
|
2023-01-17 04:29:05 +00:00
|
|
|
m_Children: []
|
|
|
|
m_Father: {fileID: 5822623106182197534}
|
|
|
|
m_RootOrder: 0
|
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!212 &7960956717128855430
|
|
|
|
SpriteRenderer:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 5129989806025303121}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_CastShadows: 0
|
|
|
|
m_ReceiveShadows: 0
|
|
|
|
m_DynamicOccludee: 1
|
|
|
|
m_MotionVectors: 1
|
|
|
|
m_LightProbeUsage: 1
|
|
|
|
m_ReflectionProbeUsage: 1
|
|
|
|
m_RayTracingMode: 0
|
|
|
|
m_RayTraceProcedural: 0
|
|
|
|
m_RenderingLayerMask: 1
|
|
|
|
m_RendererPriority: 0
|
|
|
|
m_Materials:
|
|
|
|
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
|
|
|
m_StaticBatchInfo:
|
|
|
|
firstSubMesh: 0
|
|
|
|
subMeshCount: 0
|
|
|
|
m_StaticBatchRoot: {fileID: 0}
|
|
|
|
m_ProbeAnchor: {fileID: 0}
|
|
|
|
m_LightProbeVolumeOverride: {fileID: 0}
|
|
|
|
m_ScaleInLightmap: 1
|
|
|
|
m_ReceiveGI: 1
|
|
|
|
m_PreserveUVs: 0
|
|
|
|
m_IgnoreNormalsForChartDetection: 0
|
|
|
|
m_ImportantGI: 0
|
|
|
|
m_StitchLightmapSeams: 1
|
|
|
|
m_SelectedEditorRenderState: 0
|
|
|
|
m_MinimumChartSize: 4
|
|
|
|
m_AutoUVMaxDistance: 0.5
|
|
|
|
m_AutoUVMaxAngle: 89
|
|
|
|
m_LightmapParameters: {fileID: 0}
|
|
|
|
m_SortingLayerID: 0
|
|
|
|
m_SortingLayer: 0
|
|
|
|
m_SortingOrder: 0
|
|
|
|
m_Sprite: {fileID: -6961290807587789438, guid: bab2c0bd9904cdb46bf49674024d3da6, type: 3}
|
|
|
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
|
|
m_FlipX: 0
|
|
|
|
m_FlipY: 0
|
|
|
|
m_DrawMode: 0
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
m_Size: {x: 100, y: 5.5}
|
2023-01-17 04:29:05 +00:00
|
|
|
m_AdaptiveModeThreshold: 0.5
|
|
|
|
m_SpriteTileMode: 0
|
|
|
|
m_WasSpriteAssigned: 1
|
|
|
|
m_MaskInteraction: 0
|
|
|
|
m_SpriteSortPoint: 0
|
|
|
|
--- !u!95 &4041276273830102762
|
|
|
|
Animator:
|
|
|
|
serializedVersion: 3
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 5129989806025303121}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_Avatar: {fileID: 0}
|
|
|
|
m_Controller: {fileID: 9100000, guid: 774c778b9b65f7d45ba0f2b4968bece2, type: 2}
|
|
|
|
m_CullingMode: 2
|
|
|
|
m_UpdateMode: 0
|
|
|
|
m_ApplyRootMotion: 0
|
|
|
|
m_LinearVelocityBlending: 0
|
|
|
|
m_WarningMessage:
|
|
|
|
m_HasTransformHierarchy: 1
|
|
|
|
m_AllowConstantClipSamplingOptimization: 1
|
|
|
|
m_KeepAnimatorControllerStateOnDisable: 0
|
|
|
|
--- !u!1 &7760885195185502051
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 6425602285868802540}
|
|
|
|
- component: {fileID: 6864685626860880400}
|
|
|
|
- component: {fileID: 4669067225944782995}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: stepswitcher1
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &6425602285868802540
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 7760885195185502051}
|
|
|
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
|
|
m_LocalPosition: {x: 2.55, y: 0.15, z: 0}
|
|
|
|
m_LocalScale: {x: 1.9, y: 1.9, z: 1.9}
|
|
|
|
m_Children: []
|
|
|
|
m_Father: {fileID: 5822623106182197534}
|
|
|
|
m_RootOrder: 1
|
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!212 &6864685626860880400
|
|
|
|
SpriteRenderer:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 7760885195185502051}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_CastShadows: 0
|
|
|
|
m_ReceiveShadows: 0
|
|
|
|
m_DynamicOccludee: 1
|
|
|
|
m_MotionVectors: 1
|
|
|
|
m_LightProbeUsage: 1
|
|
|
|
m_ReflectionProbeUsage: 1
|
|
|
|
m_RayTracingMode: 0
|
|
|
|
m_RayTraceProcedural: 0
|
|
|
|
m_RenderingLayerMask: 1
|
|
|
|
m_RendererPriority: 0
|
|
|
|
m_Materials:
|
|
|
|
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
|
|
|
m_StaticBatchInfo:
|
|
|
|
firstSubMesh: 0
|
|
|
|
subMeshCount: 0
|
|
|
|
m_StaticBatchRoot: {fileID: 0}
|
|
|
|
m_ProbeAnchor: {fileID: 0}
|
|
|
|
m_LightProbeVolumeOverride: {fileID: 0}
|
|
|
|
m_ScaleInLightmap: 1
|
|
|
|
m_ReceiveGI: 1
|
|
|
|
m_PreserveUVs: 0
|
|
|
|
m_IgnoreNormalsForChartDetection: 0
|
|
|
|
m_ImportantGI: 0
|
|
|
|
m_StitchLightmapSeams: 1
|
|
|
|
m_SelectedEditorRenderState: 0
|
|
|
|
m_MinimumChartSize: 4
|
|
|
|
m_AutoUVMaxDistance: 0.5
|
|
|
|
m_AutoUVMaxAngle: 89
|
|
|
|
m_LightmapParameters: {fileID: 0}
|
|
|
|
m_SortingLayerID: 0
|
|
|
|
m_SortingLayer: 0
|
|
|
|
m_SortingOrder: 0
|
|
|
|
m_Sprite: {fileID: -6961290807587789438, guid: bab2c0bd9904cdb46bf49674024d3da6, type: 3}
|
|
|
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
|
|
m_FlipX: 0
|
|
|
|
m_FlipY: 0
|
|
|
|
m_DrawMode: 0
|
|
|
|
m_Size: {x: 3.8, y: 6.2}
|
|
|
|
m_AdaptiveModeThreshold: 0.5
|
|
|
|
m_SpriteTileMode: 0
|
|
|
|
m_WasSpriteAssigned: 1
|
|
|
|
m_MaskInteraction: 0
|
|
|
|
m_SpriteSortPoint: 0
|
|
|
|
--- !u!95 &4669067225944782995
|
|
|
|
Animator:
|
|
|
|
serializedVersion: 3
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 7760885195185502051}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_Avatar: {fileID: 0}
|
|
|
|
m_Controller: {fileID: 9100000, guid: 774c778b9b65f7d45ba0f2b4968bece2, type: 2}
|
|
|
|
m_CullingMode: 2
|
|
|
|
m_UpdateMode: 0
|
|
|
|
m_ApplyRootMotion: 0
|
|
|
|
m_LinearVelocityBlending: 0
|
|
|
|
m_WarningMessage:
|
|
|
|
m_HasTransformHierarchy: 1
|
|
|
|
m_AllowConstantClipSamplingOptimization: 1
|
|
|
|
m_KeepAnimatorControllerStateOnDisable: 0
|
|
|
|
--- !u!1 &8739124183978051246
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 5822623106182197534}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: stepswitchers
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &5822623106182197534
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 8739124183978051246}
|
|
|
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
|
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
|
|
m_Children:
|
|
|
|
- {fileID: 3697729158945954856}
|
|
|
|
- {fileID: 6425602285868802540}
|
|
|
|
m_Father: {fileID: 931641041398444854}
|
2023-02-14 16:31:51 +00:00
|
|
|
m_RootOrder: 2
|
2023-01-17 04:29:05 +00:00
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!1 &9015027120403414015
|
|
|
|
GameObject:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Component:
|
|
|
|
- component: {fileID: 6282292135211262012}
|
|
|
|
- component: {fileID: 6142058195801638840}
|
|
|
|
- component: {fileID: 5548089329135658778}
|
|
|
|
m_Layer: 0
|
|
|
|
m_Name: stepswitcherP
|
|
|
|
m_TagString: Untagged
|
|
|
|
m_Icon: {fileID: 0}
|
|
|
|
m_NavMeshLayer: 0
|
|
|
|
m_StaticEditorFlags: 0
|
|
|
|
m_IsActive: 1
|
|
|
|
--- !u!4 &6282292135211262012
|
|
|
|
Transform:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 9015027120403414015}
|
|
|
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
|
|
m_LocalPosition: {x: 0, y: 0.15, z: 0}
|
|
|
|
m_LocalScale: {x: 1.9, y: 1.9, z: 1.9}
|
|
|
|
m_Children: []
|
Playable lockstep + Mr. Upbeat fix! (Lockstep is missing recolorable switchsteppers, many of them, and bach portraits) (#227)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
* fix
* FIXED???
* FIXED FOR REAL
* Begun fixing lockstep, just needs small fixes and features
* Smol fix-ish
* Started work on mr upbeat
* MrUpbeat fixed, finishing up lockstep
* Added BG to lockstep
* Added bg colour change
* Done with my part
2023-01-23 22:48:05 +00:00
|
|
|
m_Father: {fileID: 931641041398444854}
|
2023-02-14 16:31:51 +00:00
|
|
|
m_RootOrder: 1
|
2023-01-17 04:29:05 +00:00
|
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
|
|
--- !u!212 &6142058195801638840
|
|
|
|
SpriteRenderer:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 9015027120403414015}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_CastShadows: 0
|
|
|
|
m_ReceiveShadows: 0
|
|
|
|
m_DynamicOccludee: 1
|
|
|
|
m_MotionVectors: 1
|
|
|
|
m_LightProbeUsage: 1
|
|
|
|
m_ReflectionProbeUsage: 1
|
|
|
|
m_RayTracingMode: 0
|
|
|
|
m_RayTraceProcedural: 0
|
|
|
|
m_RenderingLayerMask: 1
|
|
|
|
m_RendererPriority: 0
|
|
|
|
m_Materials:
|
|
|
|
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
|
|
|
m_StaticBatchInfo:
|
|
|
|
firstSubMesh: 0
|
|
|
|
subMeshCount: 0
|
|
|
|
m_StaticBatchRoot: {fileID: 0}
|
|
|
|
m_ProbeAnchor: {fileID: 0}
|
|
|
|
m_LightProbeVolumeOverride: {fileID: 0}
|
|
|
|
m_ScaleInLightmap: 1
|
|
|
|
m_ReceiveGI: 1
|
|
|
|
m_PreserveUVs: 0
|
|
|
|
m_IgnoreNormalsForChartDetection: 0
|
|
|
|
m_ImportantGI: 0
|
|
|
|
m_StitchLightmapSeams: 1
|
|
|
|
m_SelectedEditorRenderState: 0
|
|
|
|
m_MinimumChartSize: 4
|
|
|
|
m_AutoUVMaxDistance: 0.5
|
|
|
|
m_AutoUVMaxAngle: 89
|
|
|
|
m_LightmapParameters: {fileID: 0}
|
|
|
|
m_SortingLayerID: 0
|
|
|
|
m_SortingLayer: 0
|
|
|
|
m_SortingOrder: 0
|
|
|
|
m_Sprite: {fileID: -6961290807587789438, guid: bab2c0bd9904cdb46bf49674024d3da6, type: 3}
|
|
|
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
|
|
m_FlipX: 0
|
|
|
|
m_FlipY: 0
|
|
|
|
m_DrawMode: 0
|
|
|
|
m_Size: {x: 3.8, y: 6.2}
|
|
|
|
m_AdaptiveModeThreshold: 0.5
|
|
|
|
m_SpriteTileMode: 0
|
|
|
|
m_WasSpriteAssigned: 1
|
|
|
|
m_MaskInteraction: 0
|
|
|
|
m_SpriteSortPoint: 0
|
|
|
|
--- !u!95 &5548089329135658778
|
|
|
|
Animator:
|
|
|
|
serializedVersion: 3
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_GameObject: {fileID: 9015027120403414015}
|
|
|
|
m_Enabled: 1
|
|
|
|
m_Avatar: {fileID: 0}
|
|
|
|
m_Controller: {fileID: 9100000, guid: 774c778b9b65f7d45ba0f2b4968bece2, type: 2}
|
|
|
|
m_CullingMode: 2
|
|
|
|
m_UpdateMode: 0
|
|
|
|
m_ApplyRootMotion: 0
|
|
|
|
m_LinearVelocityBlending: 0
|
|
|
|
m_WarningMessage:
|
|
|
|
m_HasTransformHierarchy: 1
|
|
|
|
m_AllowConstantClipSamplingOptimization: 1
|
|
|
|
m_KeepAnimatorControllerStateOnDisable: 0
|