├── .github └── FUNDING.yml ├── .gitignore ├── Assets ├── 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 │ │ ├── readme.txt │ │ └── readme.txt.meta ├── Images.meta ├── Images │ ├── BUBBLE GAME.meta │ ├── BUBBLE GAME │ │ ├── BG.meta │ │ ├── BG │ │ │ ├── BG.png │ │ │ ├── BG.png.meta │ │ │ ├── CHAIN.png │ │ │ ├── CHAIN.png.meta │ │ │ ├── ROOF.png │ │ │ ├── ROOF.png.meta │ │ │ ├── WOOD.png │ │ │ └── WOOD.png.meta │ │ ├── BUBBLE_OVERALL_GUIDELINE.png │ │ └── BUBBLE_OVERALL_GUIDELINE.png.meta │ ├── arrow.png │ ├── arrow.png.meta │ ├── circle.png │ ├── circle.png.meta │ ├── red_dot.png │ ├── red_dot.png.meta │ ├── white.png │ └── white.png.meta ├── Material.meta ├── Material │ ├── Eye.mat │ ├── Eye.mat.meta │ ├── PieceTrail.mat │ └── PieceTrail.mat.meta ├── Prefabs.meta ├── Prefabs │ ├── Piece.prefab │ └── Piece.prefab.meta ├── Resources.meta ├── Resources │ ├── Images.meta │ ├── Images │ │ ├── eye.meta │ │ ├── eye │ │ │ ├── EYEBALL_LOOKAROUND_1.png │ │ │ ├── EYEBALL_LOOKAROUND_1.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_10.png │ │ │ ├── EYEBALL_LOOKAROUND_10.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_11.png │ │ │ ├── EYEBALL_LOOKAROUND_11.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_12.png │ │ │ ├── EYEBALL_LOOKAROUND_12.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_13.png │ │ │ ├── EYEBALL_LOOKAROUND_13.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_14.png │ │ │ ├── EYEBALL_LOOKAROUND_14.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_15.png │ │ │ ├── EYEBALL_LOOKAROUND_15.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_16.png │ │ │ ├── EYEBALL_LOOKAROUND_16.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_17.png │ │ │ ├── EYEBALL_LOOKAROUND_17.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_18.png │ │ │ ├── EYEBALL_LOOKAROUND_18.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_19.png │ │ │ ├── EYEBALL_LOOKAROUND_19.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_2.png │ │ │ ├── EYEBALL_LOOKAROUND_2.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_20.png │ │ │ ├── EYEBALL_LOOKAROUND_20.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_21.png │ │ │ ├── EYEBALL_LOOKAROUND_21.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_22.png │ │ │ ├── EYEBALL_LOOKAROUND_22.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_23.png │ │ │ ├── EYEBALL_LOOKAROUND_23.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_3.png │ │ │ ├── EYEBALL_LOOKAROUND_3.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_4.png │ │ │ ├── EYEBALL_LOOKAROUND_4.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_5.png │ │ │ ├── EYEBALL_LOOKAROUND_5.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_6.png │ │ │ ├── EYEBALL_LOOKAROUND_6.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_7.png │ │ │ ├── EYEBALL_LOOKAROUND_7.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_8.png │ │ │ ├── EYEBALL_LOOKAROUND_8.png.meta │ │ │ ├── EYEBALL_LOOKAROUND_9.png │ │ │ └── EYEBALL_LOOKAROUND_9.png.meta │ │ ├── glow.meta │ │ └── glow │ │ │ ├── EYEBALL_GLARE_1.png │ │ │ ├── EYEBALL_GLARE_1.png.meta │ │ │ ├── EYEBALL_GLARE_2.png │ │ │ ├── EYEBALL_GLARE_2.png.meta │ │ │ ├── EYEBALL_GLARE_3.png │ │ │ └── EYEBALL_GLARE_3.png.meta │ ├── Material.meta │ └── Material │ │ ├── GuideLine.mat │ │ └── GuideLine.mat.meta ├── Scenes.meta ├── Scenes │ ├── Main.unity │ └── Main.unity.meta ├── Scripts.meta └── Scripts │ ├── BoardUtils.cs │ ├── BoardUtils.cs.meta │ ├── Engine.meta │ ├── Engine │ ├── Board.cs │ ├── Board.cs.meta │ ├── GameEngine.cs │ ├── GameEngine.cs.meta │ ├── IGameView.cs │ ├── IGameView.cs.meta │ ├── NormalPiece.cs │ ├── NormalPiece.cs.meta │ ├── Piece.cs │ ├── Piece.cs.meta │ ├── PiecesLine.cs │ ├── PiecesLine.cs.meta │ ├── RandomPicker.cs │ ├── RandomPicker.cs.meta │ ├── SpecialPiece.cs │ └── SpecialPiece.cs.meta │ ├── Shaders.meta │ ├── Shaders │ ├── DesaturationAndBrightnessWithColor.shader │ └── DesaturationAndBrightnessWithColor.shader.meta │ ├── Utils.meta │ ├── Utils │ ├── AssetController.cs │ ├── AssetController.cs.meta │ ├── Chain.meta │ ├── Chain │ │ ├── Chain.cs │ │ ├── Chain.cs.meta │ │ ├── ChainBlock.cs │ │ └── ChainBlock.cs.meta │ ├── MainThread.cs │ ├── MainThread.cs.meta │ ├── PieceGlow.cs │ ├── PieceGlow.cs.meta │ ├── Pooling.meta │ ├── Pooling │ │ ├── IPooling.cs │ │ ├── IPooling.cs.meta │ │ ├── Pooling.cs │ │ ├── Pooling.cs.meta │ │ ├── PoolingObject.cs │ │ └── PoolingObject.cs.meta │ ├── SequenceAnimation2D.cs │ └── SequenceAnimation2D.cs.meta │ ├── View.meta │ └── View │ ├── AimController.cs │ ├── AimController.cs.meta │ ├── BoardView.cs │ ├── BoardView.cs.meta │ ├── GameView.cs │ ├── GameView.cs.meta │ ├── PieceView.cs │ ├── PieceView.cs.meta │ ├── PiecesController.cs │ └── PiecesController.cs.meta ├── LICENSE ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset ├── README.md └── gameimage └── gameplay.gif /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.XML -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween43.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween43.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween46.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween46.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.xml -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/DOTween50.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/DOTween50.xml.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Basics.cs -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Basics.cs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Basics.unity -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Basics.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Basics.unity.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.cs -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.cs.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.unity -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/Examples/Sequences.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/Examples/Sequences.unity.meta -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/readme.txt -------------------------------------------------------------------------------- /Assets/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Demigiant/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /Assets/Images.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/BG.png -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/BG.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/BG.png.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/CHAIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/CHAIN.png -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/CHAIN.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/CHAIN.png.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/ROOF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/ROOF.png -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/ROOF.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/ROOF.png.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/WOOD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/WOOD.png -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BG/WOOD.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BG/WOOD.png.meta -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BUBBLE_OVERALL_GUIDELINE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BUBBLE_OVERALL_GUIDELINE.png -------------------------------------------------------------------------------- /Assets/Images/BUBBLE GAME/BUBBLE_OVERALL_GUIDELINE.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/BUBBLE GAME/BUBBLE_OVERALL_GUIDELINE.png.meta -------------------------------------------------------------------------------- /Assets/Images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/arrow.png -------------------------------------------------------------------------------- /Assets/Images/arrow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/arrow.png.meta -------------------------------------------------------------------------------- /Assets/Images/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/circle.png -------------------------------------------------------------------------------- /Assets/Images/circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/circle.png.meta -------------------------------------------------------------------------------- /Assets/Images/red_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/red_dot.png -------------------------------------------------------------------------------- /Assets/Images/red_dot.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/red_dot.png.meta -------------------------------------------------------------------------------- /Assets/Images/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/white.png -------------------------------------------------------------------------------- /Assets/Images/white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Images/white.png.meta -------------------------------------------------------------------------------- /Assets/Material.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Material.meta -------------------------------------------------------------------------------- /Assets/Material/Eye.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Material/Eye.mat -------------------------------------------------------------------------------- /Assets/Material/Eye.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Material/Eye.mat.meta -------------------------------------------------------------------------------- /Assets/Material/PieceTrail.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Material/PieceTrail.mat -------------------------------------------------------------------------------- /Assets/Material/PieceTrail.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Material/PieceTrail.mat.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Piece.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Prefabs/Piece.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Piece.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Prefabs/Piece.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/Resources/Images.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_1.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_1.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_10.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_11.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_11.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_11.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_12.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_12.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_12.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_13.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_13.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_13.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_14.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_14.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_14.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_15.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_15.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_15.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_16.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_16.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_16.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_17.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_17.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_17.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_18.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_18.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_18.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_19.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_19.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_19.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_2.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_2.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_20.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_20.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_20.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_21.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_21.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_21.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_22.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_22.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_22.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_23.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_23.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_23.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_3.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_3.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_4.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_4.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_5.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_5.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_6.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_6.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_7.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_7.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_7.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_8.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_8.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_8.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_9.png -------------------------------------------------------------------------------- /Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_9.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/eye/EYEBALL_LOOKAROUND_9.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/glow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_1.png -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_1.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_2.png -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_2.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_3.png -------------------------------------------------------------------------------- /Assets/Resources/Images/glow/EYEBALL_GLARE_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Images/glow/EYEBALL_GLARE_3.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Material.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Material.meta -------------------------------------------------------------------------------- /Assets/Resources/Material/GuideLine.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Material/GuideLine.mat -------------------------------------------------------------------------------- /Assets/Resources/Material/GuideLine.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Resources/Material/GuideLine.mat.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/Main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scenes/Main.unity -------------------------------------------------------------------------------- /Assets/Scenes/Main.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scenes/Main.unity.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/BoardUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/BoardUtils.cs -------------------------------------------------------------------------------- /Assets/Scripts/BoardUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/BoardUtils.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/Board.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/Board.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/Board.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/Board.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/GameEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/GameEngine.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/GameEngine.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/GameEngine.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/IGameView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/IGameView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/IGameView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/IGameView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/NormalPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/NormalPiece.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/NormalPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/NormalPiece.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/Piece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/Piece.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/Piece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/Piece.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/PiecesLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/PiecesLine.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/PiecesLine.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/PiecesLine.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/RandomPicker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/RandomPicker.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/RandomPicker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/RandomPicker.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Engine/SpecialPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/SpecialPiece.cs -------------------------------------------------------------------------------- /Assets/Scripts/Engine/SpecialPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Engine/SpecialPiece.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /Assets/Scripts/Shaders/DesaturationAndBrightnessWithColor.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Shaders/DesaturationAndBrightnessWithColor.shader -------------------------------------------------------------------------------- /Assets/Scripts/Shaders/DesaturationAndBrightnessWithColor.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Shaders/DesaturationAndBrightnessWithColor.shader.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/AssetController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/AssetController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/AssetController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/AssetController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Chain.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Chain.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Chain/Chain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Chain/Chain.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Chain/Chain.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Chain/Chain.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Chain/ChainBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Chain/ChainBlock.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Chain/ChainBlock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Chain/ChainBlock.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/MainThread.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/MainThread.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/MainThread.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/MainThread.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/PieceGlow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/PieceGlow.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/PieceGlow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/PieceGlow.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/IPooling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/IPooling.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/IPooling.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/IPooling.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/Pooling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/Pooling.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/Pooling.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/Pooling.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/PoolingObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/PoolingObject.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Pooling/PoolingObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/Pooling/PoolingObject.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/SequenceAnimation2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/SequenceAnimation2D.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/SequenceAnimation2D.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/Utils/SequenceAnimation2D.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/View.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View.meta -------------------------------------------------------------------------------- /Assets/Scripts/View/AimController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/AimController.cs -------------------------------------------------------------------------------- /Assets/Scripts/View/AimController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/AimController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/View/BoardView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/BoardView.cs -------------------------------------------------------------------------------- /Assets/Scripts/View/BoardView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/BoardView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/View/GameView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/GameView.cs -------------------------------------------------------------------------------- /Assets/Scripts/View/GameView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/GameView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/View/PieceView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/PieceView.cs -------------------------------------------------------------------------------- /Assets/Scripts/View/PieceView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/PieceView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/View/PiecesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/PiecesController.cs -------------------------------------------------------------------------------- /Assets/Scripts/View/PiecesController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Assets/Scripts/View/PiecesController.cs.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.5f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/README.md -------------------------------------------------------------------------------- /gameimage/gameplay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukarillo/UnityBust-a-Move/HEAD/gameimage/gameplay.gif --------------------------------------------------------------------------------