├── .github └── images │ ├── screenshot-1.png │ ├── screenshot-2.png │ ├── screenshot-3.png │ └── title-icon.png ├── .gitignore ├── Assets ├── FlashTools.meta └── FlashTools │ ├── Docs.meta │ ├── Docs │ ├── API.md │ ├── API.md.meta │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Images.meta │ ├── Images │ │ ├── user-guide-1.png │ │ ├── user-guide-1.png.meta │ │ ├── user-guide-10.png │ │ ├── user-guide-10.png.meta │ │ ├── user-guide-2.png │ │ ├── user-guide-2.png.meta │ │ ├── user-guide-3.png │ │ ├── user-guide-3.png.meta │ │ ├── user-guide-4.png │ │ ├── user-guide-4.png.meta │ │ ├── user-guide-5.png │ │ ├── user-guide-5.png.meta │ │ ├── user-guide-6.png │ │ ├── user-guide-6.png.meta │ │ ├── user-guide-7.png │ │ ├── user-guide-7.png.meta │ │ ├── user-guide-8.png │ │ ├── user-guide-8.png.meta │ │ ├── user-guide-9.png │ │ └── user-guide-9.png.meta │ ├── USERGUIDE.md │ └── USERGUIDE.md.meta │ ├── Example.meta │ ├── Example │ ├── Animations.meta │ ├── Animations │ │ ├── LICENCE.txt │ │ ├── LICENCE.txt.meta │ │ ├── npc_bureaucrat.fla │ │ ├── npc_bureaucrat.fla.meta │ │ ├── npc_bureaucrat.fla_export.meta │ │ ├── npc_bureaucrat.fla_export │ │ │ ├── npc_bureaucrat.fla._Atlas_.png │ │ │ ├── npc_bureaucrat.fla._Atlas_.png.meta │ │ │ ├── npc_bureaucrat.fla._Stage_.asset │ │ │ ├── npc_bureaucrat.fla._Stage_.asset.meta │ │ │ ├── npc_bureaucrat.fla.asset │ │ │ ├── npc_bureaucrat.fla.asset.meta │ │ │ ├── npc_bureaucrat.fla.bureaucrat.asset │ │ │ ├── npc_bureaucrat.fla.bureaucrat.asset.meta │ │ │ ├── npc_bureaucrat.fla.swf │ │ │ └── npc_bureaucrat.fla.swf.meta │ │ ├── npc_smuggler.fla │ │ ├── npc_smuggler.fla.meta │ │ ├── npc_smuggler.fla_export.meta │ │ ├── npc_smuggler.fla_export │ │ │ ├── npc_smuggler.fla._Atlas_.png │ │ │ ├── npc_smuggler.fla._Atlas_.png.meta │ │ │ ├── npc_smuggler.fla._Stage_.asset │ │ │ ├── npc_smuggler.fla._Stage_.asset.meta │ │ │ ├── npc_smuggler.fla.asset │ │ │ ├── npc_smuggler.fla.asset.meta │ │ │ ├── npc_smuggler.fla.smuggler.asset │ │ │ ├── npc_smuggler.fla.smuggler.asset.meta │ │ │ ├── npc_smuggler.fla.swf │ │ │ └── npc_smuggler.fla.swf.meta │ │ ├── purple_apparition.fla │ │ ├── purple_apparition.fla.meta │ │ ├── purple_apparition.fla_export.meta │ │ ├── purple_apparition.fla_export │ │ │ ├── purple_apparition.fla._Atlas_.png │ │ │ ├── purple_apparition.fla._Atlas_.png.meta │ │ │ ├── purple_apparition.fla._Stage_.asset │ │ │ ├── purple_apparition.fla._Stage_.asset.meta │ │ │ ├── purple_apparition.fla.asset │ │ │ ├── purple_apparition.fla.asset.meta │ │ │ ├── purple_apparition.fla.purpleFlower.asset │ │ │ ├── purple_apparition.fla.purpleFlower.asset.meta │ │ │ ├── purple_apparition.fla.swf │ │ │ └── purple_apparition.fla.swf.meta │ │ ├── rainbow_100coinstoday.fla │ │ ├── rainbow_100coinstoday.fla.meta │ │ ├── rainbow_100coinstoday.fla_export.meta │ │ └── rainbow_100coinstoday.fla_export │ │ │ ├── rainbow_100coinstoday.fla._Atlas_.png │ │ │ ├── rainbow_100coinstoday.fla._Atlas_.png.meta │ │ │ ├── rainbow_100coinstoday.fla._Stage_.asset │ │ │ ├── rainbow_100coinstoday.fla._Stage_.asset.meta │ │ │ ├── rainbow_100coinstoday.fla.asset │ │ │ ├── rainbow_100coinstoday.fla.asset.meta │ │ │ ├── rainbow_100coinstoday.fla.swf │ │ │ └── rainbow_100coinstoday.fla.swf.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── PurpleFlowerLogic.cs │ │ └── PurpleFlowerLogic.cs.meta │ ├── FlashExport.meta │ ├── FlashExport │ ├── FlashExport.jsfl │ ├── FlashExport.jsfl.meta │ ├── FlashExport_HD.jsfl │ ├── FlashExport_HD.jsfl.meta │ ├── FlashExport_SD.jsfl │ ├── FlashExport_SD.jsfl.meta │ ├── Internal.meta │ └── Internal │ │ ├── FTBase.jsfl │ │ ├── FTBase.jsfl.meta │ │ ├── FTMain.jsfl │ │ └── FTMain.jsfl.meta │ ├── Plugins.meta │ ├── Plugins │ ├── Editor.meta │ └── Editor │ │ ├── Ionic.Zip.Unity.dll │ │ └── Ionic.Zip.Unity.dll.meta │ ├── Resources.meta │ ├── Resources │ ├── Materials.meta │ ├── Materials │ │ ├── Generated.meta │ │ ├── Generated │ │ │ ├── SwfDecrMaskShader.mat │ │ │ ├── SwfDecrMaskShader.mat.meta │ │ │ ├── SwfIncrMaskShader.mat │ │ │ ├── SwfIncrMaskShader.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_0.mat │ │ │ ├── SwfMaskedGrabShader_Darken_0.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_1.mat │ │ │ ├── SwfMaskedGrabShader_Darken_1.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_2.mat │ │ │ ├── SwfMaskedGrabShader_Darken_2.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_3.mat │ │ │ ├── SwfMaskedGrabShader_Darken_3.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_4.mat │ │ │ ├── SwfMaskedGrabShader_Darken_4.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_5.mat │ │ │ ├── SwfMaskedGrabShader_Darken_5.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_6.mat │ │ │ ├── SwfMaskedGrabShader_Darken_6.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_7.mat │ │ │ ├── SwfMaskedGrabShader_Darken_7.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_8.mat │ │ │ ├── SwfMaskedGrabShader_Darken_8.mat.meta │ │ │ ├── SwfMaskedGrabShader_Darken_9.mat │ │ │ ├── SwfMaskedGrabShader_Darken_9.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_0.mat │ │ │ ├── SwfMaskedGrabShader_Difference_0.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_1.mat │ │ │ ├── SwfMaskedGrabShader_Difference_1.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_2.mat │ │ │ ├── SwfMaskedGrabShader_Difference_2.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_3.mat │ │ │ ├── SwfMaskedGrabShader_Difference_3.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_4.mat │ │ │ ├── SwfMaskedGrabShader_Difference_4.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_5.mat │ │ │ ├── SwfMaskedGrabShader_Difference_5.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_6.mat │ │ │ ├── SwfMaskedGrabShader_Difference_6.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_7.mat │ │ │ ├── SwfMaskedGrabShader_Difference_7.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_8.mat │ │ │ ├── SwfMaskedGrabShader_Difference_8.mat.meta │ │ │ ├── SwfMaskedGrabShader_Difference_9.mat │ │ │ ├── SwfMaskedGrabShader_Difference_9.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_0.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_0.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_1.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_1.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_2.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_2.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_3.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_3.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_4.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_4.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_5.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_5.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_6.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_6.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_7.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_7.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_8.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_8.mat.meta │ │ │ ├── SwfMaskedGrabShader_Hardlight_9.mat │ │ │ ├── SwfMaskedGrabShader_Hardlight_9.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_0.mat │ │ │ ├── SwfMaskedGrabShader_Invert_0.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_1.mat │ │ │ ├── SwfMaskedGrabShader_Invert_1.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_2.mat │ │ │ ├── SwfMaskedGrabShader_Invert_2.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_3.mat │ │ │ ├── SwfMaskedGrabShader_Invert_3.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_4.mat │ │ │ ├── SwfMaskedGrabShader_Invert_4.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_5.mat │ │ │ ├── SwfMaskedGrabShader_Invert_5.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_6.mat │ │ │ ├── SwfMaskedGrabShader_Invert_6.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_7.mat │ │ │ ├── SwfMaskedGrabShader_Invert_7.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_8.mat │ │ │ ├── SwfMaskedGrabShader_Invert_8.mat.meta │ │ │ ├── SwfMaskedGrabShader_Invert_9.mat │ │ │ ├── SwfMaskedGrabShader_Invert_9.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_0.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_0.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_1.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_1.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_2.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_2.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_3.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_3.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_4.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_4.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_5.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_5.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_6.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_6.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_7.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_7.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_8.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_8.mat.meta │ │ │ ├── SwfMaskedGrabShader_Overlay_9.mat │ │ │ ├── SwfMaskedGrabShader_Overlay_9.mat.meta │ │ │ ├── SwfMaskedShader_Add_0.mat │ │ │ ├── SwfMaskedShader_Add_0.mat.meta │ │ │ ├── SwfMaskedShader_Add_1.mat │ │ │ ├── SwfMaskedShader_Add_1.mat.meta │ │ │ ├── SwfMaskedShader_Add_2.mat │ │ │ ├── SwfMaskedShader_Add_2.mat.meta │ │ │ ├── SwfMaskedShader_Add_3.mat │ │ │ ├── SwfMaskedShader_Add_3.mat.meta │ │ │ ├── SwfMaskedShader_Add_4.mat │ │ │ ├── SwfMaskedShader_Add_4.mat.meta │ │ │ ├── SwfMaskedShader_Add_5.mat │ │ │ ├── SwfMaskedShader_Add_5.mat.meta │ │ │ ├── SwfMaskedShader_Add_6.mat │ │ │ ├── SwfMaskedShader_Add_6.mat.meta │ │ │ ├── SwfMaskedShader_Add_7.mat │ │ │ ├── SwfMaskedShader_Add_7.mat.meta │ │ │ ├── SwfMaskedShader_Add_8.mat │ │ │ ├── SwfMaskedShader_Add_8.mat.meta │ │ │ ├── SwfMaskedShader_Add_9.mat │ │ │ ├── SwfMaskedShader_Add_9.mat.meta │ │ │ ├── SwfMaskedShader_Layer_0.mat │ │ │ ├── SwfMaskedShader_Layer_0.mat.meta │ │ │ ├── SwfMaskedShader_Layer_1.mat │ │ │ ├── SwfMaskedShader_Layer_1.mat.meta │ │ │ ├── SwfMaskedShader_Layer_2.mat │ │ │ ├── SwfMaskedShader_Layer_2.mat.meta │ │ │ ├── SwfMaskedShader_Layer_3.mat │ │ │ ├── SwfMaskedShader_Layer_3.mat.meta │ │ │ ├── SwfMaskedShader_Layer_4.mat │ │ │ ├── SwfMaskedShader_Layer_4.mat.meta │ │ │ ├── SwfMaskedShader_Layer_5.mat │ │ │ ├── SwfMaskedShader_Layer_5.mat.meta │ │ │ ├── SwfMaskedShader_Layer_6.mat │ │ │ ├── SwfMaskedShader_Layer_6.mat.meta │ │ │ ├── SwfMaskedShader_Layer_7.mat │ │ │ ├── SwfMaskedShader_Layer_7.mat.meta │ │ │ ├── SwfMaskedShader_Layer_8.mat │ │ │ ├── SwfMaskedShader_Layer_8.mat.meta │ │ │ ├── SwfMaskedShader_Layer_9.mat │ │ │ ├── SwfMaskedShader_Layer_9.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_0.mat │ │ │ ├── SwfMaskedShader_Lighten_0.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_1.mat │ │ │ ├── SwfMaskedShader_Lighten_1.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_2.mat │ │ │ ├── SwfMaskedShader_Lighten_2.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_3.mat │ │ │ ├── SwfMaskedShader_Lighten_3.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_4.mat │ │ │ ├── SwfMaskedShader_Lighten_4.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_5.mat │ │ │ ├── SwfMaskedShader_Lighten_5.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_6.mat │ │ │ ├── SwfMaskedShader_Lighten_6.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_7.mat │ │ │ ├── SwfMaskedShader_Lighten_7.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_8.mat │ │ │ ├── SwfMaskedShader_Lighten_8.mat.meta │ │ │ ├── SwfMaskedShader_Lighten_9.mat │ │ │ ├── SwfMaskedShader_Lighten_9.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_0.mat │ │ │ ├── SwfMaskedShader_Multiply_0.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_1.mat │ │ │ ├── SwfMaskedShader_Multiply_1.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_2.mat │ │ │ ├── SwfMaskedShader_Multiply_2.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_3.mat │ │ │ ├── SwfMaskedShader_Multiply_3.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_4.mat │ │ │ ├── SwfMaskedShader_Multiply_4.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_5.mat │ │ │ ├── SwfMaskedShader_Multiply_5.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_6.mat │ │ │ ├── SwfMaskedShader_Multiply_6.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_7.mat │ │ │ ├── SwfMaskedShader_Multiply_7.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_8.mat │ │ │ ├── SwfMaskedShader_Multiply_8.mat.meta │ │ │ ├── SwfMaskedShader_Multiply_9.mat │ │ │ ├── SwfMaskedShader_Multiply_9.mat.meta │ │ │ ├── SwfMaskedShader_Normal_0.mat │ │ │ ├── SwfMaskedShader_Normal_0.mat.meta │ │ │ ├── SwfMaskedShader_Normal_1.mat │ │ │ ├── SwfMaskedShader_Normal_1.mat.meta │ │ │ ├── SwfMaskedShader_Normal_2.mat │ │ │ ├── SwfMaskedShader_Normal_2.mat.meta │ │ │ ├── SwfMaskedShader_Normal_3.mat │ │ │ ├── SwfMaskedShader_Normal_3.mat.meta │ │ │ ├── SwfMaskedShader_Normal_4.mat │ │ │ ├── SwfMaskedShader_Normal_4.mat.meta │ │ │ ├── SwfMaskedShader_Normal_5.mat │ │ │ ├── SwfMaskedShader_Normal_5.mat.meta │ │ │ ├── SwfMaskedShader_Normal_6.mat │ │ │ ├── SwfMaskedShader_Normal_6.mat.meta │ │ │ ├── SwfMaskedShader_Normal_7.mat │ │ │ ├── SwfMaskedShader_Normal_7.mat.meta │ │ │ ├── SwfMaskedShader_Normal_8.mat │ │ │ ├── SwfMaskedShader_Normal_8.mat.meta │ │ │ ├── SwfMaskedShader_Normal_9.mat │ │ │ ├── SwfMaskedShader_Normal_9.mat.meta │ │ │ ├── SwfMaskedShader_Screen_0.mat │ │ │ ├── SwfMaskedShader_Screen_0.mat.meta │ │ │ ├── SwfMaskedShader_Screen_1.mat │ │ │ ├── SwfMaskedShader_Screen_1.mat.meta │ │ │ ├── SwfMaskedShader_Screen_2.mat │ │ │ ├── SwfMaskedShader_Screen_2.mat.meta │ │ │ ├── SwfMaskedShader_Screen_3.mat │ │ │ ├── SwfMaskedShader_Screen_3.mat.meta │ │ │ ├── SwfMaskedShader_Screen_4.mat │ │ │ ├── SwfMaskedShader_Screen_4.mat.meta │ │ │ ├── SwfMaskedShader_Screen_5.mat │ │ │ ├── SwfMaskedShader_Screen_5.mat.meta │ │ │ ├── SwfMaskedShader_Screen_6.mat │ │ │ ├── SwfMaskedShader_Screen_6.mat.meta │ │ │ ├── SwfMaskedShader_Screen_7.mat │ │ │ ├── SwfMaskedShader_Screen_7.mat.meta │ │ │ ├── SwfMaskedShader_Screen_8.mat │ │ │ ├── SwfMaskedShader_Screen_8.mat.meta │ │ │ ├── SwfMaskedShader_Screen_9.mat │ │ │ ├── SwfMaskedShader_Screen_9.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_0.mat │ │ │ ├── SwfMaskedShader_Subtract_0.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_1.mat │ │ │ ├── SwfMaskedShader_Subtract_1.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_2.mat │ │ │ ├── SwfMaskedShader_Subtract_2.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_3.mat │ │ │ ├── SwfMaskedShader_Subtract_3.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_4.mat │ │ │ ├── SwfMaskedShader_Subtract_4.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_5.mat │ │ │ ├── SwfMaskedShader_Subtract_5.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_6.mat │ │ │ ├── SwfMaskedShader_Subtract_6.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_7.mat │ │ │ ├── SwfMaskedShader_Subtract_7.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_8.mat │ │ │ ├── SwfMaskedShader_Subtract_8.mat.meta │ │ │ ├── SwfMaskedShader_Subtract_9.mat │ │ │ ├── SwfMaskedShader_Subtract_9.mat.meta │ │ │ ├── SwfSimpleGrabShader_Darken.mat │ │ │ ├── SwfSimpleGrabShader_Darken.mat.meta │ │ │ ├── SwfSimpleGrabShader_Difference.mat │ │ │ ├── SwfSimpleGrabShader_Difference.mat.meta │ │ │ ├── SwfSimpleGrabShader_Hardlight.mat │ │ │ ├── SwfSimpleGrabShader_Hardlight.mat.meta │ │ │ ├── SwfSimpleGrabShader_Invert.mat │ │ │ ├── SwfSimpleGrabShader_Invert.mat.meta │ │ │ ├── SwfSimpleGrabShader_Overlay.mat │ │ │ ├── SwfSimpleGrabShader_Overlay.mat.meta │ │ │ ├── SwfSimpleShader_Add.mat │ │ │ ├── SwfSimpleShader_Add.mat.meta │ │ │ ├── SwfSimpleShader_Layer.mat │ │ │ ├── SwfSimpleShader_Layer.mat.meta │ │ │ ├── SwfSimpleShader_Lighten.mat │ │ │ ├── SwfSimpleShader_Lighten.mat.meta │ │ │ ├── SwfSimpleShader_Multiply.mat │ │ │ ├── SwfSimpleShader_Multiply.mat.meta │ │ │ ├── SwfSimpleShader_Normal.mat │ │ │ ├── SwfSimpleShader_Normal.mat.meta │ │ │ ├── SwfSimpleShader_Screen.mat │ │ │ ├── SwfSimpleShader_Screen.mat.meta │ │ │ ├── SwfSimpleShader_Subtract.mat │ │ │ └── SwfSimpleShader_Subtract.mat.meta │ │ ├── SwfBaseCG.cginc │ │ ├── SwfBaseCG.cginc.meta │ │ ├── SwfDecrMaskShader.shader │ │ ├── SwfDecrMaskShader.shader.meta │ │ ├── SwfIncrMaskShader.shader │ │ ├── SwfIncrMaskShader.shader.meta │ │ ├── SwfMaskedGrabShader.shader │ │ ├── SwfMaskedGrabShader.shader.meta │ │ ├── SwfMaskedShader.shader │ │ ├── SwfMaskedShader.shader.meta │ │ ├── SwfSimpleGrabShader.shader │ │ ├── SwfSimpleGrabShader.shader.meta │ │ ├── SwfSimpleShader.shader │ │ └── SwfSimpleShader.shader.meta │ ├── SwfSettings.asset │ └── SwfSettings.asset.meta │ ├── Scripts.meta │ └── Scripts │ ├── Editor.meta │ ├── Editor │ ├── FTEditor.meta │ ├── FTEditor │ │ ├── Editors.meta │ │ ├── Editors │ │ │ ├── SwfAssetEditor.cs │ │ │ ├── SwfAssetEditor.cs.meta │ │ │ ├── SwfClipAssetEditor.cs │ │ │ ├── SwfClipAssetEditor.cs.meta │ │ │ ├── SwfClipAssetPreview.cs │ │ │ ├── SwfClipAssetPreview.cs.meta │ │ │ ├── SwfClipControllerEditor.cs │ │ │ ├── SwfClipControllerEditor.cs.meta │ │ │ ├── SwfClipEditor.cs │ │ │ ├── SwfClipEditor.cs.meta │ │ │ ├── SwfManagerEditor.cs │ │ │ └── SwfManagerEditor.cs.meta │ │ ├── Postprocessors.meta │ │ ├── Postprocessors │ │ │ ├── SwfAssetPostprocessor.cs │ │ │ ├── SwfAssetPostprocessor.cs.meta │ │ │ ├── SwfPostprocessor.cs │ │ │ └── SwfPostprocessor.cs.meta │ │ ├── SwfAssetData.cs │ │ ├── SwfAssetData.cs.meta │ │ ├── SwfEditorUtils.cs │ │ ├── SwfEditorUtils.cs.meta │ │ ├── SwfMaterialCache.cs │ │ ├── SwfMaterialCache.cs.meta │ │ ├── SwfPropertyDrawers.cs │ │ └── SwfPropertyDrawers.cs.meta │ ├── FTSwfTools.meta │ └── FTSwfTools │ │ ├── SwfContext.cs │ │ ├── SwfContext.cs.meta │ │ ├── SwfContextExecuter.cs │ │ ├── SwfContextExecuter.cs.meta │ │ ├── SwfDecoder.cs │ │ ├── SwfDecoder.cs.meta │ │ ├── SwfStreamReader.cs │ │ ├── SwfStreamReader.cs.meta │ │ ├── SwfTags.meta │ │ ├── SwfTags │ │ ├── DefineBinaryDataTag.cs │ │ ├── DefineBinaryDataTag.cs.meta │ │ ├── DefineBitsLossless2Tag.cs │ │ ├── DefineBitsLossless2Tag.cs.meta │ │ ├── DefineBitsLosslessTag.cs │ │ ├── DefineBitsLosslessTag.cs.meta │ │ ├── DefineSceneAndFrameLabelDataTag.cs │ │ ├── DefineSceneAndFrameLabelDataTag.cs.meta │ │ ├── DefineShape2Tag.cs │ │ ├── DefineShape2Tag.cs.meta │ │ ├── DefineShape3Tag.cs │ │ ├── DefineShape3Tag.cs.meta │ │ ├── DefineShape4Tag.cs │ │ ├── DefineShape4Tag.cs.meta │ │ ├── DefineShapeTag.cs │ │ ├── DefineShapeTag.cs.meta │ │ ├── DefineSpriteTag.cs │ │ ├── DefineSpriteTag.cs.meta │ │ ├── DoABCTag.cs │ │ ├── DoABCTag.cs.meta │ │ ├── EnableDebugger2Tag.cs │ │ ├── EnableDebugger2Tag.cs.meta │ │ ├── EnableDebuggerTag.cs │ │ ├── EnableDebuggerTag.cs.meta │ │ ├── EnableTelemetryTag.cs │ │ ├── EnableTelemetryTag.cs.meta │ │ ├── EndTag.cs │ │ ├── EndTag.cs.meta │ │ ├── ExportAssetsTag.cs │ │ ├── ExportAssetsTag.cs.meta │ │ ├── FileAttributesTag.cs │ │ ├── FileAttributesTag.cs.meta │ │ ├── FrameLabelTag.cs │ │ ├── FrameLabelTag.cs.meta │ │ ├── MetadataTag.cs │ │ ├── MetadataTag.cs.meta │ │ ├── PlaceObject2Tag.cs │ │ ├── PlaceObject2Tag.cs.meta │ │ ├── PlaceObject3Tag.cs │ │ ├── PlaceObject3Tag.cs.meta │ │ ├── PlaceObjectTag.cs │ │ ├── PlaceObjectTag.cs.meta │ │ ├── ProtectTag.cs │ │ ├── ProtectTag.cs.meta │ │ ├── RemoveObject2Tag.cs │ │ ├── RemoveObject2Tag.cs.meta │ │ ├── RemoveObjectTag.cs │ │ ├── RemoveObjectTag.cs.meta │ │ ├── ScriptLimitsTag.cs │ │ ├── ScriptLimitsTag.cs.meta │ │ ├── SetBackgroundColorTag.cs │ │ ├── SetBackgroundColorTag.cs.meta │ │ ├── ShowFrameTag.cs │ │ ├── ShowFrameTag.cs.meta │ │ ├── SwfTagBase.cs │ │ ├── SwfTagBase.cs.meta │ │ ├── SwfTagVisitor.cs │ │ ├── SwfTagVisitor.cs.meta │ │ ├── SymbolClassTag.cs │ │ ├── SymbolClassTag.cs.meta │ │ ├── UnknownTag.cs │ │ ├── UnknownTag.cs.meta │ │ ├── UnsupportedTag.cs │ │ └── UnsupportedTag.cs.meta │ │ ├── SwfTypes.meta │ │ └── SwfTypes │ │ ├── SwfBlendMode.cs │ │ ├── SwfBlendMode.cs.meta │ │ ├── SwfClipActions.cs │ │ ├── SwfClipActions.cs.meta │ │ ├── SwfColor.cs │ │ ├── SwfColor.cs.meta │ │ ├── SwfColorTransform.cs │ │ ├── SwfColorTransform.cs.meta │ │ ├── SwfControlTags.cs │ │ ├── SwfControlTags.cs.meta │ │ ├── SwfFillStyleType.cs │ │ ├── SwfFillStyleType.cs.meta │ │ ├── SwfLongHeader.cs │ │ ├── SwfLongHeader.cs.meta │ │ ├── SwfMatrix.cs │ │ ├── SwfMatrix.cs.meta │ │ ├── SwfRect.cs │ │ ├── SwfRect.cs.meta │ │ ├── SwfShapesWithStyle.cs │ │ ├── SwfShapesWithStyle.cs.meta │ │ ├── SwfShortHeader.cs │ │ ├── SwfShortHeader.cs.meta │ │ ├── SwfSurfaceFilters.cs │ │ └── SwfSurfaceFilters.cs.meta │ ├── FTRuntime.meta │ └── FTRuntime │ ├── Internal.meta │ ├── Internal │ ├── SwfAssocList.cs │ ├── SwfAssocList.cs.meta │ ├── SwfAttributes.cs │ ├── SwfAttributes.cs.meta │ ├── SwfList.cs │ ├── SwfList.cs.meta │ ├── SwfUtils.cs │ └── SwfUtils.cs.meta │ ├── SwfAsset.cs │ ├── SwfAsset.cs.meta │ ├── SwfClip.cs │ ├── SwfClip.cs.meta │ ├── SwfClipAsset.cs │ ├── SwfClipAsset.cs.meta │ ├── SwfClipController.cs │ ├── SwfClipController.cs.meta │ ├── SwfManager.cs │ ├── SwfManager.cs.meta │ ├── SwfSettings.cs │ ├── SwfSettings.cs.meta │ ├── SwfVersion.cs │ ├── SwfVersion.cs.meta │ ├── Yields.meta │ └── Yields │ ├── SwfWaitExtensions.cs │ ├── SwfWaitExtensions.cs.meta │ ├── SwfWaitPlayStopped.cs │ ├── SwfWaitPlayStopped.cs.meta │ ├── SwfWaitRewindPlaying.cs │ ├── SwfWaitRewindPlaying.cs.meta │ ├── SwfWaitStopOrRewindPlaying.cs │ ├── SwfWaitStopOrRewindPlaying.cs.meta │ ├── SwfWaitStopPlaying.cs │ └── SwfWaitStopPlaying.cs.meta ├── LICENSE.md ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /.github/images/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/.github/images/screenshot-1.png -------------------------------------------------------------------------------- /.github/images/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/.github/images/screenshot-2.png -------------------------------------------------------------------------------- /.github/images/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/.github/images/screenshot-3.png -------------------------------------------------------------------------------- /.github/images/title-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/.github/images/title-icon.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vs/* 2 | .vscode/* 3 | 4 | obj/* 5 | Temp/* 6 | Logs/* 7 | Library/* 8 | 9 | Assets/AssetStoreTools/* 10 | Assets/AssetStoreTools.meta 11 | 12 | .DS_Store 13 | flash-tools.sln 14 | flash-tools.userprefs 15 | Assembly-CSharp.csproj 16 | Assembly-CSharp-Editor.csproj -------------------------------------------------------------------------------- /Assets/FlashTools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f1bdd35b85834b458ff6b42503c5a72 3 | folderAsset: yes 4 | timeCreated: 1453739100 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Docs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50d6a4b1e06fc499eae74636470fb2f3 3 | folderAsset: yes 4 | timeCreated: 1480708526 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/API.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd94e0e9b90404d79b089e1bf49bbb05 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 309e798efeb2741c6853f2402363a067 3 | timeCreated: 1487174180 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0db413cc2285d4efb84412aea078619e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-1.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-10.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-2.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-3.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-4.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-5.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-6.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-7.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-8.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/Images/user-guide-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Docs/Images/user-guide-9.png -------------------------------------------------------------------------------- /Assets/FlashTools/Docs/USERGUIDE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49615ebb9ccc140269e4d8421ee97c67 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 599e30df33f9f4791a52de4cea925909 3 | folderAsset: yes 4 | timeCreated: 1476535951 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 784ffbb2afd83458c9636fa3e7b72d10 3 | folderAsset: yes 4 | timeCreated: 1476527987 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/LICENCE.txt: -------------------------------------------------------------------------------- 1 | http://www.glitchthegame.com/public-domain-game-art/ 2 | 3 | Licensing Details 4 | 5 | All files are provided by Tiny Speck under the Creative Commons CC0 1.0 Universal License. This is a broadly permissive "No Rights Reserved" license — you may do what you please with what we've provided. Our intention is to dedicate these works to the public domain and make them freely available to all, without restriction. All files are provided AS-IS. Tiny Speck cannot provide any support to help you bring these assets into your own projects. 6 | 7 | Note: the Glitch logo and trademark are not among the things we are making available under this license. Only items in the files explicitly included herein are covered. 8 | 9 | There is no obligation to link or credit the works, but if you do, please link to glitchthegame.com, our permanent "retirement" site for the game and these assets. Of course, links/shoutouts to Tiny Speck (tinyspeck.com) and/or Slack (slack.com) are appreciated. 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/LICENCE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c80977caec36b4ea386819d53ed418e3 3 | timeCreated: 1476529016 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 088d0516e1e5c4d1da87f9daf4d0f8dc 3 | timeCreated: 1476528234 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15d78bbe6508345258bb3c46cde5ec3a 3 | folderAsset: yes 4 | timeCreated: 1476531155 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla._Atlas_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla._Atlas_.png -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla._Stage_.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla._Stage_.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla._Stage_.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e81da9842667b4062ab6c73626bc5f76 3 | timeCreated: 1480707415 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a25723a1cd8b141a6b489606584a6f65 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.bureaucrat.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.bureaucrat.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.bureaucrat.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f04e34de22e1645a9a0cc1c8b6d1046c 3 | timeCreated: 1480707415 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.swf -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_bureaucrat.fla_export/npc_bureaucrat.fla.swf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c663eeb85721a40fd874fbef4da2c143 3 | timeCreated: 1476531155 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 958c2c9ded2c149c69e4094fd4e9d419 3 | timeCreated: 1476528234 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 431d906661ba148f49f029bb1876d83e 3 | folderAsset: yes 4 | timeCreated: 1476531155 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla._Atlas_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla._Atlas_.png -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla._Stage_.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla._Stage_.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla._Stage_.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1919a62d4a090490194ae3c524443f69 3 | timeCreated: 1480707433 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91fc9b6bb83c645678686dbc06141d03 3 | timeCreated: 1480707426 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.smuggler.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.smuggler.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.smuggler.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 417182f0c8b6f4882a7fe54beb58877e 3 | timeCreated: 1480707434 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.swf -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/npc_smuggler.fla_export/npc_smuggler.fla.swf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3841a789a709476eb832d9031cb8091 3 | timeCreated: 1476531155 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38ee7de860aa54f06b410469ef436173 3 | timeCreated: 1476528234 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 695892758873b445fab9582d2da95d11 3 | folderAsset: yes 4 | timeCreated: 1476531155 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla._Atlas_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla._Atlas_.png -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla._Stage_.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla._Stage_.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla._Stage_.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fca90560efe04490095fd749fab19560 3 | timeCreated: 1480707403 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f54ba869440c48cd8d6c64e70c09b87 3 | timeCreated: 1480707397 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.purpleFlower.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.purpleFlower.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.purpleFlower.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e628ecb35a2014b59b4cc042ef00c55d 3 | timeCreated: 1480707403 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.swf -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/purple_apparition.fla_export/purple_apparition.fla.swf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7d34341ff51644af883393e107cd06e 3 | timeCreated: 1476531155 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5ef31c90c6414a16a4514cff066fbcb 3 | timeCreated: 1476528234 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6b351edd1ced49008593c9063c726db 3 | folderAsset: yes 4 | timeCreated: 1476531155 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla._Atlas_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla._Atlas_.png -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla._Stage_.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla._Stage_.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla._Stage_.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ba7369afeda0484ba5c98ff7dcce603 3 | timeCreated: 1480707460 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.asset -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cf612ae1f9fb4253bc5cff2800885e9 3 | timeCreated: 1480707455 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.swf -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Animations/rainbow_100coinstoday.fla_export/rainbow_100coinstoday.fla.swf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c95e0ef31aaea47029b72938c951a474 3 | timeCreated: 1476531155 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd1c91ccad1cc4465a166c79c6a23104 3 | timeCreated: 1476536128 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72cbf664ff2e848debed7b32150e24b3 3 | folderAsset: yes 4 | timeCreated: 1476531567 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Example/Scripts/PurpleFlowerLogic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59eb8a1569d5d49c2a71ee09aabc647e 3 | timeCreated: 1476531620 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32a601e5e7db543faa9bae50e80b787d 3 | folderAsset: yes 4 | timeCreated: 1476526673 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport.jsfl: -------------------------------------------------------------------------------- 1 | var script_dir = fl.scriptURI.replace('FlashExport.jsfl', ''); 2 | fl.runScript(script_dir + 'Internal/FTBase.jsfl'); 3 | fl.runScript(script_dir + 'Internal/FTMain.jsfl', "ft_main", ft, { 4 | graphics_scale : 1.0 5 | }); -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport.jsfl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7646daba632cc4e63997be01363bc478 3 | timeCreated: 1495135907 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport_HD.jsfl: -------------------------------------------------------------------------------- 1 | var script_dir = fl.scriptURI.replace('FlashExport_HD.jsfl', ''); 2 | fl.runScript(script_dir + 'Internal/FTBase.jsfl'); 3 | fl.runScript(script_dir + 'Internal/FTMain.jsfl', "ft_main", ft, { 4 | graphics_scale : 2.0 5 | }); -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport_HD.jsfl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da5312cca96fd439c854e5cea0aa8eb5 3 | timeCreated: 1495136101 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport_SD.jsfl: -------------------------------------------------------------------------------- 1 | var script_dir = fl.scriptURI.replace('FlashExport_SD.jsfl', ''); 2 | fl.runScript(script_dir + 'Internal/FTBase.jsfl'); 3 | fl.runScript(script_dir + 'Internal/FTMain.jsfl', "ft_main", ft, { 4 | graphics_scale : 0.5 5 | }); -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/FlashExport_SD.jsfl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16e7c78934deb4375b76aebfee58b550 3 | timeCreated: 1495136690 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c77692aa8dc1141c6897240794676fd8 3 | folderAsset: yes 4 | timeCreated: 1495136428 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/Internal/FTBase.jsfl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1332fd3507afd4431af5d795f220d01e 3 | timeCreated: 1495302866 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/FlashExport/Internal/FTMain.jsfl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3dd0d0b9e23846999d958ecbe82e112 3 | timeCreated: 1495142673 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df75e9c9573ce4e98b7b825da1804c9c 3 | folderAsset: yes 4 | timeCreated: 1457386400 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Plugins/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8448199753ae940dd8ed1e3ad3023f47 3 | folderAsset: yes 4 | timeCreated: 1475424541 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Plugins/Editor/Ionic.Zip.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackMATov/unity-flash-tools/f2e7968853b6d8faf309a04a971b35214aacafc2/Assets/FlashTools/Plugins/Editor/Ionic.Zip.Unity.dll -------------------------------------------------------------------------------- /Assets/FlashTools/Plugins/Editor/Ionic.Zip.Unity.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 857087804d66146a9821ab3304ae6a3c 3 | timeCreated: 1475424779 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 0 13 | settings: {} 14 | Editor: 15 | enabled: 1 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9474654e1d88c44f0a63c615fe3abdd3 3 | folderAsset: yes 4 | timeCreated: 1469719998 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee7c6466110fb4e278e247d3d334450f 3 | folderAsset: yes 4 | timeCreated: 1456948832 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60af71c661ee34aa4967f566032f8a88 3 | folderAsset: yes 4 | timeCreated: 1476531186 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfDecrMaskShader.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfDecrMaskShader 10 | m_Shader: {fileID: 4800000, guid: f1e8cd2344e824b6a9b12efcacde262c, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: {} 26 | m_Colors: {} 27 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfDecrMaskShader.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69837dba6d9e9419a8e22a6b25de0008 3 | timeCreated: 1476531189 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfIncrMaskShader.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfIncrMaskShader 10 | m_Shader: {fileID: 4800000, guid: 86b3e29b378884f228862fd1170176b5, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: {} 26 | m_Colors: {} 27 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfIncrMaskShader.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c29e337d2fa54be7af8d125c34562b7 3 | timeCreated: 1476531189 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcd8427cc6aca422f9f917199bec73ff 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5cf606bfb5da4c6d9aa6c58c12b5da4 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cae318b21cecc466b908fa1f359c42c2 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dbc8a0241fad4437ad2707baaab7a35 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da66e4f285d0348e3bc40a367dc1d652 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae425492f65df474f840bc64b20e27f1 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 879d9504a20a44b1ebe9c4fa1b6365f0 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6aea841968361460fb0ddb7de7841104 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c442765ea51504c6cb751c2ebbecfa25 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Darken_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16eebfdadc8124595b74302203bcd64e 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f91909b57cc74b1a9c57de07fb182ef 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 457c276dc01e24b87999c1d4f8f2f34d 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1df72629d0e984ec8a4becdc8bbb4dca 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 990055010394149dabfa0a7c85306601 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ada95b05807b748778c1d9a4921a13fa 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be64963b941bd48e78dc9cd3b996dcd9 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8e74097fddf340938b63d467195d7f4 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d63dd88ae33f4ad4aa5f11a1610324c 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c53b762c008843ca8cd23b28a570b6d 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Difference_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 458536c7aadb6441980081ef672b37da 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42bf36d08effc46ab8a0050e00d8e0b8 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37234b0b69926473982554e196f3a2e4 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbfd00830976d4e96a93df1907855e5e 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c01af7aac335466d8d7a06696b765fa 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 286dedac525da46b59a734f96c116151 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aebfdfc2bbadb4d2c9fd334569efc3bd 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5bb8d589cb6b4d1f85fc686211aa382 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c851fc201d714cbb85999e51780357c 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de69785115f1e48268174d59e9840d11 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Hardlight_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7851e3b0766fa42b4b3ff452933b7291 3 | timeCreated: 1476535673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd5eb80b7c67749dd924c4591ad84752 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86fa4896c421c4e0e9d84e542dd8c1a6 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41f21829336e4bfd85d0a907821e985 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cad9e963d6ce744e0a3abe15f7d28943 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d9a4969bb55e436a8b1ddf34a8f9034 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 319d7b695ef6043e994cb9ea5527e9d5 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09ca5243bd7f74775ba4568e370b0711 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7ffb0d585af2424aa9f5dc34dd1dead 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 291acc09551684bf8bf96761040c8cfa 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Invert_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c4823d0ae89a4d31b1e9eba939ed2ff 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89f07fd2be83f40a1b5798ee7108664e 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ab1aa4b663a2431090b57fa510ae1bc 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fb71c5494832480991ddf5e8c345a8d 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5b71ce113a514212a5fb0a504963019 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2686a33602ed42ce8ca9a77d90485bb 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85099c148c17f4e0795dd7fecf12144b 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 292271c19a66f404cad2ade9a1264b2b 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64ad5c1f71ce84501ae092b9cc64a32a 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 959773dbef761416e805544aa18c281d 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedGrabShader_Overlay_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24ea915e8af074f1d8f4f80d42bd33d1 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_0.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_0 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 0 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a7c706bf9a3e4ef2aef40ec53512e92 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_1 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 1 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1afda007f34b64d7c834b082a808ec2a 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_2.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_2 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 2 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1442d4804f5ff4e77b31a577c59331ff 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_3.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_3 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 3 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50708a32ccaa042da9fc5326b2e3dd16 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_4.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_4 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 4 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ea84cd32e0b044d796c453e04532f1b 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_5.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_5 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 5 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13ac9cbf269ce4f6f8f86a5af3666150 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_6.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_6 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 6 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22adbe475a63b4cb49a5c2b58956bcbe 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_7.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_7 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 7 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7f213fc699434e3eb50545dbeb8df6e 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_8.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_8 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 8 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95248365489964275ba5b3c7a612a761 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_9.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Add_9 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 9 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Add_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87e497a4d5e394822a6347a339e43a36 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_0.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Layer_0 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 0 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f43cebf66e004fffb8b7ba3c3856a8a 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfMaskedShader_Layer_1 10 | m_Shader: {fileID: 4800000, guid: 2fb923af3a46a49fdb944d636b6f79e8, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | data: 39 | first: 40 | name: _StencilID 41 | second: 1 42 | m_Colors: 43 | data: 44 | first: 45 | name: _Tint 46 | second: {r: 1, g: 1, b: 1, a: 1} 47 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e50f4a5b4929b4fb5ac9d517ec0662a9 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba0eb0962e1204778856902f8448a14d 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 809d633c78ae0420d934034c47441200 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bf1f0cd2125e4c22a910074744a784a 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5f62975103a420793542194777c2ef 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d0474f19d0cb43c49cad08af0053067 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1c0194ba21bf43f694ba5586dac4a0c 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ed627c7d87804818bbcdc61f47d8445 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Layer_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffe594274726b40b5b064696310a6def 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37fcfbecc0c444ba0a04467c120f0cc6 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 174008a5bc5dd4ba0b0a9b06520b54ad 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ea536632940346cebcedd992d3799dc 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 604d20805449040a4b22f9a5ca7d35b7 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa408a8e1a28d43ae8bf0022aa49ef4b 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbf3db82595464ea0aebd9436a9aabf9 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a50debc8d187540f8b1b7bd108c5ab2a 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b939003d6560f4e75be835fb7287c011 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa3060a4d0c0e497bb983859526f776b 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Lighten_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c3b0cc48956c45af8ba915ba3d5464a 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9833d6329d18407ba81d15d2139e0dc 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 225cbee8416904e3a9e120f2e4363c5d 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f38b03eb55cfb49f99053ddabb81f636 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c02a1fb893d3474f829af75db8de80b 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d8093fa6aa88459e9f12250ee4c06f2 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b3944ffb3b6d4775baaf1563869f737 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20069d3bd5bcd4948b25cf251e7213f1 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7566cda887973495c8e8dd208395d1e3 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cff3dfa0367fb4985a05a5738f968cab 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Multiply_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c901556683b4e4f8caf179dc64e0636e 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4be1d358fa77045e2899bb812f85c66c 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd62ebda9455442f4a7861e78484f3b6 3 | timeCreated: 1476531189 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89ea001990a2d4f608cc598d2f370ca2 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bd57d8c888e548a988ee006c3a4d109 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ad3b3d9e7dc434691570e812510b64 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d18b4e5e56574e2b828e9183730be7d 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b0bb0355696a404ea78002bee69fa3e 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f612792c1a89e464eab19b2f551eca26 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a9f4aaff8b54ae28e32d6700d31d5e 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Normal_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58f1cc4c72e03406a8e69286a33336c5 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97ca313fc30c84e18b6ede99ed45b58c 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b55eea68e8514e7db9ede7527f81675 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21ed99f6c8a8e42a29e285a85fc70894 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecc1dfea397dc468ba4a0768d0f4d0ba 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c047369f77fd24f55b717cd36b5800ca 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e81f37b467e454d1e911a73b538c17cc 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf1a2c20dbbff41dc98a80dd3e9a3efa 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c6a343978039491eaf153549a786711 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db7ca70e0594d48ae9965083fb364d90 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Screen_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dda990b6b55347e29b89b553178913b 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75776ce694a6245ac9abbce5685c9078 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9560688c3aeec405f9087d84f8682307 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 833d1e309ca9e45b586fae8a48d8bdfa 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 288012047579c4cbeaa62cee1002cd8f 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7109dad905f84422c9f962efe6a7c8df 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce24e06fde88b4e398e9f369c541a03d 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b85124680cf4417bb7c30e8502fefaf 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f4c6dc7f7a954f89990d756b00f7ae7 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_8.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3a06215c59ba42a08e1ba25c7ef4222 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfMaskedShader_Subtract_9.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6407e5853ca84e39878b3af8937152d 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Darken.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleGrabShader_Darken 10 | m_Shader: {fileID: 4800000, guid: 75e1212bdbac941a4a085c1aecfc6bef, type: 3} 11 | m_ShaderKeywords: SWF_DARKEN_BLEND 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Darken.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d91e99c67f1c4bccab5cb4ee1ba2858 3 | timeCreated: 1476535667 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Difference.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleGrabShader_Difference 10 | m_Shader: {fileID: 4800000, guid: 75e1212bdbac941a4a085c1aecfc6bef, type: 3} 11 | m_ShaderKeywords: SWF_DIFFERENCE_BLEND 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Difference.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ae51b67b88e4a069e21c65614234a9 3 | timeCreated: 1476535668 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Hardlight.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleGrabShader_Hardlight 10 | m_Shader: {fileID: 4800000, guid: 75e1212bdbac941a4a085c1aecfc6bef, type: 3} 11 | m_ShaderKeywords: SWF_HARDLIGHT_BLEND 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Hardlight.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a5224e0ab1a14bffa64e187bacac562 3 | timeCreated: 1476535672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Invert.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleGrabShader_Invert 10 | m_Shader: {fileID: 4800000, guid: 75e1212bdbac941a4a085c1aecfc6bef, type: 3} 11 | m_ShaderKeywords: SWF_INVERT_BLEND 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Invert.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56cd136feb62242ddb4ed3a6148eb25c 3 | timeCreated: 1476535670 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Overlay.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleGrabShader_Overlay 10 | m_Shader: {fileID: 4800000, guid: 75e1212bdbac941a4a085c1aecfc6bef, type: 3} 11 | m_ShaderKeywords: SWF_OVERLAY_BLEND 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleGrabShader_Overlay.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bbab79356f6f4b539fb5f8237918960 3 | timeCreated: 1476535671 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Add.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Add 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Add.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c85d2bd67f2054e42bd7b01d5cac74a0 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Layer.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Layer 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Layer.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be31523304ecd47628424ef4ca7ab9ae 3 | timeCreated: 1476535663 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Lighten.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Lighten 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 4 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Lighten.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e28b81a2595104648a19d7e0b42f56e8 3 | timeCreated: 1476535666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Multiply.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Multiply 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 2 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Multiply.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3e1622ecb21f40859140d0343b68b48 3 | timeCreated: 1476535664 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Normal.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Normal 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 10 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Normal.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d58d9a5e482e8429f8d7d18a9538d94a 3 | timeCreated: 1476531186 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Screen.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Screen 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 4 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 0 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Screen.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37e47ac2805234c8f9c97593d2a2e4c1 3 | timeCreated: 1476535665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Subtract.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 2 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SwfSimpleShader_Subtract 10 | m_Shader: {fileID: 4800000, guid: 71f5f783ce2ab4fc4bf826e4acb105dd, type: 3} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: -1 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _SrcBlend 29 | second: 1 30 | data: 31 | first: 32 | name: _DstBlend 33 | second: 1 34 | data: 35 | first: 36 | name: _BlendOp 37 | second: 2 38 | m_Colors: 39 | data: 40 | first: 41 | name: _Tint 42 | second: {r: 1, g: 1, b: 1, a: 1} 43 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/Generated/SwfSimpleShader_Subtract.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82bc42d8936d3402188e6f8ac0b9636f 3 | timeCreated: 1476535669 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfBaseCG.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22b5ede0e40fe4227abf1d8ba84d05b2 3 | timeCreated: 1474967647 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfDecrMaskShader.shader: -------------------------------------------------------------------------------- 1 | Shader "FlashTools/SwfDecrMask" { 2 | Properties { 3 | [PerRendererData] _MainTex ("Main Texture" , 2D) = "white" {} 4 | [PerRendererData] _AlphaTex ("Alpha Texture" , 2D) = "white" {} 5 | [PerRendererData] _ExternalAlpha ("External Alpha", Float) = 0 6 | } 7 | 8 | SubShader { 9 | Tags { 10 | "Queue" = "Transparent" 11 | "IgnoreProjector" = "True" 12 | "RenderType" = "Transparent" 13 | "PreviewType" = "Plane" 14 | "CanUseSpriteAtlas" = "True" 15 | } 16 | 17 | Cull Off 18 | Lighting Off 19 | ZWrite Off 20 | 21 | ColorMask 0 22 | Blend One OneMinusSrcAlpha 23 | 24 | Pass { 25 | Stencil { 26 | Ref 0 27 | Comp always 28 | Pass DecrSat 29 | } 30 | CGPROGRAM 31 | fixed4 _Tint; 32 | sampler2D _MainTex; 33 | sampler2D _AlphaTex; 34 | sampler2D _GrabTexture; 35 | float _ExternalAlpha; 36 | 37 | #include "UnityCG.cginc" 38 | #include "SwfBaseCG.cginc" 39 | 40 | #pragma vertex swf_mask_vert 41 | #pragma fragment swf_mask_frag 42 | ENDCG 43 | } 44 | } 45 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfDecrMaskShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1e8cd2344e824b6a9b12efcacde262c 3 | timeCreated: 1456948894 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfIncrMaskShader.shader: -------------------------------------------------------------------------------- 1 | Shader "FlashTools/SwfIncrMask" { 2 | Properties { 3 | [PerRendererData] _MainTex ("Main Texture" , 2D) = "white" {} 4 | [PerRendererData] _AlphaTex ("Alpha Texture" , 2D) = "white" {} 5 | [PerRendererData] _ExternalAlpha ("External Alpha", Float) = 0 6 | } 7 | 8 | SubShader { 9 | Tags { 10 | "Queue" = "Transparent" 11 | "IgnoreProjector" = "True" 12 | "RenderType" = "Transparent" 13 | "PreviewType" = "Plane" 14 | "CanUseSpriteAtlas" = "True" 15 | } 16 | 17 | Cull Off 18 | Lighting Off 19 | ZWrite Off 20 | 21 | ColorMask 0 22 | Blend One OneMinusSrcAlpha 23 | 24 | Pass { 25 | Stencil { 26 | Ref 0 27 | Comp always 28 | Pass IncrSat 29 | } 30 | CGPROGRAM 31 | fixed4 _Tint; 32 | sampler2D _MainTex; 33 | sampler2D _AlphaTex; 34 | sampler2D _GrabTexture; 35 | float _ExternalAlpha; 36 | 37 | #include "UnityCG.cginc" 38 | #include "SwfBaseCG.cginc" 39 | 40 | #pragma vertex swf_mask_vert 41 | #pragma fragment swf_mask_frag 42 | ENDCG 43 | } 44 | } 45 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfIncrMaskShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86b3e29b378884f228862fd1170176b5 3 | timeCreated: 1468935405 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfMaskedGrabShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fe2c789c6a584e829f4c364674513b9 3 | timeCreated: 1474963000 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfMaskedShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fb923af3a46a49fdb944d636b6f79e8 3 | timeCreated: 1469642514 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfSimpleGrabShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75e1212bdbac941a4a085c1aecfc6bef 3 | timeCreated: 1474962993 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/Materials/SwfSimpleShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71f5f783ce2ab4fc4bf826e4acb105dd 3 | timeCreated: 1469113422 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/SwfSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: cf7a304f962ab44789f4fb85ff562e2a, type: 3} 12 | m_Name: SwfSettings 13 | m_EditorClassIdentifier: 14 | Settings: 15 | MaxAtlasSize: 2048 16 | AtlasPadding: 1 17 | PixelsPerUnit: 100 18 | BitmapTrimming: 1 19 | GenerateMipMaps: 0 20 | AtlasPowerOfTwo: 1 21 | AtlasForceSquare: 1 22 | AtlasTextureFilter: 1 23 | AtlasTextureFormat: 2 24 | -------------------------------------------------------------------------------- /Assets/FlashTools/Resources/SwfSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 057fc10688bd84012a3d67ffd1106c94 3 | timeCreated: 1472384529 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 461a2bf7de1954200a3b4193c81f2172 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 375e159432167410dac4df7b3aaa8fe7 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 292a672830f014d76b53010b24758fbc 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba8836e9d384f4971947dcafb1aea47f 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfAssetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d55bf9e0b44904ca59050d854a38c7ee 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfClipAssetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26665058b9a1e41898442585e385c3f3 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfClipAssetPreview.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fa4b268ac7aa477c9124c699ed8c587 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfClipControllerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f581647bb7c7410ba28f97fd2814e7f 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfClipEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e0ef7f54bc3b41dfabc308afe051fd2 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Editors/SwfManagerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07f1613b2510442e7bd34a0536c758cd 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Postprocessors.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ae552573a6744241b163082c98af911 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Postprocessors/SwfAssetPostprocessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8344a58599edb42cc92b9e64ea6e5082 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/Postprocessors/SwfPostprocessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed0eb44dfd3664ec285a25c6d03aae05 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/SwfAssetData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f0cc1765946b4a178442797df0acaf7 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/SwfEditorUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb433da59d3a7419dad8ad592185cb69 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/SwfMaterialCache.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae9572b206be64e4db019852a5022e42 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTEditor/SwfPropertyDrawers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5b45193bd087497eb8e208376c129ea 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58ce6b8fae3184a029f6bc3535e3cdb1 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfContext.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af4763cc4d7f44668be4fc2d77620d16 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfContextExecuter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 040f74af26980417a98238cea1e511c1 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfDecoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f2dd573cc07b49589bdefd5eea5026b 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfStreamReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f74479d84178d4e99b36548fea8c9018 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 016bcd9f9a8854239a74a42b6cc97d6e 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineBinaryDataTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class DefineBinaryDataTag : SwfTagBase { 3 | public ushort Tag; 4 | public byte[] Data; 5 | 6 | public override SwfTagType TagType { 7 | get { return SwfTagType.DefineBinaryData; } 8 | } 9 | 10 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 11 | return visitor.Visit(this, arg); 12 | } 13 | 14 | public override string ToString() { 15 | return "DefineBinaryDataTag."; 16 | } 17 | 18 | public static DefineBinaryDataTag Create(SwfStreamReader reader) { 19 | var tag = reader.ReadUInt16(); 20 | reader.ReadUInt32(); // reserved 21 | var data = reader.ReadRest(); 22 | return new DefineBinaryDataTag{ 23 | Tag = tag, 24 | Data = data}; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineBinaryDataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f575b02b14ea14619a6494cdc7f3c45c 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineBitsLossless2Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74973cd8013ce40de91d3075a8975933 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineBitsLosslessTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 429c6687a02d14d3085500f077ff530d 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineSceneAndFrameLabelDataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efa7367c5fcb442d59b7404a65305362 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShape2Tag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class DefineShape2Tag : SwfTagBase { 5 | public ushort ShapeId; 6 | public SwfRect ShapeBounds; 7 | public SwfShapesWithStyle Shapes; 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.DefineShape2; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return string.Format( 19 | "DefineShape2Tag. " + 20 | "ShapeId: {0}, ShapeBounds: {1}, Shapes: {2}", 21 | ShapeId, ShapeBounds, Shapes); 22 | } 23 | 24 | public static DefineShape2Tag Create(SwfStreamReader reader) { 25 | var tag = new DefineShape2Tag(); 26 | tag.ShapeId = reader.ReadUInt16(); 27 | tag.ShapeBounds = SwfRect.Read(reader); 28 | tag.Shapes = SwfShapesWithStyle.Read(reader, SwfShapesWithStyle.ShapeStyleType.Shape2); 29 | return tag; 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShape2Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 624f880cc6a9e4ff3b9535188f765ce6 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShape3Tag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class DefineShape3Tag : SwfTagBase { 5 | public ushort ShapeId; 6 | public SwfRect ShapeBounds; 7 | public SwfShapesWithStyle Shapes; 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.DefineShape3; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return string.Format( 19 | "DefineShape3Tag. " + 20 | "ShapeId: {0}, ShapeBounds: {1}, Shapes: {2}", 21 | ShapeId, ShapeBounds, Shapes); 22 | } 23 | 24 | public static DefineShape3Tag Create(SwfStreamReader reader) { 25 | var tag = new DefineShape3Tag(); 26 | tag.ShapeId = reader.ReadUInt16(); 27 | tag.ShapeBounds = SwfRect.Read(reader); 28 | tag.Shapes = SwfShapesWithStyle.Read(reader, SwfShapesWithStyle.ShapeStyleType.Shape3); 29 | return tag; 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShape3Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f9097ce9a09c4654af48a4dc68b2cfa 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShape4Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 484dd3b5e4c0e4b3e9b3573b801655a0 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShapeTag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class DefineShapeTag : SwfTagBase { 5 | public ushort ShapeId; 6 | public SwfRect ShapeBounds; 7 | public SwfShapesWithStyle Shapes; 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.DefineShape; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return string.Format( 19 | "DefineShapeTag. " + 20 | "ShapeId: {0}, ShapeBounds: {1}, Shapes: {2}", 21 | ShapeId, ShapeBounds, Shapes); 22 | } 23 | 24 | public static DefineShapeTag Create(SwfStreamReader reader) { 25 | var tag = new DefineShapeTag(); 26 | tag.ShapeId = reader.ReadUInt16(); 27 | tag.ShapeBounds = SwfRect.Read(reader); 28 | tag.Shapes = SwfShapesWithStyle.Read(reader, SwfShapesWithStyle.ShapeStyleType.Shape); 29 | return tag; 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineShapeTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df23a741e649246b7889385d79ec793a 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineSpriteTag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class DefineSpriteTag : SwfTagBase { 5 | public ushort SpriteId; 6 | public ushort FrameCount; 7 | public SwfControlTags ControlTags; 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.DefineSprite; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return string.Format( 19 | "DefineSpriteTag. " + 20 | "SpriteId: {0}, FrameCount: {1}, ControlTags: {2}", 21 | SpriteId, FrameCount, ControlTags.Tags.Count); 22 | } 23 | 24 | public static DefineSpriteTag Create(SwfStreamReader reader) { 25 | var tag = new DefineSpriteTag(); 26 | tag.SpriteId = reader.ReadUInt16(); 27 | tag.FrameCount = reader.ReadUInt16(); 28 | tag.ControlTags = SwfControlTags.Read(reader); 29 | return tag; 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DefineSpriteTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4da706943c48d454eaf95512ea8825e4 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DoABCTag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class DoABCTag : SwfTagBase { 5 | public bool ExecuteImmediately; 6 | public string Name; 7 | public byte[] ABCBytes; 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.DoABC; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return "DoABCTag."; 19 | } 20 | 21 | public static DoABCTag Create(SwfStreamReader reader) { 22 | const int kDoAbcLazyInitializeFlag = 1; 23 | var flags = reader.ReadUInt32(); 24 | var name = reader.ReadString(); 25 | var abc_bytes = reader.ReadRest(); 26 | return new DoABCTag{ 27 | ExecuteImmediately = (flags & kDoAbcLazyInitializeFlag) == 0, 28 | Name = name, 29 | ABCBytes = abc_bytes}; 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/DoABCTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c874808021d1a4194a23b69769b55d5c 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableDebugger2Tag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class EnableDebugger2Tag : SwfTagBase { 3 | public string MD5PasswordHash; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.EnableDebugger2; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "EnableDebugger2Tag. " + 16 | "MD5PasswordHash: {0}", 17 | MD5PasswordHash.Length > 0); 18 | } 19 | 20 | public static EnableDebugger2Tag Create(SwfStreamReader reader) { 21 | reader.ReadUInt16(); // reserved 22 | var md5 = reader.IsEOF 23 | ? string.Empty 24 | : reader.ReadString(); 25 | return new EnableDebugger2Tag{ 26 | MD5PasswordHash = md5}; 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableDebugger2Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d07d2048281e74edca14d2ac53e6cc34 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableDebuggerTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class EnableDebuggerTag : SwfTagBase { 3 | public string MD5PasswordHash; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.EnableDebugger; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "EnableDebuggerTag. " + 16 | "MD5PasswordHash: {0}", 17 | MD5PasswordHash.Length > 0); 18 | } 19 | 20 | public static EnableDebuggerTag Create(SwfStreamReader reader) { 21 | var md5 = reader.IsEOF 22 | ? string.Empty 23 | : reader.ReadString(); 24 | return new EnableDebuggerTag{ 25 | MD5PasswordHash = md5}; 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableDebuggerTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b305abbd617034eb6be6228c4ba97aaa 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableTelemetryTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class EnableTelemetryTag : SwfTagBase { 3 | public byte[] SHA256PasswordHash; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.EnableTelemetry; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "EnableTelemetryTag. " + 16 | "SHA256PasswordHash: {0}", 17 | SHA256PasswordHash.Length > 0); 18 | } 19 | 20 | public static EnableTelemetryTag Create(SwfStreamReader reader) { 21 | reader.ReadUInt16(); // reserved 22 | var sha256 = reader.IsEOF 23 | ? new byte[0] 24 | : reader.ReadBytes(32); 25 | return new EnableTelemetryTag{ 26 | SHA256PasswordHash = sha256}; 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EnableTelemetryTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb93cef115e0a4462bf445423c7bf545 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EndTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class EndTag : SwfTagBase { 3 | public override SwfTagType TagType { 4 | get { return SwfTagType.End; } 5 | } 6 | 7 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 8 | return visitor.Visit(this, arg); 9 | } 10 | 11 | public override string ToString() { 12 | return "EndTag."; 13 | } 14 | 15 | public static EndTag Create(SwfStreamReader reader) { 16 | return new EndTag(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/EndTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dfe3d96dd2254aa29e9d3b19eff4c57 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ExportAssetsTag.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class ExportAssetsTag : SwfTagBase { 5 | public struct AssetTagData { 6 | public ushort Tag; 7 | public string Name; 8 | } 9 | 10 | public List AssetTags; 11 | 12 | public override SwfTagType TagType { 13 | get { return SwfTagType.ExportAssets; } 14 | } 15 | 16 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 17 | return visitor.Visit(this, arg); 18 | } 19 | 20 | public override string ToString() { 21 | return string.Format( 22 | "ExportAssetsTag. " + 23 | "AssetTags: {0}", 24 | AssetTags.Count); 25 | } 26 | 27 | public static ExportAssetsTag Create(SwfStreamReader reader) { 28 | var asset_tag_count = reader.ReadUInt16(); 29 | var asset_tags = new List(asset_tag_count); 30 | for ( var i = 0; i < asset_tag_count; ++i ) { 31 | asset_tags.Add(new AssetTagData{ 32 | Tag = reader.ReadUInt16(), 33 | Name = reader.ReadString()}); 34 | } 35 | return new ExportAssetsTag{ 36 | AssetTags = asset_tags}; 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ExportAssetsTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 450da2d3976cb486cb31981e872e7d15 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/FileAttributesTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class FileAttributesTag : SwfTagBase { 3 | public override SwfTagType TagType { 4 | get { return SwfTagType.FileAttributes; } 5 | } 6 | 7 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 8 | return visitor.Visit(this, arg); 9 | } 10 | 11 | public override string ToString() { 12 | return "FileAttributesTag."; 13 | } 14 | 15 | public static FileAttributesTag Create(SwfStreamReader reader) { 16 | return new FileAttributesTag(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/FileAttributesTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3b52b843860243b9a934470d126def2 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/FrameLabelTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class FrameLabelTag : SwfTagBase { 3 | public string Name; 4 | public byte AnchorFlag; 5 | 6 | public override SwfTagType TagType { 7 | get { return SwfTagType.FrameLabel; } 8 | } 9 | 10 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 11 | return visitor.Visit(this, arg); 12 | } 13 | 14 | public override string ToString() { 15 | return string.Format( 16 | "FrameLabelTag. " + 17 | "Name: {0}, AnchorFlag: {1}", 18 | Name, AnchorFlag); 19 | } 20 | 21 | public static FrameLabelTag Create(SwfStreamReader reader) { 22 | var tag = new FrameLabelTag(); 23 | tag.Name = reader.ReadString(); 24 | tag.AnchorFlag = reader.IsEOF ? (byte)0 : reader.ReadByte(); 25 | return tag; 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/FrameLabelTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92d6c40c2bc2a4fa99fb91012d8b5508 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/MetadataTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class MetadataTag : SwfTagBase { 3 | public string Metadata; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.Metadata; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "MetadataTag." + 16 | "Metadata: {0}", 17 | Metadata.Length); 18 | } 19 | 20 | public static MetadataTag Create(SwfStreamReader reader) { 21 | return new MetadataTag{ 22 | Metadata = reader.ReadString()}; 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/MetadataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00480b7b8728846b7a0e6bc464459cf0 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/PlaceObject2Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 747d4152ec9144997889ce384f3bf595 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/PlaceObject3Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1da3c123a8a1d440292ef39f5421c9db 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/PlaceObjectTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c6707734beef4d66bd42d9a97492ea3 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ProtectTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class ProtectTag : SwfTagBase { 3 | public string MD5Password; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.Protect; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "ProtectTag. " + 16 | "MD5Password: {0}", 17 | MD5Password); 18 | } 19 | 20 | public static ProtectTag Create(SwfStreamReader reader) { 21 | var md5_password = reader.IsEOF 22 | ? string.Empty 23 | : reader.ReadString(); 24 | return new ProtectTag{ 25 | MD5Password = md5_password}; 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ProtectTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 187040004fd5a4b6d8baae9c8fa0a4bd 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/RemoveObject2Tag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class RemoveObject2Tag : SwfTagBase { 3 | public ushort Depth; 4 | 5 | public override SwfTagType TagType { 6 | get { return SwfTagType.RemoveObject2; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "RemoveObject2Tag. " + 16 | "Depth: {0}", 17 | Depth); 18 | } 19 | 20 | public static RemoveObject2Tag Create(SwfStreamReader reader) { 21 | return new RemoveObject2Tag{ 22 | Depth = reader.ReadUInt16()}; 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/RemoveObject2Tag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 921fd18e30cdc4bfe959cb56d98dc4b1 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/RemoveObjectTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class RemoveObjectTag : SwfTagBase { 3 | public ushort CharacterId; 4 | public ushort Depth; 5 | 6 | public override SwfTagType TagType { 7 | get { return SwfTagType.RemoveObject; } 8 | } 9 | 10 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 11 | return visitor.Visit(this, arg); 12 | } 13 | 14 | public override string ToString() { 15 | return string.Format( 16 | "RemoveObjectTag. " + 17 | "CharacterId: {0}, Depth: {1}", 18 | CharacterId, Depth); 19 | } 20 | 21 | public static RemoveObjectTag Create(SwfStreamReader reader) { 22 | return new RemoveObjectTag{ 23 | CharacterId = reader.ReadUInt16(), 24 | Depth = reader.ReadUInt16()}; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/RemoveObjectTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 101a7703fc0ba4b778035c09aa49ef1d 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ScriptLimitsTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class ScriptLimitsTag : SwfTagBase { 3 | public ushort MaxRecursionDepth; 4 | public ushort ScriptTimeoutSeconds; 5 | 6 | public override SwfTagType TagType { 7 | get { return SwfTagType.ScriptLimits; } 8 | } 9 | 10 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 11 | return visitor.Visit(this, arg); 12 | } 13 | 14 | public override string ToString() { 15 | return string.Format( 16 | "ScriptLimitsTag. " + 17 | "MaxRecursionDepth: {0}, ScriptTimeoutSeconds: {1}", 18 | MaxRecursionDepth, ScriptTimeoutSeconds); 19 | } 20 | 21 | public static ScriptLimitsTag Create(SwfStreamReader reader) { 22 | return new ScriptLimitsTag{ 23 | MaxRecursionDepth = reader.ReadUInt16(), 24 | ScriptTimeoutSeconds = reader.ReadUInt16()}; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ScriptLimitsTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dfd5e1c9e9994bfb9dd7a986793731a 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SetBackgroundColorTag.cs: -------------------------------------------------------------------------------- 1 | using FTSwfTools.SwfTypes; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class SetBackgroundColorTag : SwfTagBase { 5 | public SwfColor BackgroundColor; 6 | 7 | public override SwfTagType TagType { 8 | get { return SwfTagType.SetBackgroundColor; } 9 | } 10 | 11 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 12 | return visitor.Visit(this, arg); 13 | } 14 | 15 | public override string ToString() { 16 | return string.Format( 17 | "SetBackgroundColorTag. " + 18 | "BackgroundColor: {0}", 19 | BackgroundColor); 20 | } 21 | 22 | public static SetBackgroundColorTag Create(SwfStreamReader reader) { 23 | return new SetBackgroundColorTag{ 24 | BackgroundColor = SwfColor.Read(reader, false)}; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SetBackgroundColorTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 208e93968679148b0ac90e47e2123b83 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ShowFrameTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class ShowFrameTag : SwfTagBase { 3 | public override SwfTagType TagType { 4 | get { return SwfTagType.ShowFrame; } 5 | } 6 | 7 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 8 | return visitor.Visit(this, arg); 9 | } 10 | 11 | public override string ToString() { 12 | return "ShowFrameTag."; 13 | } 14 | 15 | public static ShowFrameTag Create(SwfStreamReader reader) { 16 | return new ShowFrameTag(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/ShowFrameTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b770aef24ab1493ebc280b28dd74352 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SwfTagBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc1cdfaed54624bf5901949f3a6e1de8 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SwfTagVisitor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed5748da6df1441499430064aebbe281 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SymbolClassTag.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace FTSwfTools.SwfTags { 4 | public class SymbolClassTag : SwfTagBase { 5 | public struct SymbolTagData { 6 | public ushort Tag; 7 | public string Name; 8 | } 9 | 10 | public List SymbolTags; 11 | 12 | public override SwfTagType TagType { 13 | get { return SwfTagType.SymbolClass; } 14 | } 15 | 16 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 17 | return visitor.Visit(this, arg); 18 | } 19 | 20 | public override string ToString() { 21 | return string.Format( 22 | "SymbolClassTag. " + 23 | "SymbolTags: {0}", 24 | SymbolTags.Count); 25 | } 26 | 27 | public static SymbolClassTag Create(SwfStreamReader reader) { 28 | var symbol_tag_count = reader.ReadUInt16(); 29 | var symbol_tags = new List(symbol_tag_count); 30 | for ( var i = 0; i < symbol_tag_count; ++i ) { 31 | symbol_tags.Add(new SymbolTagData{ 32 | Tag = reader.ReadUInt16(), 33 | Name = reader.ReadString()}); 34 | } 35 | return new SymbolClassTag{ 36 | SymbolTags = symbol_tags}; 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/SymbolClassTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 839ce6f050cc84d9cbe230bae1ed1d0c 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/UnknownTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class UnknownTag : SwfTagBase { 3 | public int _tagId; 4 | 5 | public int TagId { 6 | get { return _tagId; } 7 | } 8 | 9 | public override SwfTagType TagType { 10 | get { return SwfTagType.Unknown; } 11 | } 12 | 13 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 14 | return visitor.Visit(this, arg); 15 | } 16 | 17 | public override string ToString() { 18 | return string.Format( 19 | "UnknownTag. " + 20 | "TagId: {0}", 21 | TagId); 22 | } 23 | 24 | public static UnknownTag Create(int tag_id) { 25 | return new UnknownTag{ 26 | _tagId = tag_id}; 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/UnknownTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 990d254d413d44d0f94f6636605cd558 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/UnsupportedTag.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTags { 2 | public class UnsupportedTag : SwfTagBase { 3 | SwfTagType _tagType; 4 | 5 | public override SwfTagType TagType { 6 | get { return _tagType; } 7 | } 8 | 9 | public override TResult AcceptVistor(SwfTagVisitor visitor, TArg arg) { 10 | return visitor.Visit(this, arg); 11 | } 12 | 13 | public override string ToString() { 14 | return string.Format( 15 | "UnsupportedTag. " + 16 | "TagType: {0}", 17 | TagType); 18 | } 19 | 20 | public static UnsupportedTag Create(SwfTagType tag_type) { 21 | return new UnsupportedTag{ 22 | _tagType = tag_type}; 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTags/UnsupportedTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f10a95f156abe40af8ca8ae0c4afc636 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 865bbd7876a3c4bcfbd034cb2f94d376 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfBlendMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de40ae075e90542bdb67f6db83a98565 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfClipActions.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTypes { 2 | public struct SwfClipActions { 3 | public static SwfClipActions identity { 4 | get { 5 | return new SwfClipActions(); 6 | } 7 | } 8 | 9 | public static SwfClipActions Read(SwfStreamReader reader) { 10 | throw new System.Exception("Clip actions is unsupported"); 11 | } 12 | 13 | public override string ToString() { 14 | return "SwfClipActions."; 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfClipActions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdc594d3e40084bdba49ca6b8c4b1cb0 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfColor.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTypes { 2 | public struct SwfColor { 3 | public byte R; 4 | public byte G; 5 | public byte B; 6 | public byte A; 7 | 8 | public static SwfColor identity { 9 | get { 10 | return new SwfColor { 11 | R = byte.MaxValue, 12 | G = byte.MaxValue, 13 | B = byte.MaxValue, 14 | A = byte.MaxValue}; 15 | } 16 | } 17 | 18 | public static SwfColor Read(SwfStreamReader reader, bool with_alpha) { 19 | var r = reader.ReadByte(); 20 | var g = reader.ReadByte(); 21 | var b = reader.ReadByte(); 22 | var a = with_alpha ? reader.ReadByte() : byte.MaxValue; 23 | return new SwfColor{ 24 | R = r, 25 | G = g, 26 | B = b, 27 | A = a}; 28 | } 29 | 30 | public override string ToString() { 31 | return string.Format( 32 | "SwfColor. " + 33 | "R: {0}, G: {1}, B: {2}, A: {3}", 34 | R, G, B, A); 35 | } 36 | } 37 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf9e1c5d1cfcf4d8181afe023d3c6c0e 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfColorTransform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15a9db00ad7644d58967469a492010f0 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfControlTags.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using FTSwfTools.SwfTags; 3 | 4 | namespace FTSwfTools.SwfTypes { 5 | public struct SwfControlTags { 6 | public List Tags; 7 | 8 | public static SwfControlTags identity { 9 | get { 10 | return new SwfControlTags { 11 | Tags = new List()}; 12 | } 13 | } 14 | 15 | public static SwfControlTags Read(SwfStreamReader reader) { 16 | var control_tags = SwfControlTags.identity; 17 | while ( true ) { 18 | var tag = SwfTagBase.Read(reader); 19 | if ( tag.TagType == SwfTagType.End ) { 20 | break; 21 | } 22 | control_tags.Tags.Add(tag); 23 | } 24 | return control_tags; 25 | } 26 | 27 | public override string ToString() { 28 | return string.Format( 29 | "SwfControlTags. " + 30 | "Tags: {0}", 31 | Tags.Count); 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfControlTags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e470163fc19a9476b969e48d6b39b05a 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfFillStyleType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54d75dc3515384e5c9f9a9f42681aee3 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfLongHeader.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTypes { 2 | public struct SwfLongHeader { 3 | public SwfShortHeader ShortHeader; 4 | public SwfRect FrameSize; 5 | public float FrameRate; 6 | public ushort FrameCount; 7 | 8 | public static SwfLongHeader Read(SwfStreamReader reader) { 9 | return new SwfLongHeader{ 10 | ShortHeader = SwfShortHeader.Read(reader), 11 | FrameSize = SwfRect.Read(reader), 12 | FrameRate = reader.ReadFixedPoint_8_8(), 13 | FrameCount = reader.ReadUInt16()}; 14 | } 15 | 16 | public override string ToString() { 17 | return string.Format( 18 | "SwfLongHeader. " + 19 | "Format: {0}, Version: {1}, FileLength: {2}, " + 20 | "FrameSize: {3}, FrameRate: {4}, FrameCount: {5}", 21 | ShortHeader.Format, ShortHeader.Version, ShortHeader.FileLength, 22 | FrameSize, FrameRate, FrameCount); 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfLongHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2f91a8777854b3c8c0f6419a7e59d8 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfMatrix.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1328eccb4da994cb4b002e10976c643a 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfRect.cs: -------------------------------------------------------------------------------- 1 | namespace FTSwfTools.SwfTypes { 2 | public struct SwfRect { 3 | public float XMin; 4 | public float XMax; 5 | public float YMin; 6 | public float YMax; 7 | 8 | public static SwfRect identity { 9 | get { 10 | return new SwfRect{ 11 | XMin = 0, 12 | XMax = 0, 13 | YMin = 0, 14 | YMax = 0}; 15 | } 16 | } 17 | 18 | public static SwfRect Read(SwfStreamReader reader) { 19 | var bits = reader.ReadUnsignedBits(5); 20 | var xmin = reader.ReadSignedBits(bits) / 20.0f; 21 | var xmax = reader.ReadSignedBits(bits) / 20.0f; 22 | var ymin = reader.ReadSignedBits(bits) / 20.0f; 23 | var ymax = reader.ReadSignedBits(bits) / 20.0f; 24 | reader.AlignToByte(); 25 | return new SwfRect{ 26 | XMin = xmin, 27 | XMax = xmax, 28 | YMin = ymin, 29 | YMax = ymax}; 30 | } 31 | 32 | public override string ToString() { 33 | return string.Format( 34 | "SwfRect. " + 35 | "XMin: {0}, XMax: {1}, YMin: {2}, YMax: {3}", 36 | XMin, XMax, YMin, YMax); 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dffb3ae476b994481ab5efd46051309d 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfShapesWithStyle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 478683f3d0bd546ea85abf87aaf1845c 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfShortHeader.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | 3 | namespace FTSwfTools.SwfTypes { 4 | public struct SwfShortHeader { 5 | public string Format; 6 | public byte Version; 7 | public uint FileLength; 8 | 9 | public static SwfShortHeader Read(SwfStreamReader reader) { 10 | return new SwfShortHeader{ 11 | Format = new string(reader.ReadChars(3)), 12 | Version = reader.ReadByte(), 13 | FileLength = reader.ReadUInt32()}; 14 | } 15 | 16 | public static void Write(SwfShortHeader header, Stream stream) { 17 | stream.WriteByte((byte)header.Format[0]); 18 | stream.WriteByte((byte)header.Format[1]); 19 | stream.WriteByte((byte)header.Format[2]); 20 | stream.WriteByte(header.Version); 21 | stream.WriteByte((byte)((header.FileLength >> 0) & 0xFF)); 22 | stream.WriteByte((byte)((header.FileLength >> 8) & 0xFF)); 23 | stream.WriteByte((byte)((header.FileLength >> 16) & 0xFF)); 24 | stream.WriteByte((byte)((header.FileLength >> 24) & 0xFF)); 25 | } 26 | 27 | public override string ToString() { 28 | return string.Format( 29 | "SwfShortHeader. " + 30 | "Format: {0}, Version: {1}, FileLength: {2}", 31 | Format, Version, FileLength); 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfShortHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8002b4d1723d94461ae29a70ecd0f35c 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/Editor/FTSwfTools/SwfTypes/SwfSurfaceFilters.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90da0b239541a472b981e9a7b0d56404 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fff0b457a46c46968704cd6fc8d1d03 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e790c4a404b2b49e5bbdaa24beb79591 3 | folderAsset: yes 4 | timeCreated: 1480698333 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal/SwfAssocList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0be120270cd2f400d87dcae1f0e0c43f 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal/SwfAttributes.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace FTRuntime.Internal { 4 | public class SwfIntRangeAttribute : PropertyAttribute { 5 | public int Min; 6 | public int Max; 7 | public SwfIntRangeAttribute(int min, int max) { 8 | Min = min; 9 | Max = max; 10 | } 11 | } 12 | 13 | public class SwfFloatRangeAttribute : PropertyAttribute { 14 | public float Min; 15 | public float Max; 16 | public SwfFloatRangeAttribute(float min, float max) { 17 | Min = min; 18 | Max = max; 19 | } 20 | } 21 | 22 | public class SwfSortingLayerAttribute : PropertyAttribute { 23 | } 24 | 25 | public class SwfPowerOfTwoIfAttribute : PropertyAttribute { 26 | public int MinPow2; 27 | public int MaxPow2; 28 | public string BoolProp; 29 | public SwfPowerOfTwoIfAttribute(int min_pow2, int max_pow2, string bool_prop) { 30 | MinPow2 = min_pow2; 31 | MaxPow2 = max_pow2; 32 | BoolProp = bool_prop; 33 | } 34 | } 35 | 36 | public class SwfReadOnlyAttribute : PropertyAttribute { 37 | } 38 | 39 | public class SwfDisplayNameAttribute : PropertyAttribute { 40 | public string DisplayName; 41 | public SwfDisplayNameAttribute(string display_name) { 42 | DisplayName = display_name; 43 | } 44 | } 45 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal/SwfAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3fa001b52a7246a3b3fb0083c344418 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal/SwfList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3a27809c7ebd4cc68ddfa90f95dd9d7 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Internal/SwfUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d367b05a85c4440a1b42bc4311f73004 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using FTRuntime.Internal; 3 | using System.Collections.Generic; 4 | 5 | namespace FTRuntime { 6 | [PreferBinarySerialization] 7 | public class SwfAsset : ScriptableObject { 8 | [HideInInspector] 9 | public byte[] Data; 10 | [HideInInspector] 11 | public string Hash; 12 | [SwfReadOnly] 13 | public Texture2D Atlas; 14 | [HideInInspector] 15 | public SwfSettingsData Settings; 16 | [SwfDisplayName("Settings")] 17 | public SwfSettingsData Overridden; 18 | 19 | void Reset() { 20 | Data = new byte[0]; 21 | Hash = string.Empty; 22 | Atlas = null; 23 | Settings = SwfSettingsData.identity; 24 | Overridden = SwfSettingsData.identity; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e24daa21915a4a7a914ec3769fa2965 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d720f6c1045ab4d45b705672aba45e73 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c9fa30e000f3420796cfbd1e09a86d6 3 | timeCreated: 1480698333 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfClipController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92ca98b80846d4b34b476a918b98a542 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f455e092ebcb64c3e94de2e2f2f7a614 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf7a304f962ab44789f4fb85ff562e2a 3 | timeCreated: 1480698334 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfVersion.cs: -------------------------------------------------------------------------------- 1 | namespace FTRuntime { 2 | public static class SwfVersion { 3 | public const int Major = 1; 4 | public const int Minor = 3; 5 | public const int Revision = 15; 6 | 7 | public static string AsString { 8 | get { 9 | return string.Format( 10 | "{0}.{1}.{2}", 11 | Major, Minor, Revision); 12 | } 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/SwfVersion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9326b7a46761449f7bbb3d857cffacec 3 | timeCreated: 1495899500 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91d10069039ad437fbd214463d482c1c 3 | folderAsset: yes 4 | timeCreated: 1486819578 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da7412b1ce89b4952869f7a85515b954 3 | timeCreated: 1487268103 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitPlayStopped.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace FTRuntime.Yields { 4 | public class SwfWaitPlayStopped : CustomYieldInstruction { 5 | SwfClipController _waitCtrl; 6 | 7 | public SwfWaitPlayStopped(SwfClipController ctrl) { 8 | Subscribe(ctrl); 9 | } 10 | 11 | public SwfWaitPlayStopped Reuse(SwfClipController ctrl) { 12 | return Subscribe(ctrl); 13 | } 14 | 15 | public override bool keepWaiting { 16 | get { 17 | return _waitCtrl != null; 18 | } 19 | } 20 | 21 | // --------------------------------------------------------------------- 22 | // 23 | // Internal 24 | // 25 | // --------------------------------------------------------------------- 26 | 27 | SwfWaitPlayStopped Subscribe(SwfClipController ctrl) { 28 | Unsubscribe(); 29 | if ( ctrl ) { 30 | _waitCtrl = ctrl; 31 | ctrl.OnPlayStoppedEvent += OnPlayStopped; 32 | } 33 | return this; 34 | } 35 | 36 | void Unsubscribe() { 37 | if ( _waitCtrl != null ) { 38 | _waitCtrl.OnPlayStoppedEvent -= OnPlayStopped; 39 | _waitCtrl = null; 40 | } 41 | } 42 | 43 | void OnPlayStopped(SwfClipController ctrl) { 44 | Unsubscribe(); 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitPlayStopped.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92ee4f87c0bcf4943abc9e5cdaffea72 3 | timeCreated: 1486821636 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitRewindPlaying.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace FTRuntime.Yields { 4 | public class SwfWaitRewindPlaying : CustomYieldInstruction { 5 | SwfClipController _waitCtrl; 6 | 7 | public SwfWaitRewindPlaying(SwfClipController ctrl) { 8 | Subscribe(ctrl); 9 | } 10 | 11 | public SwfWaitRewindPlaying Reuse(SwfClipController ctrl) { 12 | return Subscribe(ctrl); 13 | } 14 | 15 | public override bool keepWaiting { 16 | get { 17 | return _waitCtrl != null; 18 | } 19 | } 20 | 21 | // --------------------------------------------------------------------- 22 | // 23 | // Internal 24 | // 25 | // --------------------------------------------------------------------- 26 | 27 | SwfWaitRewindPlaying Subscribe(SwfClipController ctrl) { 28 | Unsubscribe(); 29 | if ( ctrl ) { 30 | _waitCtrl = ctrl; 31 | ctrl.OnRewindPlayingEvent += OnRewindPlaying; 32 | } 33 | return this; 34 | } 35 | 36 | void Unsubscribe() { 37 | if ( _waitCtrl != null ) { 38 | _waitCtrl.OnRewindPlayingEvent -= OnRewindPlaying; 39 | _waitCtrl = null; 40 | } 41 | } 42 | 43 | void OnRewindPlaying(SwfClipController ctrl) { 44 | Unsubscribe(); 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitRewindPlaying.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a489e38279e094af4b5ef8859282295f 3 | timeCreated: 1486819593 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitStopOrRewindPlaying.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7fb55d9b749a4fae9c1598651878ea9 3 | timeCreated: 1487272051 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitStopPlaying.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace FTRuntime.Yields { 4 | public class SwfWaitStopPlaying : CustomYieldInstruction { 5 | SwfClipController _waitCtrl; 6 | 7 | public SwfWaitStopPlaying(SwfClipController ctrl) { 8 | Subscribe(ctrl); 9 | } 10 | 11 | public SwfWaitStopPlaying Reuse(SwfClipController ctrl) { 12 | return Subscribe(ctrl); 13 | } 14 | 15 | public override bool keepWaiting { 16 | get { 17 | return _waitCtrl != null; 18 | } 19 | } 20 | 21 | // --------------------------------------------------------------------- 22 | // 23 | // Internal 24 | // 25 | // --------------------------------------------------------------------- 26 | 27 | SwfWaitStopPlaying Subscribe(SwfClipController ctrl) { 28 | Unsubscribe(); 29 | if ( ctrl ) { 30 | _waitCtrl = ctrl; 31 | ctrl.OnStopPlayingEvent += OnStopPlaying; 32 | } 33 | return this; 34 | } 35 | 36 | void Unsubscribe() { 37 | if ( _waitCtrl != null ) { 38 | _waitCtrl.OnStopPlayingEvent -= OnStopPlaying; 39 | _waitCtrl = null; 40 | } 41 | } 42 | 43 | void OnStopPlaying(SwfClipController ctrl) { 44 | Unsubscribe(); 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /Assets/FlashTools/Scripts/FTRuntime/Yields/SwfWaitStopPlaying.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3be861087be4b442092da862ff38f151 3 | timeCreated: 1486819592 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (C) 2016-2023, by Matvey Cherevko (blackmatov@gmail.com) 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_DisableAudio: 0 16 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_SolverIterationCount: 6 13 | m_QueriesHitTriggers: 1 14 | m_EnableAdaptiveForce: 0 15 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 16 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/DevTests/Scene.unity 10 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_WebSecurityEmulationEnabled: 0 10 | m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d 11 | m_DefaultBehaviorMode: 1 12 | m_SpritePackerMode: 2 13 | m_SpritePackerPaddingPower: 1 14 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 15 | m_ProjectGenerationRootNamespace: 16 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshAreas: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_ScopedRegistriesSettingsExpanded: 1 16 | oneTimeWarningShown: 0 17 | m_Registries: 18 | - m_Id: main 19 | m_Name: 20 | m_Url: https://packages.unity.com 21 | m_Scopes: [] 22 | m_IsDefault: 1 23 | m_UserSelectedRegistryName: 24 | m_UserAddingNewScopedRegistry: 0 25 | m_RegistryInfoDraft: 26 | m_ErrorMessage: 27 | m_Original: 28 | m_Id: 29 | m_Name: 30 | m_Url: 31 | m_Scopes: [] 32 | m_IsDefault: 0 33 | m_Modified: 0 34 | m_Name: 35 | m_Url: 36 | m_Scopes: 37 | - 38 | m_SelectedScopeIndex: 0 39 | -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_MinPenetrationForPenalty: 0.01 17 | m_BaumgarteScale: 0.2 18 | m_BaumgarteTimeOfImpactScale: 0.75 19 | m_TimeToSleep: 0.5 20 | m_LinearSleepTolerance: 0.01 21 | m_AngularSleepTolerance: 2 22 | m_QueriesHitTriggers: 1 23 | m_QueriesStartInColliders: 1 24 | m_ChangeStopsCallbacks: 0 25 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 26 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.4.40f1 2 | m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: SortingDown 42 | uniqueID: 811819031 43 | locked: 0 44 | - name: Default 45 | uniqueID: 0 46 | locked: 0 47 | - name: SortingUp 48 | uniqueID: 756447657 49 | locked: 0 50 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 1 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate 14 | m_Enabled: 0 15 | m_CaptureEditorExceptions: 1 16 | UnityPurchasingSettings: 17 | m_Enabled: 0 18 | m_TestMode: 0 19 | UnityAnalyticsSettings: 20 | m_Enabled: 0 21 | m_InitializeOnStartup: 1 22 | m_TestMode: 0 23 | m_TestEventUrl: 24 | m_TestConfigUrl: 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } --------------------------------------------------------------------------------