├── .gitignore ├── Assets ├── Animation.meta ├── Animation │ ├── FIght UI.controller │ ├── FIght UI.controller.meta │ ├── Fight.anim │ ├── Fight.anim.meta │ ├── Result UI.controller │ ├── Result UI.controller.meta │ ├── Result.anim │ └── Result.anim.meta ├── Demigiant.meta ├── Demigiant │ ├── DOTween.meta │ └── DOTween │ │ ├── DOTween.XML │ │ ├── DOTween.XML.meta │ │ ├── DOTween.dll │ │ ├── DOTween.dll.mdb │ │ ├── DOTween.dll.mdb.meta │ │ ├── DOTween.dll.meta │ │ ├── DOTween43.dll │ │ ├── DOTween43.dll.mdb │ │ ├── DOTween43.dll.mdb.meta │ │ ├── DOTween43.dll.meta │ │ ├── DOTween43.xml │ │ ├── DOTween43.xml.meta │ │ ├── DOTween46.dll │ │ ├── DOTween46.dll.mdb │ │ ├── DOTween46.dll.mdb.meta │ │ ├── DOTween46.dll.meta │ │ ├── DOTween46.xml │ │ ├── DOTween46.xml.meta │ │ ├── DOTween50.dll │ │ ├── DOTween50.dll.mdb │ │ ├── DOTween50.dll.mdb.meta │ │ ├── DOTween50.dll.meta │ │ ├── DOTween50.xml │ │ ├── DOTween50.xml.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── DOTweenEditor.XML │ │ ├── DOTweenEditor.XML.meta │ │ ├── DOTweenEditor.dll │ │ ├── DOTweenEditor.dll.mdb │ │ ├── DOTweenEditor.dll.mdb.meta │ │ ├── DOTweenEditor.dll.meta │ │ ├── Imgs.meta │ │ └── Imgs │ │ │ ├── DOTweenIcon.png │ │ │ ├── DOTweenIcon.png.meta │ │ │ ├── Footer.png │ │ │ ├── Footer.png.meta │ │ │ ├── Footer_dark.png │ │ │ ├── Footer_dark.png.meta │ │ │ ├── Header.jpg │ │ │ └── Header.jpg.meta │ │ ├── Examples.meta │ │ ├── Examples │ │ ├── Basics.cs │ │ ├── Basics.cs.meta │ │ ├── Basics.unity │ │ ├── Basics.unity.meta │ │ ├── Sequences.cs │ │ ├── Sequences.cs.meta │ │ ├── Sequences.unity │ │ └── Sequences.unity.meta │ │ ├── LICENSE.txt │ │ ├── LICENSE.txt.meta │ │ ├── readme.txt │ │ └── readme.txt.meta ├── Documents.meta ├── Documents │ ├── dojo_ui2.pdf │ └── dojo_ui2.pdf.meta ├── Fonts.meta ├── Fonts │ ├── Fight.fontsettings │ ├── Fight.fontsettings.meta │ ├── Fight.mat │ ├── Fight.mat.meta │ ├── Fight.png │ ├── Fight.png.meta │ ├── Fight.xml │ ├── Fight.xml.meta │ ├── Lato-Light.ttf │ ├── Lato-Light.ttf.meta │ ├── Lato-Regular.ttf │ ├── Lato-Regular.ttf.meta │ ├── Lato-Thin.ttf │ ├── Lato-Thin.ttf.meta │ ├── NotoSansCJKjp-Light.otf │ ├── NotoSansCJKjp-Light.otf.meta │ ├── Numbers.fontsettings │ ├── Numbers.fontsettings.meta │ ├── Numbers.mat │ ├── Numbers.mat.meta │ ├── Numbers.png │ ├── Numbers.png.meta │ ├── Numbers.xml │ ├── Numbers.xml.meta │ ├── Victory.fontsettings │ ├── Victory.fontsettings.meta │ ├── Victory.mat │ ├── Victory.mat.meta │ ├── Victory.png │ ├── Victory.png.meta │ ├── Victory.xml │ └── Victory.xml.meta ├── Fugaku.meta ├── Fugaku │ ├── Deformer.meta │ ├── Deformer │ │ ├── BySpeed.cs │ │ ├── BySpeed.cs.meta │ │ ├── CircleForceField.cs │ │ ├── CircleForceField.cs.meta │ │ ├── Deformer.cs │ │ ├── Deformer.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── DeformerInspector.cs │ │ │ ├── DeformerInspector.cs.meta │ │ │ ├── ForceFieldListDrawer.cs │ │ │ └── ForceFieldListDrawer.cs.meta │ │ ├── Subdivide.cs │ │ ├── Subdivide.cs.meta │ │ ├── Utility.meta │ │ └── Utility │ │ │ ├── GizmoUtility.cs │ │ │ ├── GizmoUtility.cs.meta │ │ │ ├── ListPool.cs │ │ │ ├── ListPool.cs.meta │ │ │ ├── ObjectPool.cs │ │ │ └── ObjectPool.cs.meta │ ├── TypefaceAnimator.meta │ └── TypefaceAnimator │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Animation Curves Presets for TA.curves │ │ ├── Animation Curves Presets for TA.curves.meta │ │ ├── TypefaceAnimatorEditor.cs │ │ ├── TypefaceAnimatorEditor.cs.meta │ │ ├── TypefaceTools.cs │ │ └── TypefaceTools.cs.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── TypefaceAnimator.cs │ │ └── TypefaceAnimator.cs.meta │ │ ├── UserGuide.pdf │ │ └── UserGuide.pdf.meta ├── Game.unity ├── Game.unity.meta ├── Materials.meta ├── Materials │ ├── Particle Bubble.mat │ ├── Particle Bubble.mat.meta │ ├── Particle Light.mat │ ├── Particle Light.mat.meta │ ├── Particle Smoke.mat │ ├── Particle Smoke.mat.meta │ ├── Particle Star.mat │ └── Particle Star.mat.meta ├── Prefabs.meta ├── Prefabs │ ├── Card.prefab │ ├── Card.prefab.meta │ ├── Click Particle.prefab │ ├── Click Particle.prefab.meta │ ├── FIght UI.prefab │ ├── FIght UI.prefab.meta │ ├── OpenCard.prefab │ ├── OpenCard.prefab.meta │ ├── Result UI.prefab │ └── Result UI.prefab.meta ├── Resources.meta ├── Resources │ ├── DOTweenSettings.asset │ └── DOTweenSettings.asset.meta ├── Sample - Battle UI.unity ├── Sample - Battle UI.unity.meta ├── Sample - Deformer.unity ├── Sample - Deformer.unity.meta ├── Sample - Typeface Animator.unity ├── Sample - Typeface Animator.unity.meta ├── Scripts.meta ├── Scripts │ ├── Battle.cs │ ├── Battle.cs.meta │ ├── BattleButton.cs │ ├── BattleButton.cs.meta │ ├── BattleMember.cs │ ├── BattleMember.cs.meta │ ├── BattleMembersStage.cs │ ├── BattleMembersStage.cs.meta │ ├── BitmapFontImporter.cs │ ├── BitmapFontImporter.cs.meta │ ├── Card.cs │ ├── Card.cs.meta │ ├── Character.cs │ ├── Character.cs.meta │ ├── ClickParticleEffect.cs │ ├── ClickParticleEffect.cs.meta │ ├── ContentController.cs │ ├── ContentController.cs.meta │ ├── CoverUI.cs │ ├── CoverUI.cs.meta │ ├── DragDownToReturn.cs │ ├── DragDownToReturn.cs.meta │ ├── FightUI.cs │ ├── FightUI.cs.meta │ ├── GraphicCaster.cs │ ├── GraphicCaster.cs.meta │ ├── HPSliderController.cs │ ├── HPSliderController.cs.meta │ ├── Header.cs │ ├── Header.cs.meta │ ├── ImageModifier.cs │ ├── ImageModifier.cs.meta │ ├── ListScroll.cs │ ├── ListScroll.cs.meta │ ├── ParticlePlayAutomatically.cs │ ├── ParticlePlayAutomatically.cs.meta │ ├── ResultUI.cs │ ├── ResultUI.cs.meta │ ├── SelectedMembers.cs │ ├── SelectedMembers.cs.meta │ ├── UIManager.cs │ ├── UIManager.cs.meta │ ├── WorldMap.cs │ ├── WorldMap.cs.meta │ ├── WorldMapBattlePoint.cs │ └── WorldMapBattlePoint.cs.meta ├── Textures.meta └── Textures │ ├── Battle.meta │ ├── Battle │ ├── archer1.png │ ├── archer1.png.meta │ ├── archer2.png │ ├── archer2.png.meta │ ├── archer3.png │ ├── archer3.png.meta │ ├── battle_background.png │ ├── battle_background.png.meta │ ├── character_hp_bg.png │ ├── character_hp_bg.png.meta │ ├── character_hp_body.png │ ├── character_hp_body.png.meta │ ├── circle.png │ ├── circle.png.meta │ ├── circle_bg.png │ ├── circle_bg.png.meta │ ├── crown.png │ ├── crown.png.meta │ ├── enemy.png │ ├── enemy.png.meta │ ├── enemy_hp_bg.png │ ├── enemy_hp_bg.png.meta │ ├── enemy_hp_body.png │ ├── enemy_hp_body.png.meta │ ├── enemy_hp_body_buffer.png │ ├── enemy_hp_body_buffer.png.meta │ ├── fight_bg.png │ ├── fight_bg.png.meta │ ├── fight_text.png │ ├── fight_text.png.meta │ ├── fight_vs.png │ ├── fight_vs.png.meta │ ├── knight1.png │ ├── knight1.png.meta │ ├── knight2.png │ ├── knight2.png.meta │ ├── knight3.png │ ├── knight3.png.meta │ ├── result_ laurel1.png │ ├── result_ laurel1.png.meta │ ├── result_ laurel2.png │ ├── result_ laurel2.png.meta │ ├── result_bg.png │ ├── result_bg.png.meta │ ├── result_victory.png │ ├── result_victory.png.meta │ ├── sorcer1.png │ ├── sorcer1.png.meta │ ├── sorcer2.png │ ├── sorcer2.png.meta │ ├── sorcer3.png │ ├── sorcer3.png.meta │ ├── star.png │ ├── star.png.meta │ ├── star_bg.png │ └── star_bg.png.meta │ ├── Common.meta │ ├── Common │ ├── balloon.png │ ├── balloon.png.meta │ ├── battleIcon.png │ ├── battleIcon.png.meta │ ├── battleIcon_light.png │ ├── battleIcon_light.png.meta │ ├── enemy_thumb.png │ ├── enemy_thumb.png.meta │ ├── gr_bg.png │ ├── gr_bg.png.meta │ ├── icon_arrow.png │ ├── icon_arrow.png.meta │ ├── icon_hamburger.png │ └── icon_hamburger.png.meta │ ├── List.meta │ ├── List │ ├── archer1.png │ ├── archer1.png.meta │ ├── archer2.png │ ├── archer2.png.meta │ ├── archer3.png │ ├── archer3.png.meta │ ├── archer_mini1.png │ ├── archer_mini1.png.meta │ ├── archer_mini2.png │ ├── archer_mini2.png.meta │ ├── archer_mini3.png │ ├── archer_mini3.png.meta │ ├── bg.png │ ├── bg.png.meta │ ├── knight1.png │ ├── knight1.png.meta │ ├── knight2.png │ ├── knight2.png.meta │ ├── knight3.png │ ├── knight3.png.meta │ ├── knight_mini1.png │ ├── knight_mini1.png.meta │ ├── knight_mini2.png │ ├── knight_mini2.png.meta │ ├── knight_mini3.png │ ├── knight_mini3.png.meta │ ├── shadow.png │ ├── shadow.png.meta │ ├── sorcer1.png │ ├── sorcer1.png.meta │ ├── sorcer2.png │ ├── sorcer2.png.meta │ ├── sorcer3.png │ ├── sorcer3.png.meta │ ├── sorcer_mini1.png │ ├── sorcer_mini1.png.meta │ ├── sorcer_mini2.png │ ├── sorcer_mini2.png.meta │ ├── sorcer_mini3.png │ └── sorcer_mini3.png.meta │ ├── Particles.meta │ ├── Particles │ ├── bubble.png │ ├── bubble.png.meta │ ├── light.png │ ├── light.png.meta │ ├── smoke.png │ ├── smoke.png.meta │ ├── star.png │ └── star.png.meta │ ├── Raw Textures.meta │ └── Raw Textures │ ├── map.png │ └── map.png.meta └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation.meta -------------------------------------------------------------------------------- /Assets/Animation/FIght UI.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/FIght UI.controller -------------------------------------------------------------------------------- /Assets/Animation/FIght UI.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/FIght UI.controller.meta -------------------------------------------------------------------------------- /Assets/Animation/Fight.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Fight.anim -------------------------------------------------------------------------------- /Assets/Animation/Fight.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Fight.anim.meta -------------------------------------------------------------------------------- /Assets/Animation/Result UI.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Result UI.controller -------------------------------------------------------------------------------- /Assets/Animation/Result UI.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Result UI.controller.meta -------------------------------------------------------------------------------- /Assets/Animation/Result.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Result.anim -------------------------------------------------------------------------------- /Assets/Animation/Result.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Animation/Result.anim.meta -------------------------------------------------------------------------------- /Assets/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.XML -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween43.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween46.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/DOTween50.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Basics.cs -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Basics.cs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Basics.unity -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Basics.unity.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.cs -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.cs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.unity -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.unity.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/LICENSE.txt -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/LICENSE.txt.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/readme.txt -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Demigiant/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /Assets/Documents.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Documents.meta -------------------------------------------------------------------------------- /Assets/Documents/dojo_ui2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Documents/dojo_ui2.pdf -------------------------------------------------------------------------------- /Assets/Documents/dojo_ui2.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Documents/dojo_ui2.pdf.meta -------------------------------------------------------------------------------- /Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts.meta -------------------------------------------------------------------------------- /Assets/Fonts/Fight.fontsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.fontsettings -------------------------------------------------------------------------------- /Assets/Fonts/Fight.fontsettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.fontsettings.meta -------------------------------------------------------------------------------- /Assets/Fonts/Fight.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.mat -------------------------------------------------------------------------------- /Assets/Fonts/Fight.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.mat.meta -------------------------------------------------------------------------------- /Assets/Fonts/Fight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.png -------------------------------------------------------------------------------- /Assets/Fonts/Fight.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.png.meta -------------------------------------------------------------------------------- /Assets/Fonts/Fight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.xml -------------------------------------------------------------------------------- /Assets/Fonts/Fight.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Fight.xml.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Light.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Light.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato-Thin.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Lato-Thin.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/NotoSansCJKjp-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/NotoSansCJKjp-Light.otf -------------------------------------------------------------------------------- /Assets/Fonts/NotoSansCJKjp-Light.otf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/NotoSansCJKjp-Light.otf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.fontsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.fontsettings -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.fontsettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.fontsettings.meta -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.mat -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.mat.meta -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.png -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.png.meta -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.xml -------------------------------------------------------------------------------- /Assets/Fonts/Numbers.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Numbers.xml.meta -------------------------------------------------------------------------------- /Assets/Fonts/Victory.fontsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.fontsettings -------------------------------------------------------------------------------- /Assets/Fonts/Victory.fontsettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.fontsettings.meta -------------------------------------------------------------------------------- /Assets/Fonts/Victory.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.mat -------------------------------------------------------------------------------- /Assets/Fonts/Victory.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.mat.meta -------------------------------------------------------------------------------- /Assets/Fonts/Victory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.png -------------------------------------------------------------------------------- /Assets/Fonts/Victory.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.png.meta -------------------------------------------------------------------------------- /Assets/Fonts/Victory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.xml -------------------------------------------------------------------------------- /Assets/Fonts/Victory.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fonts/Victory.xml.meta -------------------------------------------------------------------------------- /Assets/Fugaku.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/BySpeed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/BySpeed.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/BySpeed.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/BySpeed.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/CircleForceField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/CircleForceField.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/CircleForceField.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/CircleForceField.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Deformer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Deformer.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Deformer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Deformer.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Editor.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Editor/DeformerInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Editor/DeformerInspector.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Editor/DeformerInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Editor/DeformerInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Editor/ForceFieldListDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Editor/ForceFieldListDrawer.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Editor/ForceFieldListDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Editor/ForceFieldListDrawer.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Subdivide.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Subdivide.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Subdivide.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Subdivide.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/GizmoUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/GizmoUtility.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/GizmoUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/GizmoUtility.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/ListPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/ListPool.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/ListPool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/ListPool.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/ObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/ObjectPool.cs -------------------------------------------------------------------------------- /Assets/Fugaku/Deformer/Utility/ObjectPool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/Deformer/Utility/ObjectPool.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/Animation Curves Presets for TA.curves: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/Animation Curves Presets for TA.curves -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/Animation Curves Presets for TA.curves.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/Animation Curves Presets for TA.curves.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/TypefaceAnimatorEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/TypefaceAnimatorEditor.cs -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/TypefaceAnimatorEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/TypefaceAnimatorEditor.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/TypefaceTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/TypefaceTools.cs -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Editor/TypefaceTools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Editor/TypefaceTools.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Scripts.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Scripts/TypefaceAnimator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Scripts/TypefaceAnimator.cs -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/Scripts/TypefaceAnimator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/Scripts/TypefaceAnimator.cs.meta -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/UserGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/UserGuide.pdf -------------------------------------------------------------------------------- /Assets/Fugaku/TypefaceAnimator/UserGuide.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Fugaku/TypefaceAnimator/UserGuide.pdf.meta -------------------------------------------------------------------------------- /Assets/Game.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Game.unity -------------------------------------------------------------------------------- /Assets/Game.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Game.unity.meta -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials.meta -------------------------------------------------------------------------------- /Assets/Materials/Particle Bubble.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Bubble.mat -------------------------------------------------------------------------------- /Assets/Materials/Particle Bubble.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Bubble.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Particle Light.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Light.mat -------------------------------------------------------------------------------- /Assets/Materials/Particle Light.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Light.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Particle Smoke.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Smoke.mat -------------------------------------------------------------------------------- /Assets/Materials/Particle Smoke.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Smoke.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Particle Star.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Star.mat -------------------------------------------------------------------------------- /Assets/Materials/Particle Star.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Materials/Particle Star.mat.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Card.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Card.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Card.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Card.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Click Particle.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Click Particle.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Click Particle.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Click Particle.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/FIght UI.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/FIght UI.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/FIght UI.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/FIght UI.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/OpenCard.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/OpenCard.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/OpenCard.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/OpenCard.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Result UI.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Result UI.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Result UI.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Prefabs/Result UI.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Resources/DOTweenSettings.asset -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Resources/DOTweenSettings.asset.meta -------------------------------------------------------------------------------- /Assets/Sample - Battle UI.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Battle UI.unity -------------------------------------------------------------------------------- /Assets/Sample - Battle UI.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Battle UI.unity.meta -------------------------------------------------------------------------------- /Assets/Sample - Deformer.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Deformer.unity -------------------------------------------------------------------------------- /Assets/Sample - Deformer.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Deformer.unity.meta -------------------------------------------------------------------------------- /Assets/Sample - Typeface Animator.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Typeface Animator.unity -------------------------------------------------------------------------------- /Assets/Sample - Typeface Animator.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Sample - Typeface Animator.unity.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/Battle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Battle.cs -------------------------------------------------------------------------------- /Assets/Scripts/Battle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Battle.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BattleButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleButton.cs -------------------------------------------------------------------------------- /Assets/Scripts/BattleButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleButton.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BattleMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleMember.cs -------------------------------------------------------------------------------- /Assets/Scripts/BattleMember.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleMember.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BattleMembersStage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleMembersStage.cs -------------------------------------------------------------------------------- /Assets/Scripts/BattleMembersStage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BattleMembersStage.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BitmapFontImporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BitmapFontImporter.cs -------------------------------------------------------------------------------- /Assets/Scripts/BitmapFontImporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/BitmapFontImporter.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Card.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Card.cs -------------------------------------------------------------------------------- /Assets/Scripts/Card.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Card.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Character.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Character.cs -------------------------------------------------------------------------------- /Assets/Scripts/Character.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Character.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ClickParticleEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ClickParticleEffect.cs -------------------------------------------------------------------------------- /Assets/Scripts/ClickParticleEffect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ClickParticleEffect.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ContentController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ContentController.cs -------------------------------------------------------------------------------- /Assets/Scripts/ContentController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ContentController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/CoverUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/CoverUI.cs -------------------------------------------------------------------------------- /Assets/Scripts/CoverUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/CoverUI.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/DragDownToReturn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/DragDownToReturn.cs -------------------------------------------------------------------------------- /Assets/Scripts/DragDownToReturn.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/DragDownToReturn.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/FightUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/FightUI.cs -------------------------------------------------------------------------------- /Assets/Scripts/FightUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/FightUI.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/GraphicCaster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/GraphicCaster.cs -------------------------------------------------------------------------------- /Assets/Scripts/GraphicCaster.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/GraphicCaster.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/HPSliderController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/HPSliderController.cs -------------------------------------------------------------------------------- /Assets/Scripts/HPSliderController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/HPSliderController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Header.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Header.cs -------------------------------------------------------------------------------- /Assets/Scripts/Header.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/Header.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ImageModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ImageModifier.cs -------------------------------------------------------------------------------- /Assets/Scripts/ImageModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ImageModifier.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ListScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ListScroll.cs -------------------------------------------------------------------------------- /Assets/Scripts/ListScroll.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ListScroll.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ParticlePlayAutomatically.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ParticlePlayAutomatically.cs -------------------------------------------------------------------------------- /Assets/Scripts/ParticlePlayAutomatically.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ParticlePlayAutomatically.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ResultUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ResultUI.cs -------------------------------------------------------------------------------- /Assets/Scripts/ResultUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/ResultUI.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/SelectedMembers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/SelectedMembers.cs -------------------------------------------------------------------------------- /Assets/Scripts/SelectedMembers.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/SelectedMembers.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/UIManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/UIManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/UIManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/UIManager.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/WorldMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/WorldMap.cs -------------------------------------------------------------------------------- /Assets/Scripts/WorldMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/WorldMap.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/WorldMapBattlePoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/WorldMapBattlePoint.cs -------------------------------------------------------------------------------- /Assets/Scripts/WorldMapBattlePoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Scripts/WorldMapBattlePoint.cs.meta -------------------------------------------------------------------------------- /Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer1.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer2.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer3.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/archer3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/archer3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/battle_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/battle_background.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/battle_background.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/battle_background.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/character_hp_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/character_hp_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/character_hp_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/character_hp_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/character_hp_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/character_hp_body.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/character_hp_body.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/character_hp_body.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/circle.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/circle.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/circle_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/circle_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/circle_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/circle_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/crown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/crown.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/crown.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/crown.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_body.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_body.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_body.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_body_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_body_buffer.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/enemy_hp_body_buffer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/enemy_hp_body_buffer.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_text.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_text.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_text.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_vs.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/fight_vs.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/fight_vs.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight1.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight2.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight3.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/knight3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/knight3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_ laurel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_ laurel1.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_ laurel1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_ laurel1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_ laurel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_ laurel2.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_ laurel2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_ laurel2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_victory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_victory.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/result_victory.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/result_victory.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer1.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer2.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer3.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/sorcer3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/sorcer3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/star.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/star.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/star.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Battle/star_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/star_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Battle/star_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Battle/star_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/balloon.png -------------------------------------------------------------------------------- /Assets/Textures/Common/balloon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/balloon.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/battleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/battleIcon.png -------------------------------------------------------------------------------- /Assets/Textures/Common/battleIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/battleIcon.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/battleIcon_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/battleIcon_light.png -------------------------------------------------------------------------------- /Assets/Textures/Common/battleIcon_light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/battleIcon_light.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/enemy_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/enemy_thumb.png -------------------------------------------------------------------------------- /Assets/Textures/Common/enemy_thumb.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/enemy_thumb.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/gr_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/gr_bg.png -------------------------------------------------------------------------------- /Assets/Textures/Common/gr_bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/gr_bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/icon_arrow.png -------------------------------------------------------------------------------- /Assets/Textures/Common/icon_arrow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/icon_arrow.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Common/icon_hamburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/icon_hamburger.png -------------------------------------------------------------------------------- /Assets/Textures/Common/icon_hamburger.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Common/icon_hamburger.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer1.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer2.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer3.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini1.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini2.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini3.png -------------------------------------------------------------------------------- /Assets/Textures/List/archer_mini3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/archer_mini3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/bg.png -------------------------------------------------------------------------------- /Assets/Textures/List/bg.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/bg.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight1.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight2.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight3.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini1.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini2.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini3.png -------------------------------------------------------------------------------- /Assets/Textures/List/knight_mini3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/knight_mini3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/shadow.png -------------------------------------------------------------------------------- /Assets/Textures/List/shadow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/shadow.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer1.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer2.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer3.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini1.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini1.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini2.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini2.png.meta -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini3.png -------------------------------------------------------------------------------- /Assets/Textures/List/sorcer_mini3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/List/sorcer_mini3.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles.meta -------------------------------------------------------------------------------- /Assets/Textures/Particles/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/bubble.png -------------------------------------------------------------------------------- /Assets/Textures/Particles/bubble.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/bubble.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Particles/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/light.png -------------------------------------------------------------------------------- /Assets/Textures/Particles/light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/light.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Particles/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/smoke.png -------------------------------------------------------------------------------- /Assets/Textures/Particles/smoke.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/smoke.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Particles/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/star.png -------------------------------------------------------------------------------- /Assets/Textures/Particles/star.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Particles/star.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Raw Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Raw Textures.meta -------------------------------------------------------------------------------- /Assets/Textures/Raw Textures/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Raw Textures/map.png -------------------------------------------------------------------------------- /Assets/Textures/Raw Textures/map.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/Assets/Textures/Raw Textures/map.png.meta -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unity3d-jp/DojoUI1/HEAD/ProjectSettings/UnityConnectSettings.asset --------------------------------------------------------------------------------