├── .gitattributes ├── .gitignore ├── Assets ├── MIU.meta └── MIU │ ├── Example.meta │ ├── Example │ ├── LearningToRoll.meta │ ├── LearningToRoll.unity │ ├── LearningToRoll.unity.meta │ ├── LearningToRoll │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── Lightmap-0_comp_light.exr │ │ ├── Lightmap-0_comp_light.exr.meta │ │ ├── Lightmap-0_comp_shadowmask.png │ │ └── Lightmap-0_comp_shadowmask.png.meta │ ├── learningtoroll.level │ └── learningtoroll.level.meta │ ├── Internal.meta │ ├── Internal │ ├── Meshes.meta │ ├── Meshes │ │ ├── Arch.fbx │ │ ├── Arch.fbx.meta │ │ ├── ArchCollision.fbx │ │ ├── ArchCollision.fbx.meta │ │ ├── Asteroid01.fbx │ │ ├── Asteroid01.fbx.meta │ │ ├── AutoMoverTemplate.fbx │ │ ├── AutoMoverTemplate.fbx.meta │ │ ├── Basher.fbx │ │ ├── Basher.fbx.meta │ │ ├── BasherCollision.fbx │ │ ├── BasherCollision.fbx.meta │ │ ├── FX.meta │ │ ├── FX │ │ │ ├── OcotgonMapped.fbx │ │ │ ├── OcotgonMapped.fbx.meta │ │ │ ├── ShapeParticleBox003.fbx │ │ │ ├── ShapeParticleBox003.fbx.meta │ │ │ ├── ShapeParticleBox004.fbx │ │ │ ├── ShapeParticleBox004.fbx.meta │ │ │ ├── ShapeParticleBox01.fbx │ │ │ ├── ShapeParticleBox01.fbx.meta │ │ │ ├── ShapeParticleBox02.fbx │ │ │ ├── ShapeParticleBox02.fbx.meta │ │ │ ├── ShapeParticleTriangleFlat02.fbx │ │ │ ├── ShapeParticleTriangleFlat02.fbx.meta │ │ │ ├── ShapeParticle_001.fbx │ │ │ ├── ShapeParticle_001.fbx.meta │ │ │ ├── ShapeParticle_Ring01.fbx │ │ │ ├── ShapeParticle_Ring01.fbx.meta │ │ │ ├── ShapeParticle_Ring02.fbx │ │ │ ├── ShapeParticle_Ring02.fbx.meta │ │ │ ├── ShapeParticle_Ring03.fbx │ │ │ └── ShapeParticle_Ring03.fbx.meta │ │ ├── LearningToRoll.fbx │ │ ├── LearningToRoll.fbx.meta │ │ ├── Platforms.meta │ │ ├── Platforms │ │ │ ├── 2 Tile Wide.meta │ │ │ ├── 2 Tile Wide │ │ │ │ ├── Arch Short.obj │ │ │ │ ├── Arch Short.obj.meta │ │ │ │ ├── Curve Up Capped.obj │ │ │ │ ├── Curve Up Capped.obj.meta │ │ │ │ ├── Curve Up Segment.obj │ │ │ │ ├── Curve Up Segment.obj.meta │ │ │ │ ├── Intersection 3-way.obj │ │ │ │ ├── Intersection 3-way.obj.meta │ │ │ │ ├── Intersection 4-way.obj │ │ │ │ ├── Intersection 4-way.obj.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── Arch_Short_0Mat.mat │ │ │ │ │ ├── Arch_Short_0Mat.mat.meta │ │ │ │ │ ├── Arch_Short_1Mat.mat │ │ │ │ │ ├── Arch_Short_1Mat.mat.meta │ │ │ │ │ ├── Arch_Short_2Mat.mat │ │ │ │ │ ├── Arch_Short_2Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Capped_0Mat.mat │ │ │ │ │ ├── Curve_Up_Capped_0Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Capped_1Mat.mat │ │ │ │ │ ├── Curve_Up_Capped_1Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Capped_2Mat.mat │ │ │ │ │ ├── Curve_Up_Capped_2Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Segment_0Mat.mat │ │ │ │ │ ├── Curve_Up_Segment_0Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Segment_1Mat.mat │ │ │ │ │ ├── Curve_Up_Segment_1Mat.mat.meta │ │ │ │ │ ├── Curve_Up_Segment_2Mat.mat │ │ │ │ │ ├── Curve_Up_Segment_2Mat.mat.meta │ │ │ │ │ ├── Intersection_3-way_0Mat.mat │ │ │ │ │ ├── Intersection_3-way_0Mat.mat.meta │ │ │ │ │ ├── Intersection_3-way_1Mat.mat │ │ │ │ │ ├── Intersection_3-way_1Mat.mat.meta │ │ │ │ │ ├── Intersection_3-way_2Mat.mat │ │ │ │ │ ├── Intersection_3-way_2Mat.mat.meta │ │ │ │ │ ├── Intersection_4-way_0Mat.mat │ │ │ │ │ ├── Intersection_4-way_0Mat.mat.meta │ │ │ │ │ ├── Intersection_4-way_1Mat.mat │ │ │ │ │ ├── Intersection_4-way_1Mat.mat.meta │ │ │ │ │ ├── Intersection_4-way_2Mat.mat │ │ │ │ │ ├── Intersection_4-way_2Mat.mat.meta │ │ │ │ │ ├── Platform_2_0Mat.mat │ │ │ │ │ ├── Platform_2_0Mat.mat.meta │ │ │ │ │ ├── Platform_2_1Mat.mat │ │ │ │ │ ├── Platform_2_1Mat.mat.meta │ │ │ │ │ ├── Platform_2_2Mat.mat │ │ │ │ │ ├── Platform_2_2Mat.mat.meta │ │ │ │ │ ├── Platform_3_0Mat.mat │ │ │ │ │ ├── Platform_3_0Mat.mat.meta │ │ │ │ │ ├── Platform_3_1Mat.mat │ │ │ │ │ ├── Platform_3_1Mat.mat.meta │ │ │ │ │ ├── Platform_3_2Mat.mat │ │ │ │ │ ├── Platform_3_2Mat.mat.meta │ │ │ │ │ ├── Platform_4_0Mat.mat │ │ │ │ │ ├── Platform_4_0Mat.mat.meta │ │ │ │ │ ├── Platform_4_1Mat.mat │ │ │ │ │ ├── Platform_4_1Mat.mat.meta │ │ │ │ │ ├── Platform_4_2Mat.mat │ │ │ │ │ ├── Platform_4_2Mat.mat.meta │ │ │ │ │ ├── Platform_5_0Mat.mat │ │ │ │ │ ├── Platform_5_0Mat.mat.meta │ │ │ │ │ ├── Platform_5_1Mat.mat │ │ │ │ │ ├── Platform_5_1Mat.mat.meta │ │ │ │ │ ├── Platform_5_2Mat.mat │ │ │ │ │ ├── Platform_5_2Mat.mat.meta │ │ │ │ │ ├── Ramp_2_0Mat.mat │ │ │ │ │ ├── Ramp_2_0Mat.mat.meta │ │ │ │ │ ├── Ramp_2_1Mat.mat │ │ │ │ │ ├── Ramp_2_1Mat.mat.meta │ │ │ │ │ ├── Ramp_2_2Mat.mat │ │ │ │ │ ├── Ramp_2_2Mat.mat.meta │ │ │ │ │ ├── Ramp_3_0Mat.mat │ │ │ │ │ ├── Ramp_3_0Mat.mat.meta │ │ │ │ │ ├── Ramp_3_1Mat.mat │ │ │ │ │ ├── Ramp_3_1Mat.mat.meta │ │ │ │ │ ├── Ramp_3_2Mat.mat │ │ │ │ │ ├── Ramp_3_2Mat.mat.meta │ │ │ │ │ ├── Ramp_4_0Mat.mat │ │ │ │ │ ├── Ramp_4_0Mat.mat.meta │ │ │ │ │ ├── Ramp_4_1Mat.mat │ │ │ │ │ ├── Ramp_4_1Mat.mat.meta │ │ │ │ │ ├── Ramp_4_2Mat.mat │ │ │ │ │ ├── Ramp_4_2Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_3_0Mat.mat │ │ │ │ │ ├── Ramp_Curved_3_0Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_3_1Mat.mat │ │ │ │ │ ├── Ramp_Curved_3_1Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_3_2Mat.mat │ │ │ │ │ ├── Ramp_Curved_3_2Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_4_0Mat.mat │ │ │ │ │ ├── Ramp_Curved_4_0Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_4_1Mat.mat │ │ │ │ │ ├── Ramp_Curved_4_1Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_4_2Mat.mat │ │ │ │ │ ├── Ramp_Curved_4_2Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_8_0Mat.mat │ │ │ │ │ ├── Ramp_Curved_8_0Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_8_1Mat.mat │ │ │ │ │ ├── Ramp_Curved_8_1Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_8_2Mat.mat │ │ │ │ │ ├── Ramp_Curved_8_2Mat.mat.meta │ │ │ │ │ ├── Ramp_Curved_8_3Mat.mat │ │ │ │ │ ├── Ramp_Curved_8_3Mat.mat.meta │ │ │ │ │ ├── Segment_2_0Mat.mat │ │ │ │ │ ├── Segment_2_0Mat.mat.meta │ │ │ │ │ ├── Segment_2_1Mat.mat │ │ │ │ │ ├── Segment_2_1Mat.mat.meta │ │ │ │ │ ├── Segment_2_2Mat.mat │ │ │ │ │ ├── Segment_2_2Mat.mat.meta │ │ │ │ │ ├── Segment_3_0Mat.mat │ │ │ │ │ ├── Segment_3_0Mat.mat.meta │ │ │ │ │ ├── Segment_3_1Mat.mat │ │ │ │ │ ├── Segment_3_1Mat.mat.meta │ │ │ │ │ ├── Segment_3_2Mat.mat │ │ │ │ │ ├── Segment_3_2Mat.mat.meta │ │ │ │ │ ├── Segment_4_0Mat.mat │ │ │ │ │ ├── Segment_4_0Mat.mat.meta │ │ │ │ │ ├── Segment_4_1Mat.mat │ │ │ │ │ ├── Segment_4_1Mat.mat.meta │ │ │ │ │ ├── Segment_4_2Mat.mat │ │ │ │ │ ├── Segment_4_2Mat.mat.meta │ │ │ │ │ ├── Segment_5_0Mat.mat │ │ │ │ │ ├── Segment_5_0Mat.mat.meta │ │ │ │ │ ├── Segment_5_1Mat.mat │ │ │ │ │ ├── Segment_5_1Mat.mat.meta │ │ │ │ │ ├── Segment_5_2Mat.mat │ │ │ │ │ ├── Segment_5_2Mat.mat.meta │ │ │ │ │ ├── Turn_0Mat.mat │ │ │ │ │ ├── Turn_0Mat.mat.meta │ │ │ │ │ ├── Turn_1Mat.mat │ │ │ │ │ ├── Turn_1Mat.mat.meta │ │ │ │ │ ├── Turn_2Mat.mat │ │ │ │ │ └── Turn_2Mat.mat.meta │ │ │ │ ├── Platform 2.obj │ │ │ │ ├── Platform 2.obj.meta │ │ │ │ ├── Platform 3.obj │ │ │ │ ├── Platform 3.obj.meta │ │ │ │ ├── Platform 4.obj │ │ │ │ ├── Platform 4.obj.meta │ │ │ │ ├── Platform 5.obj │ │ │ │ ├── Platform 5.obj.meta │ │ │ │ ├── Platform Corner.fbx │ │ │ │ ├── Platform Corner.fbx.meta │ │ │ │ ├── Ramp 2.obj │ │ │ │ ├── Ramp 2.obj.meta │ │ │ │ ├── Ramp 3.obj │ │ │ │ ├── Ramp 3.obj.meta │ │ │ │ ├── Ramp 4.obj │ │ │ │ ├── Ramp 4.obj.meta │ │ │ │ ├── Ramp Curved 3.obj │ │ │ │ ├── Ramp Curved 3.obj.meta │ │ │ │ ├── Ramp Curved 4.obj │ │ │ │ ├── Ramp Curved 4.obj.meta │ │ │ │ ├── Ramp Curved 8.obj │ │ │ │ ├── Ramp Curved 8.obj.meta │ │ │ │ ├── Segment 2.obj │ │ │ │ ├── Segment 2.obj.meta │ │ │ │ ├── Segment 3.obj │ │ │ │ ├── Segment 3.obj.meta │ │ │ │ ├── Segment 4.obj │ │ │ │ ├── Segment 4.obj.meta │ │ │ │ ├── Segment 5.obj │ │ │ │ ├── Segment 5.obj.meta │ │ │ │ ├── Turn.obj │ │ │ │ └── Turn.obj.meta │ │ │ ├── Misc.meta │ │ │ └── Misc │ │ │ │ ├── Block 1x1.obj │ │ │ │ ├── Block 1x1.obj.meta │ │ │ │ ├── Block 2x1.obj │ │ │ │ ├── Block 2x1.obj.meta │ │ │ │ ├── Block L.obj │ │ │ │ ├── Block L.obj.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── Block_1x1_0Mat.mat │ │ │ │ ├── Block_1x1_0Mat.mat.meta │ │ │ │ ├── Block_1x1_1Mat.mat │ │ │ │ ├── Block_1x1_1Mat.mat.meta │ │ │ │ ├── Block_2x1_0Mat.mat │ │ │ │ ├── Block_2x1_0Mat.mat.meta │ │ │ │ ├── Block_2x1_1Mat.mat │ │ │ │ ├── Block_2x1_1Mat.mat.meta │ │ │ │ ├── Block_L_0Mat.mat │ │ │ │ ├── Block_L_0Mat.mat.meta │ │ │ │ ├── Block_L_1Mat.mat │ │ │ │ ├── Block_L_1Mat.mat.meta │ │ │ │ ├── Pyramid_2x2_0Mat.mat │ │ │ │ ├── Pyramid_2x2_0Mat.mat.meta │ │ │ │ ├── Pyramid_2x2_1Mat.mat │ │ │ │ ├── Pyramid_2x2_1Mat.mat.meta │ │ │ │ ├── Pyramid_2x2_2Mat.mat │ │ │ │ ├── Pyramid_2x2_2Mat.mat.meta │ │ │ │ ├── Pyramid_Platform_2x2_0Mat.mat │ │ │ │ ├── Pyramid_Platform_2x2_0Mat.mat.meta │ │ │ │ ├── Pyramid_Platform_2x2_1Mat.mat │ │ │ │ ├── Pyramid_Platform_2x2_1Mat.mat.meta │ │ │ │ ├── Pyramid_Platform_2x2_2Mat.mat │ │ │ │ ├── Pyramid_Platform_2x2_2Mat.mat.meta │ │ │ │ ├── Segment_1_0Mat.mat │ │ │ │ ├── Segment_1_0Mat.mat.meta │ │ │ │ ├── Segment_1_1Mat.mat │ │ │ │ ├── Segment_1_1Mat.mat.meta │ │ │ │ ├── Segment_1_2Mat.mat │ │ │ │ ├── Segment_1_2Mat.mat.meta │ │ │ │ ├── Trim_EndMat.mat │ │ │ │ ├── Trim_EndMat.mat.meta │ │ │ │ ├── Trim_End_CautionMat.mat │ │ │ │ └── Trim_End_CautionMat.mat.meta │ │ │ │ ├── Pyramid 2x2.obj │ │ │ │ ├── Pyramid 2x2.obj.meta │ │ │ │ ├── Pyramid Platform 2x2.obj │ │ │ │ ├── Pyramid Platform 2x2.obj.meta │ │ │ │ ├── Segment 1.obj │ │ │ │ ├── Segment 1.obj.meta │ │ │ │ ├── Trim End Caution.obj │ │ │ │ ├── Trim End Caution.obj.meta │ │ │ │ ├── Trim End.obj │ │ │ │ ├── Trim End.obj.meta │ │ │ │ ├── Trim Single.fbx │ │ │ │ └── Trim Single.fbx.meta │ │ ├── Rock1.fbx │ │ ├── Rock1.fbx.meta │ │ ├── Rock2.fbx │ │ ├── Rock2.fbx.meta │ │ ├── RotatePlatform.fbx │ │ ├── RotatePlatform.fbx.meta │ │ ├── SmallLifter.fbx │ │ ├── SmallLifter.fbx.meta │ │ ├── TriGirder.fbx │ │ ├── TriGirder.fbx.meta │ │ ├── Visualization.meta │ │ └── Visualization │ │ │ ├── BumperVis.meta │ │ │ ├── BumperVis │ │ │ ├── BumperCap.mat │ │ │ ├── BumperCap.mat.meta │ │ │ ├── BumperMetal.mat │ │ │ ├── BumperMetal.mat.meta │ │ │ ├── BumperTiny.fbx │ │ │ └── BumperTiny.fbx.meta │ │ │ ├── PadVis.meta │ │ │ ├── PadVis │ │ │ ├── ArrowIcon_FadeOut.png │ │ │ ├── ArrowIcon_FadeOut.png.meta │ │ │ ├── PadLowPoly.fbx │ │ │ └── PadLowPoly.fbx.meta │ │ │ ├── PickupVis.meta │ │ │ └── PickupVis │ │ │ ├── EggCase.fbx │ │ │ ├── EggCase.fbx.meta │ │ │ ├── Gem.fbx │ │ │ ├── Gem.fbx.meta │ │ │ ├── SuperJump.fbx │ │ │ ├── SuperJump.fbx.meta │ │ │ ├── SuperSpeed.fbx │ │ │ ├── SuperSpeed.fbx.meta │ │ │ ├── TimeTravel.fbx │ │ │ ├── TimeTravel.fbx.meta │ │ │ ├── Wings.fbx │ │ │ ├── Wings.fbx.meta │ │ │ ├── _MatCase.mat │ │ │ ├── _MatCase.mat.meta │ │ │ ├── _MatGem.mat │ │ │ ├── _MatGem.mat.meta │ │ │ ├── _MatJump.mat │ │ │ ├── _MatJump.mat.meta │ │ │ ├── _MatSpeed.mat │ │ │ ├── _MatSpeed.mat.meta │ │ │ ├── _MatTT.mat │ │ │ ├── _MatTT.mat.meta │ │ │ ├── _MatWing.mat │ │ │ └── _MatWing.mat.meta │ ├── Plugins.meta │ ├── Plugins │ │ ├── MIULevelKit.dll │ │ └── MIULevelKit.dll.meta │ ├── ProBuilderRef.asmdef │ ├── ProBuilderRef.asmdef.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Boost.prefab │ │ ├── Boost.prefab.meta │ │ ├── Bumper.prefab │ │ ├── Bumper.prefab.meta │ │ ├── Easter Egg.prefab │ │ ├── Easter Egg.prefab.meta │ │ ├── EndPad.prefab │ │ ├── EndPad.prefab.meta │ │ ├── Featherfall.prefab │ │ ├── Featherfall.prefab.meta │ │ ├── Gem.prefab │ │ ├── Gem.prefab.meta │ │ ├── Jump.prefab │ │ ├── Jump.prefab.meta │ │ ├── MIU_Skybox.jpeg │ │ ├── MIU_Skybox.jpeg.meta │ │ ├── MapComponents.asset │ │ ├── MapComponents.asset.meta │ │ ├── Sky001.mat │ │ ├── Sky001.mat.meta │ │ ├── StartPad.prefab │ │ ├── StartPad.prefab.meta │ │ ├── TimeTravel.prefab │ │ ├── TimeTravel.prefab.meta │ │ ├── bigcrystal_icon.png │ │ ├── bigcrystal_icon.png.meta │ │ ├── checkpoint_icon.png │ │ ├── checkpoint_icon.png.meta │ │ ├── endpad_icon.png │ │ ├── endpad_icon.png.meta │ │ ├── marble_size_reference.prefab │ │ ├── marble_size_reference.prefab.meta │ │ ├── mpspawn_icon.png │ │ ├── mpspawn_icon.png.meta │ │ ├── sign_continuous.png │ │ ├── sign_continuous.png.meta │ │ ├── sign_curve.png │ │ ├── sign_curve.png.meta │ │ ├── sign_drop.png │ │ ├── sign_drop.png.meta │ │ ├── sign_fork.png │ │ ├── sign_fork.png.meta │ │ ├── sign_hazard.png │ │ ├── sign_hazard.png.meta │ │ ├── sign_ice.png │ │ ├── sign_ice.png.meta │ │ ├── sign_left.png │ │ ├── sign_left.png.meta │ │ ├── sign_right.png │ │ ├── sign_right.png.meta │ │ ├── sign_steep.png │ │ └── sign_steep.png.meta │ ├── Textures.meta │ ├── Textures │ │ ├── CloudParticle_template.png │ │ ├── CloudParticle_template.png.meta │ │ ├── CrushLava.png │ │ ├── CrushLava.png.meta │ │ ├── EdgeTile_Template.png │ │ ├── EdgeTile_Template.png.meta │ │ ├── FillC_template.png │ │ ├── FillC_template.png.meta │ │ ├── FillD_Template.png │ │ ├── FillD_Template.png.meta │ │ ├── TileHalfHeight.png │ │ ├── TileHalfHeight.png.meta │ │ ├── TileHalfWidth.png │ │ ├── TileHalfWidth.png.meta │ │ ├── Trim03-Template.png │ │ ├── Trim03-Template.png.meta │ │ ├── Tunnel1.png │ │ ├── Tunnel1.png.meta │ │ ├── Tunnel2.tga │ │ ├── Tunnel2.tga.meta │ │ ├── basherface_template.png │ │ ├── basherface_template.png.meta │ │ ├── ice_template.png │ │ ├── ice_template.png.meta │ │ ├── marble_reference.png │ │ ├── marble_reference.png.meta │ │ ├── metaltile_template.png │ │ ├── metaltile_template.png.meta │ │ ├── rock_template.png │ │ ├── rock_template.png.meta │ │ ├── stars_template.png │ │ ├── stars_template.png.meta │ │ ├── stoneblock_template.png │ │ ├── stoneblock_template.png.meta │ │ ├── tile_template.png │ │ ├── tile_template.png.meta │ │ ├── tilecircle_template.png │ │ ├── tilecircle_template.png.meta │ │ ├── tilegrid_template.png │ │ ├── tilegrid_template.png.meta │ │ ├── tilesquare_template.png │ │ ├── tilesquare_template.png.meta │ │ ├── trim6_template.png │ │ ├── trim6_template.png.meta │ │ ├── trim_template.png │ │ └── trim_template.png.meta │ ├── _Source.meta │ └── _Source │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── EasyButtons.meta │ │ ├── EasyButtons │ │ │ ├── ButtonEditor.cs │ │ │ ├── ButtonEditor.cs.meta │ │ │ ├── EasyButtonsEditorExtensions.cs │ │ │ └── EasyButtonsEditorExtensions.cs.meta │ │ ├── MapExporter.cs │ │ ├── MapExporter.cs.meta │ │ ├── ObjectCreator.cs │ │ ├── ObjectCreator.cs.meta │ │ ├── QuadUV.cs │ │ ├── QuadUV.cs.meta │ │ ├── SplineDrawViewer.cs │ │ └── SplineDrawViewer.cs.meta │ │ ├── FX.meta │ │ ├── FX │ │ ├── MeshTunnelAnimator.cs │ │ ├── MeshTunnelAnimator.cs.meta │ │ ├── TunnelMeshAdditive.shader │ │ └── TunnelMeshAdditive.shader.meta │ │ ├── GameComponents.meta │ │ ├── GameComponents │ │ ├── ElevatorMover.cs │ │ ├── ElevatorMover.cs.meta │ │ ├── IgnoreObject.cs │ │ ├── IgnoreObject.cs.meta │ │ ├── LevelTiming.cs │ │ ├── LevelTiming.cs.meta │ │ ├── PlayModifiers.cs │ │ ├── PlayModifiers.cs.meta │ │ ├── TutorialMessage.cs │ │ └── TutorialMessage.cs.meta │ │ ├── LevelSerializer.cs │ │ ├── LevelSerializer.cs.meta │ │ ├── LevelStructs.cs │ │ ├── LevelStructs.cs.meta │ │ ├── MIUSerializer.cs │ │ ├── MIUSerializer.cs.meta │ │ ├── MIUSerializer_Auto.cs │ │ ├── MIUSerializer_Auto.cs.meta │ │ ├── MapComponents.cs │ │ ├── MapComponents.cs.meta │ │ ├── Misc.meta │ │ └── Misc │ │ ├── ButtonAttribute.cs │ │ ├── ButtonAttribute.cs.meta │ │ ├── SimpleJSON.cs │ │ ├── SimpleJSON.cs.meta │ │ ├── SplineDrawer.cs │ │ └── SplineDrawer.cs.meta │ ├── Level Materials.meta │ ├── Level Materials │ ├── FX.meta │ ├── FX │ │ ├── Cloud02Soft.mat │ │ ├── Cloud02Soft.mat.meta │ │ ├── GlowingDustStarField.mat │ │ ├── GlowingDustStarField.mat.meta │ │ ├── GravityDust.mat │ │ ├── GravityDust.mat.meta │ │ ├── Particles_Speck.mat │ │ ├── Particles_Speck.mat.meta │ │ ├── Sparkle02.mat │ │ ├── Sparkle02.mat.meta │ │ ├── SparkleStarField.mat │ │ ├── SparkleStarField.mat.meta │ │ ├── Tunnels.meta │ │ └── Tunnels │ │ │ ├── ShapeParticle_001.mat │ │ │ ├── ShapeParticle_001.mat.meta │ │ │ ├── ShapeParticle_005.mat │ │ │ ├── ShapeParticle_005.mat.meta │ │ │ ├── ShapeParticle_1Red.mat │ │ │ └── ShapeParticle_1Red.mat.meta │ ├── Geometry.meta │ ├── Geometry │ │ ├── Arch.mat │ │ ├── Arch.mat.meta │ │ ├── Fills.meta │ │ ├── Fills │ │ │ ├── Fill01-C Local.mat │ │ │ ├── Fill01-C Local.mat.meta │ │ │ ├── Fill01-C.mat │ │ │ ├── Fill01-C.mat.meta │ │ │ ├── Fill01-D.mat │ │ │ ├── Fill01-D.mat.meta │ │ │ ├── Fill01-E-Lrg.mat │ │ │ ├── Fill01-E-Lrg.mat.meta │ │ │ ├── Fill01-E-Med.mat │ │ │ ├── Fill01-E-Med.mat.meta │ │ │ ├── Fill01-E.mat │ │ │ └── Fill01-E.mat.meta │ │ ├── IceCrystalGemMat.mat │ │ ├── IceCrystalGemMat.mat.meta │ │ ├── MetalTile05.mat │ │ ├── MetalTile05.mat.meta │ │ ├── MetalTile06.mat │ │ ├── MetalTile06.mat.meta │ │ ├── StoneWall.meta │ │ └── StoneWall │ │ │ ├── StoneBlock01.mat │ │ │ ├── StoneBlock01.mat.meta │ │ │ ├── StoneBlock02.mat │ │ │ ├── StoneBlock02.mat.meta │ │ │ ├── StoneBlock03.mat │ │ │ ├── StoneBlock03.mat.meta │ │ │ ├── StoneBlock04.mat │ │ │ └── StoneBlock04.mat.meta │ ├── Misc.meta │ ├── Misc │ │ ├── Basher.meta │ │ ├── Basher │ │ │ ├── BlockFrame.mat │ │ │ ├── BlockFrame.mat.meta │ │ │ ├── SmasherFace01.mat │ │ │ └── SmasherFace01.mat.meta │ │ ├── Marble_Reference.mat │ │ └── Marble_Reference.mat.meta │ ├── Surfaces.meta │ ├── Surfaces │ │ ├── Lava.crush.mat │ │ ├── Lava.crush.mat.meta │ │ ├── surface.gravity.mat │ │ ├── surface.gravity.mat.meta │ │ ├── surface.lowfriction.mat │ │ └── surface.lowfriction.mat.meta │ ├── Tiles.meta │ ├── Tiles │ │ ├── Blank.meta │ │ ├── Blank │ │ │ ├── Tile01-A.mat │ │ │ ├── Tile01-A.mat.meta │ │ │ ├── Tile01-AA.mat │ │ │ ├── Tile01-AA.mat.meta │ │ │ ├── Tile01-AAA.mat │ │ │ ├── Tile01-AAA.mat.meta │ │ │ ├── Tile02-A.mat │ │ │ ├── Tile02-A.mat.meta │ │ │ ├── Tile02-AA.mat │ │ │ ├── Tile02-AA.mat.meta │ │ │ ├── Tile02-AAA.mat │ │ │ ├── Tile02-AAA.mat.meta │ │ │ ├── Tile03-A.mat │ │ │ ├── Tile03-A.mat.meta │ │ │ ├── Tile03-AA.mat │ │ │ ├── Tile03-AA.mat.meta │ │ │ ├── Tile03-AAA.mat │ │ │ ├── Tile03-AAA.mat.meta │ │ │ ├── Tile04-A.mat │ │ │ ├── Tile04-A.mat.meta │ │ │ ├── Tile04-AA.mat │ │ │ ├── Tile04-AA.mat.meta │ │ │ ├── Tile04-AAA.mat │ │ │ ├── Tile04-AAA.mat.meta │ │ │ ├── Tile05-A.mat │ │ │ ├── Tile05-A.mat.meta │ │ │ ├── Tile05-AA.mat │ │ │ ├── Tile05-AA.mat.meta │ │ │ ├── Tile05-AAA.mat │ │ │ ├── Tile05-AAA.mat.meta │ │ │ ├── Tile06-A.mat │ │ │ ├── Tile06-A.mat.meta │ │ │ ├── Tile06-AA.mat │ │ │ ├── Tile06-AA.mat.meta │ │ │ ├── Tile06-AAA.mat │ │ │ └── Tile06-AAA.mat.meta │ │ ├── Circle.meta │ │ ├── Circle │ │ │ ├── Tile01-D.mat │ │ │ ├── Tile01-D.mat.meta │ │ │ ├── Tile01-DD.mat │ │ │ ├── Tile01-DD.mat.meta │ │ │ ├── Tile01-DDD.mat │ │ │ ├── Tile01-DDD.mat.meta │ │ │ ├── Tile02-D.mat │ │ │ ├── Tile02-D.mat.meta │ │ │ ├── Tile02-DD.mat │ │ │ ├── Tile02-DD.mat.meta │ │ │ ├── Tile02-DDD.mat │ │ │ ├── Tile02-DDD.mat.meta │ │ │ ├── Tile03-D.mat │ │ │ ├── Tile03-D.mat.meta │ │ │ ├── Tile03-DD.mat │ │ │ ├── Tile03-DD.mat.meta │ │ │ ├── Tile03-DDD.mat │ │ │ ├── Tile03-DDD.mat.meta │ │ │ ├── Tile04-D.mat │ │ │ ├── Tile04-D.mat.meta │ │ │ ├── Tile04-DD.mat │ │ │ ├── Tile04-DD.mat.meta │ │ │ ├── Tile04-DDD.mat │ │ │ ├── Tile04-DDD.mat.meta │ │ │ ├── Tile05-D.mat │ │ │ ├── Tile05-D.mat.meta │ │ │ ├── Tile05-DD.mat │ │ │ ├── Tile05-DD.mat.meta │ │ │ ├── Tile05-DDD.mat │ │ │ ├── Tile05-DDD.mat.meta │ │ │ ├── Tile06-D.mat │ │ │ ├── Tile06-D.mat.meta │ │ │ ├── Tile06-DD.mat │ │ │ ├── Tile06-DD.mat.meta │ │ │ ├── Tile06-DDD.mat │ │ │ └── Tile06-DDD.mat.meta │ │ ├── Grid.meta │ │ ├── Grid │ │ │ ├── Tile01-C.mat │ │ │ ├── Tile01-C.mat.meta │ │ │ ├── Tile01-CC.mat │ │ │ ├── Tile01-CC.mat.meta │ │ │ ├── Tile01-CCC.mat │ │ │ ├── Tile01-CCC.mat.meta │ │ │ ├── Tile02-C.mat │ │ │ ├── Tile02-C.mat.meta │ │ │ ├── Tile02-CC.mat │ │ │ ├── Tile02-CC.mat.meta │ │ │ ├── Tile02-CCC.mat │ │ │ ├── Tile02-CCC.mat.meta │ │ │ ├── Tile03-C.mat │ │ │ ├── Tile03-C.mat.meta │ │ │ ├── Tile03-CC.mat │ │ │ ├── Tile03-CC.mat.meta │ │ │ ├── Tile03-CCC.mat │ │ │ ├── Tile03-CCC.mat.meta │ │ │ ├── Tile04-C.mat │ │ │ ├── Tile04-C.mat.meta │ │ │ ├── Tile04-CC.mat │ │ │ ├── Tile04-CC.mat.meta │ │ │ ├── Tile04-CCC.mat │ │ │ ├── Tile04-CCC.mat.meta │ │ │ ├── Tile05-C.mat │ │ │ ├── Tile05-C.mat.meta │ │ │ ├── Tile05-CC.mat │ │ │ ├── Tile05-CC.mat.meta │ │ │ ├── Tile05-CCC.mat │ │ │ ├── Tile05-CCC.mat.meta │ │ │ ├── Tile06-C.mat │ │ │ ├── Tile06-C.mat.meta │ │ │ ├── Tile06-CC.mat │ │ │ ├── Tile06-CC.mat.meta │ │ │ ├── Tile06-CCC.mat │ │ │ └── Tile06-CCC.mat.meta │ │ ├── MovingPlatforms.meta │ │ ├── MovingPlatforms │ │ │ ├── Tile01-C 1.mat │ │ │ ├── Tile01-C 1.mat.meta │ │ │ ├── Tile01-CC 1.mat │ │ │ ├── Tile01-CC 1.mat.meta │ │ │ ├── Tile01-CCC 1.mat │ │ │ ├── Tile01-CCC 1.mat.meta │ │ │ ├── Tile02-C 1.mat │ │ │ ├── Tile02-C 1.mat.meta │ │ │ ├── Tile02-CC 1.mat │ │ │ ├── Tile02-CC 1.mat.meta │ │ │ ├── Tile02-CCC 1.mat │ │ │ ├── Tile02-CCC 1.mat.meta │ │ │ ├── Tile03-C 1.mat │ │ │ ├── Tile03-C 1.mat.meta │ │ │ ├── Tile03-CC 1.mat │ │ │ ├── Tile03-CC 1.mat.meta │ │ │ ├── Tile03-CCC 1.mat │ │ │ ├── Tile03-CCC 1.mat.meta │ │ │ ├── Tile04-C 1.mat │ │ │ ├── Tile04-C 1.mat.meta │ │ │ ├── Tile04-CC 1.mat │ │ │ ├── Tile04-CC 1.mat.meta │ │ │ ├── Tile04-CCC 1.mat │ │ │ ├── Tile04-CCC 1.mat.meta │ │ │ ├── Tile05-C 1.mat │ │ │ ├── Tile05-C 1.mat.meta │ │ │ ├── Tile05-CC 1.mat │ │ │ ├── Tile05-CC 1.mat.meta │ │ │ ├── Tile05-CCC 1.mat │ │ │ ├── Tile05-CCC 1.mat.meta │ │ │ ├── Tile06-C 1.mat │ │ │ ├── Tile06-C 1.mat.meta │ │ │ ├── Tile06-CC 1.mat │ │ │ ├── Tile06-CC 1.mat.meta │ │ │ ├── Tile06-CCC 1.mat │ │ │ └── Tile06-CCC 1.mat.meta │ │ ├── Square.meta │ │ └── Square │ │ │ ├── Tile01-B.mat │ │ │ ├── Tile01-B.mat.meta │ │ │ ├── Tile01-BB.mat │ │ │ ├── Tile01-BB.mat.meta │ │ │ ├── Tile01-BBB.mat │ │ │ ├── Tile01-BBB.mat.meta │ │ │ ├── Tile02-B.mat │ │ │ ├── Tile02-B.mat.meta │ │ │ ├── Tile02-BB.mat │ │ │ ├── Tile02-BB.mat.meta │ │ │ ├── Tile02-BBB.mat │ │ │ ├── Tile02-BBB.mat.meta │ │ │ ├── Tile03-B.mat │ │ │ ├── Tile03-B.mat.meta │ │ │ ├── Tile03-BB.mat │ │ │ ├── Tile03-BB.mat.meta │ │ │ ├── Tile03-BBB.mat │ │ │ ├── Tile03-BBB.mat.meta │ │ │ ├── Tile04-B.mat │ │ │ ├── Tile04-B.mat.meta │ │ │ ├── Tile04-BB.mat │ │ │ ├── Tile04-BB.mat.meta │ │ │ ├── Tile04-BBB.mat │ │ │ ├── Tile04-BBB.mat.meta │ │ │ ├── Tile05-B.mat │ │ │ ├── Tile05-B.mat.meta │ │ │ ├── Tile05-BB.mat │ │ │ ├── Tile05-BB.mat.meta │ │ │ ├── Tile05-BBB.mat │ │ │ ├── Tile05-BBB.mat.meta │ │ │ ├── Tile06-B.mat │ │ │ ├── Tile06-B.mat.meta │ │ │ ├── Tile06-BB.mat │ │ │ ├── Tile06-BB.mat.meta │ │ │ ├── Tile06-BBB.mat │ │ │ └── Tile06-BBB.mat.meta │ ├── Trim.meta │ └── Trim │ │ ├── Edge C Half Horz.mat │ │ ├── Edge C Half Horz.mat.meta │ │ ├── Edge C Half Vert.mat │ │ ├── Edge C Half Vert.mat.meta │ │ ├── Edge C HalfWidthCorner.mat │ │ ├── Edge C HalfWidthCorner.mat.meta │ │ ├── Edge C.mat │ │ ├── Edge C.mat.meta │ │ ├── Trim001.mat │ │ ├── Trim001.mat.meta │ │ ├── Trim002.mat │ │ ├── Trim002.mat.meta │ │ ├── Trim003.mat │ │ ├── Trim003.mat.meta │ │ ├── Trim005.mat │ │ └── Trim005.mat.meta │ ├── Prefabs.meta │ └── Prefabs │ ├── FX.meta │ ├── FX │ ├── Clouds.meta │ ├── Clouds │ │ ├── CloudCluster01.prefab │ │ ├── CloudCluster01.prefab.meta │ │ ├── CloudCluster01MedSoft.prefab │ │ ├── CloudCluster01MedSoft.prefab.meta │ │ ├── CloudCluster02Sml.prefab │ │ ├── CloudCluster02Sml.prefab.meta │ │ ├── CloudCluster02SmlSoft.prefab │ │ ├── CloudCluster02SmlSoft.prefab.meta │ │ ├── CloudClusterSky01.prefab │ │ ├── CloudClusterSky01.prefab.meta │ │ ├── CloudClusterSky02.prefab │ │ ├── CloudClusterSky02.prefab.meta │ │ ├── CloudClusterSky03.prefab │ │ └── CloudClusterSky03.prefab.meta │ ├── CosmicDust01.prefab │ ├── CosmicDust01.prefab.meta │ ├── STAR FIELD RING.prefab │ ├── STAR FIELD RING.prefab.meta │ ├── STAR FIELD Twinkles RING.prefab │ ├── STAR FIELD Twinkles RING.prefab.meta │ ├── STAR FIELD.prefab │ ├── STAR FIELD.prefab.meta │ ├── STAR FIELDTwinkles.prefab │ ├── STAR FIELDTwinkles.prefab.meta │ ├── TunnelAnimators.meta │ └── TunnelAnimators │ │ ├── Circle_Pulses_Orange.prefab │ │ ├── Circle_Pulses_Orange.prefab.meta │ │ ├── Square_Tunnel_Red.prefab │ │ ├── Square_Tunnel_Red.prefab.meta │ │ ├── Square_TwistPyramid_Blue.prefab │ │ ├── Square_TwistPyramid_Blue.prefab.meta │ │ ├── Triangle_Pyramid_Green.prefab │ │ └── Triangle_Pyramid_Green.prefab.meta │ ├── Geometries.meta │ ├── Geometries │ ├── Arch.prefab │ ├── Arch.prefab.meta │ ├── Rock1.prefab │ ├── Rock1.prefab.meta │ ├── Rock2.prefab │ ├── Rock2.prefab.meta │ ├── RockFormation1.prefab │ ├── RockFormation1.prefab.meta │ ├── RockFormation2.prefab │ ├── RockFormation2.prefab.meta │ ├── SmallLifter.prefab │ ├── SmallLifter.prefab.meta │ ├── TriGirder.prefab │ └── TriGirder.prefab.meta │ ├── Movers.meta │ ├── Movers │ ├── Basher.prefab │ ├── Basher.prefab.meta │ ├── BlueTouchMover.prefab │ ├── BlueTouchMover.prefab.meta │ ├── RedAutoMover.prefab │ ├── RedAutoMover.prefab.meta │ ├── RotatePlatform.prefab │ └── RotatePlatform.prefab.meta │ ├── Platform Building Blocks.meta │ └── Platform Building Blocks │ ├── 2 Wide.meta │ ├── 2 Wide │ ├── Arch Short.prefab │ ├── Arch Short.prefab.meta │ ├── Curve Up Capped.prefab │ ├── Curve Up Capped.prefab.meta │ ├── Curve Up Segment.prefab │ ├── Curve Up Segment.prefab.meta │ ├── Intersection 3-way.prefab │ ├── Intersection 3-way.prefab.meta │ ├── Intersection 4-way.prefab │ ├── Intersection 4-way.prefab.meta │ ├── Platform 2 Corner.prefab │ ├── Platform 2 Corner.prefab.meta │ ├── Platform 2.prefab │ ├── Platform 2.prefab.meta │ ├── Platform 3.prefab │ ├── Platform 3.prefab.meta │ ├── Platform 4.prefab │ ├── Platform 4.prefab.meta │ ├── Platform 5.prefab │ ├── Platform 5.prefab.meta │ ├── Ramp 2.prefab │ ├── Ramp 2.prefab.meta │ ├── Ramp 3.prefab │ ├── Ramp 3.prefab.meta │ ├── Ramp 4.prefab │ ├── Ramp 4.prefab.meta │ ├── Ramp Curved 3.prefab │ ├── Ramp Curved 3.prefab.meta │ ├── Ramp Curved 4.prefab │ ├── Ramp Curved 4.prefab.meta │ ├── Ramp Curved 8.prefab │ ├── Ramp Curved 8.prefab.meta │ ├── Segment 1.prefab │ ├── Segment 1.prefab.meta │ ├── Segment 2.prefab │ ├── Segment 2.prefab.meta │ ├── Segment 3.prefab │ ├── Segment 3.prefab.meta │ ├── Segment 4.prefab │ ├── Segment 4.prefab.meta │ ├── Segment 5.prefab │ ├── Segment 5.prefab.meta │ ├── Turn.prefab │ └── Turn.prefab.meta │ ├── Misc.meta │ └── Misc │ ├── Block 1x1.prefab │ ├── Block 1x1.prefab.meta │ ├── Block 2x1.prefab │ ├── Block 2x1.prefab.meta │ ├── Block L.prefab │ ├── Block L.prefab.meta │ ├── Pyramid 2x2.prefab │ ├── Pyramid 2x2.prefab.meta │ ├── Pyramid Platform 2x2.prefab │ ├── Pyramid Platform 2x2.prefab.meta │ ├── Trim End Caution.prefab │ ├── Trim End Caution.prefab.meta │ ├── Trim End.prefab │ ├── Trim End.prefab.meta │ ├── Trim Single.prefab │ └── Trim Single.prefab.meta ├── LICENSE.md ├── MIU_LevelCreationKit-1.21.unitypackage ├── 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 ├── ProBuilderSettings.json ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset ├── README.md ├── ReadmeImages ├── image_0.png ├── image_1.png ├── image_10.png ├── image_11.png ├── image_12.png ├── image_13.png ├── image_14.png ├── image_15.png ├── image_16.png ├── image_2.png ├── image_3.png ├── image_4.png ├── image_5.png ├── image_6.png ├── image_7.png ├── image_8.png └── image_9.png ├── UnityPackageManager └── manifest.json └── VERSIONS.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | 19 | .psd filter=lfs diff=lfs merge=lfs -text 20 | .png filter=lfs diff=lfs merge=lfs -text 21 | *.tif filter=lfs diff=lfs merge=lfs -text 22 | *.zip filter=lfs diff=lfs merge=lfs -text 23 | *.exr filter=lfs diff=lfs merge=lfs -text 24 | *.dll filter=lfs diff=lfs merge=lfs -text 25 | -------------------------------------------------------------------------------- /Assets/MIU.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47fefb84b9716eb4cbb782bf9ebee5df 3 | folderAsset: yes 4 | timeCreated: 1539134639 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d5c0139d7570d340899010b0a142417 3 | folderAsset: yes 4 | timeCreated: 1539461443 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cd34925acb027d489df7ba6e9ecbe2f 3 | folderAsset: yes 4 | timeCreated: 1539459534 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25b7f3ff253b6014e8c33053665fe881 3 | timeCreated: 1539459377 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Example/LearningToRoll/LightingData.asset -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll/LightingData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2cb88020837d654aac4c77acf327011 3 | timeCreated: 1540846670 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 25800000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:965c493e37659e594bbf840f96ff86cdbdb8ba973d6ce69a28b311a61384dac3 3 | size 606785 4 | -------------------------------------------------------------------------------- /Assets/MIU/Example/LearningToRoll/Lightmap-0_comp_shadowmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Example/LearningToRoll/Lightmap-0_comp_shadowmask.png -------------------------------------------------------------------------------- /Assets/MIU/Example/learningtoroll.level: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Example/learningtoroll.level -------------------------------------------------------------------------------- /Assets/MIU/Example/learningtoroll.level.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c62676b457de4044b9237ea9ef61cbf 3 | timeCreated: 1540846866 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/MIU/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae45dabb3e193ee4ebde536fe73d4130 3 | folderAsset: yes 4 | timeCreated: 1539457787 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 969478ed84abde8449ff1473b8ffbeea 3 | folderAsset: yes 4 | timeCreated: 1539394388 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Arch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Arch.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/ArchCollision.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/ArchCollision.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Asteroid01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Asteroid01.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 306c6303e42a8eb4b9381e8b5c8d4b92 3 | folderAsset: yes 4 | timeCreated: 1540860666 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/OcotgonMapped.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/OcotgonMapped.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticleBox003.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticleBox003.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticleBox004.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticleBox004.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticleBox01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticleBox01.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticleBox02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticleBox02.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticleTriangleFlat02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticleTriangleFlat02.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticle_001.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticle_001.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring01.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring02.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring03.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/FX/ShapeParticle_Ring03.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01d6d25f10d7b8e408247e989452b3cf 3 | folderAsset: yes 4 | timeCreated: 1541194892 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3109579e4c546c44bee97006bbfbd4b 3 | folderAsset: yes 4 | timeCreated: 1541194920 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2e4e30eb7aa19048bffa44ab8072761 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Arch_Short_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37de4382f757770458e747aeee1a853a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Arch_Short_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8229b8a45a51b644a5aff659845f03c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Arch_Short_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02c18df76ccc4c942894a262e10ad361 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Capped_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fcf0b90e92d9d24680ecd3024bd70cc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Capped_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6b6db7abd9a8d64d9747188edbb66c5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Capped_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a318961f4a6163e4ab142baf1ee0c999 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Segment_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a2090473b8899f4283dc3dea194447a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Segment_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccea307d4bd5a604b930ae121bee8b61 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Curve_Up_Segment_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b14c834bdba344a46aa2e591a342b85f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_3-way_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1e14677e67343a42b2efac6d229ebb2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_3-way_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deb3c0dba30ef514a9bf09f7c618c193 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_3-way_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c71ab11f3ac873c4ca8881a4c6f5915f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_4-way_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01782f893e33dfa498f4f507e0528b80 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_4-way_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ec895600e1f8a84d9bb15f635a79d73 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Intersection_4-way_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ab13ac6fc475fe4f958db22c1caa750 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_2_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d7c3e3b8eac34148af472859b4b61cd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_2_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96005790943a05b43b87f85e8a735075 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_2_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f14404de520b3d408c9dd657e89a9be 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_3_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2f2a2b3e137324e987b16d3916f62c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_3_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc26da68ba7d1f14cb8047b63db604d4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_3_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91dca3c4117014b418b661412a33d49c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_4_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b438b13db38292e48ab54b601afce279 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_4_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 878e2f5d2556b4a4a97221996d384fe3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_4_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f4671f89ceec034ab77ff7de9be9929 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_5_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f51c2d062da6d74697919928e64daf6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_5_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a0a0896f6745db4f8621db3411f477c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Platform_5_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e46d2222a1e204c87a0ff8f446b763 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_2_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7add4787090eab24da7740608643fa77 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_2_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bf4ef0809c7a3a4080f8e7985c37c45 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_2_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609055845b40bad43abe463702ce8a90 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_3_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71f1ee53189e7be4ba9fa0b2d69df55c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_3_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d323ee04ec6d754ba8e814852020556 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_3_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb9f1eb2ac161484d89c21272add9a97 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_4_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c172fecc85738c1478649f754d60884a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_4_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cc02caf6b6c016408f61af14c7d2adb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_4_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2637d826e61482745862e2a4a12b21f7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_3_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95201e225807a454a960bcff81d17246 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_3_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fce1009e219f2ef44b445d99ae659999 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_3_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c93de51ae1f710c46b1f6a67cc4efec5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_4_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19e22f908d3fb0342a71d0e6fc49778a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_4_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99af35983aacdc3478787d95fd085a5c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_4_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5860ffc990d27e4393b95679da19050 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_8_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f119ca33851f7ca47ab24187c11b9d02 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_8_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f0d4e0faac7a17468c92aca05112ad1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_8_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cb616c55528d4a46969f2eecdb0be0e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Ramp_Curved_8_3Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e522e4a0b1a7a5042b05b16e11158d8e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_2_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1df1052fb2d04374f840895e38e556bd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_2_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a04e233a01f98074487950f9f0e1dfb7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_2_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63dda9966d62f7c4ab0ae12157f07891 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_3_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f70113b1ac0f4b46bd36cfc8b49b17d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_3_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c32a91e36ad1694c855e45f83495eb4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_3_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69b489566fef2f34e9833f6d8d29b848 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_4_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f402b61a8274ec44a360554b46ae161 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_4_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 862ea4190f24b754ba453dddd8aee36f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_4_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4b687d7e42ca9245817d05761bfde80 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_5_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 761f20539c8dfbd44a273cb9dd0a64d2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_5_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 842f7f719062b3f479795a4c411dabc7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Segment_5_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f4c02371221cc14f92a35f52ffdeb6d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Turn_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c32209a5b33372146be3789398ee8ea9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Turn_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06c2f063b8d8da74798e3a10e46b51d8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/2 Tile Wide/Materials/Turn_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 206ada3dceee5374a9517977d16bd5dd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8251d2b664f8e469abccd949d87c38e1 3 | folderAsset: yes 4 | timeCreated: 1541451281 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Block 1x1.obj: -------------------------------------------------------------------------------- 1 | # Exported from ProBuilder 2 | # http://www.procore3d.com/probuilder 3 | # 11/05/2018 13:03:07 4 | 5 | mtllib ./Block_1x1.mtl 6 | o Block 1x1 7 | 8 | g Block 1x1 9 | v 43.5 26.5 -125.75 10 | v 39.5 26.5 -125.75 11 | v 43.5 30.5 -125.75 12 | v 39.5 30.5 -125.75 13 | v 39.5 26.5 -125.75 14 | v 39.5 26.5 -129.75 15 | v 39.5 30.5 -125.75 16 | v 39.5 30.5 -129.75 17 | v 39.5 26.5 -129.75 18 | v 43.5 26.5 -129.75 19 | v 39.5 30.5 -129.75 20 | v 43.5 30.5 -129.75 21 | v 43.5 26.5 -129.75 22 | v 43.5 26.5 -125.75 23 | v 43.5 30.5 -129.75 24 | v 43.5 30.5 -125.75 25 | v 43.5 30.5 -125.75 26 | v 39.5 30.5 -125.75 27 | v 43.5 30.5 -129.75 28 | v 39.5 30.5 -129.75 29 | v 43.5 26.5 -129.75 30 | v 39.5 26.5 -129.75 31 | v 43.5 26.5 -125.75 32 | v 39.5 26.5 -125.75 33 | 34 | vn 0 0 1 35 | vn 0 0 1 36 | vn 0 0 1 37 | vn 0 0 1 38 | vn -1 0 0 39 | vn -1 0 0 40 | vn -1 0 0 41 | vn -1 0 0 42 | vn 0 0 -1 43 | vn 0 0 -1 44 | vn 0 0 -1 45 | vn 0 0 -1 46 | vn 1 0 0 47 | vn 1 0 0 48 | vn 1 0 0 49 | vn 1 0 0 50 | vn 0 1 0 51 | vn 0 1 0 52 | vn 0 1 0 53 | vn 0 1 0 54 | vn 0 -1 0 55 | vn 0 -1 0 56 | vn 0 -1 0 57 | vn 0 -1 0 58 | 59 | vt 0 0 60 | vt -4 0 61 | vt 0 4 62 | vt -4 4 63 | vt 0 0 64 | vt -4 0 65 | vt 0 4 66 | vt -4 4 67 | vt 4 0 68 | vt 0 0 69 | vt 4 4 70 | vt 0 4 71 | vt 4 0 72 | vt 0 0 73 | vt 4 4 74 | vt 0 4 75 | vt 0 0 76 | vt 4 0 77 | vt 0 -4 78 | vt 4 -4 79 | vt 0 -4 80 | vt -4 -4 81 | vt 0 0 82 | vt -4 0 83 | 84 | g Block 1x1_0 85 | usemtl Fill01-C_Local 86 | f 3/3/3 4/4/4 2/2/2 1/1/1 87 | f 7/7/7 8/8/8 6/6/6 5/5/5 88 | f 11/11/11 12/12/12 10/10/10 9/9/9 89 | f 15/15/15 16/16/16 14/14/14 13/13/13 90 | f 23/23/23 24/24/24 22/22/22 21/21/21 91 | 92 | g Block 1x1_1 93 | usemtl Tile01-A 94 | f 19/19/19 20/20/20 18/18/18 17/17/17 95 | 96 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Block 2x1.obj: -------------------------------------------------------------------------------- 1 | # Exported from ProBuilder 2 | # http://www.procore3d.com/probuilder 3 | # 11/05/2018 13:03:07 4 | 5 | mtllib ./Block_2x1.mtl 6 | o Block 2x1 7 | 8 | g Block 2x1 9 | v 39.5 25 -121.75 10 | v 35.5 25 -121.75 11 | v 39.5 29 -121.75 12 | v 35.5 29 -121.75 13 | v 35.5 25 -121.75 14 | v 35.5 25 -129.75 15 | v 35.5 29 -121.75 16 | v 35.5 29 -129.75 17 | v 35.5 25 -129.75 18 | v 39.5 25 -129.75 19 | v 35.5 29 -129.75 20 | v 39.5 29 -129.75 21 | v 39.5 25 -129.75 22 | v 39.5 25 -121.75 23 | v 39.5 29 -129.75 24 | v 39.5 29 -121.75 25 | v 39.5 29 -121.75 26 | v 35.5 29 -121.75 27 | v 39.5 29 -129.75 28 | v 35.5 29 -129.75 29 | v 39.5 25 -129.75 30 | v 35.5 25 -129.75 31 | v 39.5 25 -121.75 32 | v 35.5 25 -121.75 33 | 34 | vn 0 0 1 35 | vn 0 0 1 36 | vn 0 0 1 37 | vn 0 0 1 38 | vn -1 0 0 39 | vn -1 0 0 40 | vn -1 0 0 41 | vn -1 0 0 42 | vn 0 0 -1 43 | vn 0 0 -1 44 | vn 0 0 -1 45 | vn 0 0 -1 46 | vn 1 0 0 47 | vn 1 0 0 48 | vn 1 0 0 49 | vn 1 0 0 50 | vn 0 1 0 51 | vn 0 1 0 52 | vn 0 1 0 53 | vn 0 1 0 54 | vn 0 -1 0 55 | vn 0 -1 0 56 | vn 0 -1 0 57 | vn 0 -1 0 58 | 59 | vt 0 0 60 | vt -4 0 61 | vt 0 4 62 | vt -4 4 63 | vt 4 0 64 | vt -4 0 65 | vt 4 4 66 | vt -4 4 67 | vt 4 0 68 | vt 0 0 69 | vt 4 4 70 | vt 0 4 71 | vt 4 0 72 | vt -4 0 73 | vt 4 4 74 | vt -4 4 75 | vt 0 4 76 | vt 4 4 77 | vt 0 -4 78 | vt 4 -4 79 | vt 0 -4 80 | vt -4 -4 81 | vt 0 4 82 | vt -4 4 83 | 84 | g Block 2x1_0 85 | usemtl Fill01-C_Local 86 | f 3/3/3 4/4/4 2/2/2 1/1/1 87 | f 7/7/7 8/8/8 6/6/6 5/5/5 88 | f 11/11/11 12/12/12 10/10/10 9/9/9 89 | f 15/15/15 16/16/16 14/14/14 13/13/13 90 | f 23/23/23 24/24/24 22/22/22 21/21/21 91 | 92 | g Block 2x1_1 93 | usemtl Tile01-A 94 | f 19/19/19 20/20/20 18/18/18 17/17/17 95 | 96 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0abe8b1df2eeb074ba44db22f1e69163 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_1x1_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63179841f38106641924b89acc2286cf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_1x1_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a2f0d116cf48844a9f54c4bac9da334 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_2x1_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2e91684329214f4a8aa66e65202c380 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_2x1_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90df9ae69d3c4bc4dab43aadfacf9408 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_L_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f977135ff4cc57943b131edd303ac000 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Block_L_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a67b7014a95198543a04e4a73f3e4abe 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_2x2_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7e28fedbd2a5d544814a73d171ffdf1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_2x2_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1842068b8aec0ed45a7d49aa1e772547 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_2x2_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e41feecb182e284eb47104389b28a74 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_Platform_2x2_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e08db5df54b62af469ac6d891c112105 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_Platform_2x2_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbfb60d52b98ef348aba0231e5c6b75e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Pyramid_Platform_2x2_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e30407e48628f5845ae1d9777354c560 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Segment_1_0Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9374e5674f419f34b881d32950df1825 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Segment_1_1Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec12d3e0a59bf5c4dbc6f3cf879081f0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Segment_1_2Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea422e57346167043a02b8e49e66f9a7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Trim_EndMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e725d8d05c0e464086510d09825922a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Platforms/Misc/Materials/Trim_End_CautionMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbde6032a422a004c9879b8abb274ae3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94c7b412cf52684419adfbabf442e369 3 | folderAsset: yes 4 | timeCreated: 1541295815 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/BumperVis.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 057a73727ddf3f64fbcb20055c9ab54f 3 | folderAsset: yes 4 | timeCreated: 1541295835 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/BumperVis/BumperCap.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e11bf7935429ac4c88a284620401512 3 | timeCreated: 1541295858 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/BumperVis/BumperMetal.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a8ba3c3aee8f8e4e9b186f9943cc783 3 | timeCreated: 1541295841 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PadVis.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c825f69da6dbbea4eb871412782c5c60 3 | folderAsset: yes 4 | timeCreated: 1541356130 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PadVis/ArrowIcon_FadeOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Visualization/PadVis/ArrowIcon_FadeOut.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a5bb562c3d8b7445b3903ec5bc37e9e 3 | folderAsset: yes 4 | timeCreated: 1541297312 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/Gem.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Visualization/PickupVis/Gem.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/SuperJump.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Visualization/PickupVis/SuperJump.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/SuperSpeed.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Meshes/Visualization/PickupVis/SuperSpeed.fbx -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatCase.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c4dc2d791af4364d9109ab681eafba5 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatGem.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88e1f4b68eeb5c2469f6cebe71fb5286 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatJump.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9b91cb2df18b5449ac509ce5bbb32da 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatSpeed.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61df168cbca5f6c4fb6c77568fc7e487 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatTT.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51a508c43fbc0064d9771888ff936918 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Meshes/Visualization/PickupVis/_MatWing.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d43896bfcbb48f4185529c14193f644 3 | timeCreated: 1541297320 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af695d05f5c9e9247ba136fe2d8d8435 3 | folderAsset: yes 4 | timeCreated: 1540231555 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Plugins/MIULevelKit.dll: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d47260bc3303c4823948078c840911a48544fab0f1a61fb0568ad16b0347ce30 3 | size 339456 4 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Plugins/MIULevelKit.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e5c93bed431a78409aaaf4b694b9bdd 3 | timeCreated: 1540232256 4 | licenseType: Pro 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | Windows Store Apps: WindowsStoreApps 26 | second: 27 | enabled: 0 28 | settings: 29 | CPU: AnyCPU 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/ProBuilderRef.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ProBuilderRef", 3 | "references": [ 4 | "GUID:1826c0224c0d048b88112c79bbb0cd85", 5 | "GUID:03ca3ee4acaf74592bc6d299ca86aa27" 6 | ], 7 | "optionalUnityReferences": [], 8 | "includePlatforms": [], 9 | "excludePlatforms": [], 10 | "allowUnsafeCode": false, 11 | "overrideReferences": false, 12 | "precompiledReferences": [], 13 | "autoReferenced": true, 14 | "defineConstraints": [], 15 | "versionDefines": [] 16 | } -------------------------------------------------------------------------------- /Assets/MIU/Internal/ProBuilderRef.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cd1375f75e71fe46b9ca0e59ea184ef 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92361d3cc395fad4481982563c7ed412 3 | folderAsset: yes 4 | timeCreated: 1539373633 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Boost.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dbac4022877a7f4fa9a411691c60f06 3 | timeCreated: 1541977473 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Bumper.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 059fc4f6f4251bb41b02478c346a53de 3 | timeCreated: 1541295976 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Easter Egg.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cba088f2cd9984d438a9e6bd6f5dba3e 3 | timeCreated: 1541978163 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/EndPad.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4380a9d5bd3495448e6cad138a99f18 3 | timeCreated: 1541356365 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Featherfall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8559dc1b705ea846bbb9997128918ca 3 | timeCreated: 1541977472 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Gem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a764f1e657c52c408231ce0b5ee2eef 3 | timeCreated: 1541297594 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Jump.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59e8420eb8adf4540b787480895dc7dd 3 | timeCreated: 1541977475 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/MIU_Skybox.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/MIU_Skybox.jpeg -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/MapComponents.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e83f42f777f622a488cb89b161a19407 3 | timeCreated: 1539135837 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/Sky001.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b86705e5b7413344499bf4d36851d2bf 3 | timeCreated: 1539442852 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/StartPad.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7fff102d36229947b2c000f34d9f306 3 | timeCreated: 1541356316 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/TimeTravel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf1ecec996c89844aba4f21d56a7b594 3 | timeCreated: 1541977470 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/bigcrystal_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/bigcrystal_icon.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/checkpoint_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/checkpoint_icon.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/endpad_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/endpad_icon.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/marble_size_reference.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e1084cc9b04295449f29416acf93783 3 | timeCreated: 1539374601 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/mpspawn_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/mpspawn_icon.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_continuous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_continuous.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_curve.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_drop.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_fork.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_hazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_hazard.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_ice.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_left.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_right.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Resources/sign_steep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Resources/sign_steep.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 124c6f9130f967e4ba54e11ad19ffdcf 3 | folderAsset: yes 4 | timeCreated: 1539372813 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/CloudParticle_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/CloudParticle_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/CrushLava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/CrushLava.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/CrushLava.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bebf6693389f96046b8a7aeebdd405da 3 | timeCreated: 1554569708 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/EdgeTile_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/EdgeTile_Template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/FillC_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/FillC_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/FillC_template.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75eb8a5881a07a24cb25b12782250641 3 | timeCreated: 1539456080 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/FillD_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/FillD_Template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/FillD_Template.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 562e69b05acc1ef4fb7263197eb89bfc 3 | timeCreated: 1539456080 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/TileHalfHeight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/TileHalfHeight.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/TileHalfHeight.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ede7ee43c5c0f56419cbd000bbffc204 3 | timeCreated: 1541982061 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/TileHalfWidth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/TileHalfWidth.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/TileHalfWidth.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b719c26e43a1e324b89ba09d0bfd4c2f 3 | timeCreated: 1541982061 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/Trim03-Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/Trim03-Template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/Tunnel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/Tunnel1.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/Tunnel1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fc4b0f3f147ecd42a097f2cebb94682 3 | timeCreated: 1540860877 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/Tunnel2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/Tunnel2.tga -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/basherface_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/basherface_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/ice_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/ice_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/marble_reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/marble_reference.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/metaltile_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/metaltile_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/rock_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/rock_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/stars_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/stars_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/stoneblock_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/stoneblock_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/tile_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/tile_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/tilecircle_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/tilecircle_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/tilegrid_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/tilegrid_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/tilesquare_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/tilesquare_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/trim6_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/trim6_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/Textures/trim_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/Assets/MIU/Internal/Textures/trim_template.png -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59d8be4f300026044a4c7c2039ceb1ad 3 | folderAsset: yes 4 | timeCreated: 1540060623 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a9c7f7291972b3498bd7bed9ff03a8e 3 | folderAsset: yes 4 | timeCreated: 1539135899 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/EasyButtons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 965e55689c08c6e46b99357c5db70c6f 3 | folderAsset: yes 4 | timeCreated: 1540858342 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/EasyButtons/ButtonEditor.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | 3 | namespace EasyButtons 4 | { 5 | /// 6 | /// Custom inspector for Object including derived classes. 7 | /// 8 | [CanEditMultipleObjects] 9 | [CustomEditor(typeof(UnityEngine.Object), true)] 10 | public class ObjectEditor : Editor 11 | { 12 | public override void OnInspectorGUI() 13 | { 14 | this.DrawEasyButtons(); 15 | 16 | // Draw the rest of the inspector as usual 17 | DrawDefaultInspector(); 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/EasyButtons/ButtonEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 074092d9cd973d7479a6464607996714 3 | timeCreated: 1540858342 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/EasyButtons/EasyButtonsEditorExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe32bb96749fd1c438a2f47428e15ce3 3 | timeCreated: 1540858342 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/MapExporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20c334d2b42e83c4597313124c280bd8 3 | timeCreated: 1539135904 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/ObjectCreator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c0b0e407ce100e4dbaa937a39dd43e7 3 | timeCreated: 1539373930 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/QuadUV.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66c884c154361aa4fb67b4c2a77d04c7 3 | timeCreated: 1554141920 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/SplineDrawViewer.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | [CustomEditor(typeof(SplineDrawer))] 7 | public class SplineDrawViewer : Editor { 8 | 9 | void OnSceneGUI() 10 | { 11 | if(Event.current.type == EventType.MouseDown) 12 | { 13 | SplineDrawer drawer = target as SplineDrawer; 14 | Transform t = drawer.transform; 15 | if (Selection.activeTransform != t) 16 | { 17 | bool inChildren = false; 18 | foreach (Transform v in t) 19 | { 20 | if (Selection.activeTransform == v) 21 | inChildren = true; 22 | } 23 | if (!inChildren) 24 | return; 25 | } 26 | 27 | Ray ray = HandleUtility.GUIPointToWorldRay(Event.current.mousePosition); 28 | GameObject o = new GameObject(); 29 | SphereCollider sp = o.AddComponent(); 30 | sp.radius = 0.5f; 31 | RaycastHit hit; 32 | foreach(Transform v in t) 33 | { 34 | o.transform.position = v.position; 35 | if(sp.Raycast(ray, out hit, float.MaxValue)) 36 | { 37 | GUIUtility.hotControl = 0; 38 | Selection.activeTransform = v; 39 | } 40 | } 41 | DestroyImmediate(o); 42 | } 43 | } 44 | 45 | 46 | } 47 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Editor/SplineDrawViewer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a988fdf4ab610ea49ad0e9a4f648f967 3 | timeCreated: 1554392519 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/FX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d1163c11101a84459ae622be9a905e3 3 | folderAsset: yes 4 | timeCreated: 1540858232 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/FX/MeshTunnelAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3092ea9c57c07e74b83945a5ed657a8a 3 | timeCreated: 1540858236 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/FX/TunnelMeshAdditive.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82e7b9b2ae9a5148b6145e8c1c59243 3 | timeCreated: 1540861538 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2d95e9bc5acf6642b87836c4db0f13e 3 | folderAsset: yes 4 | timeCreated: 1539135220 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/ElevatorMover.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5acae44b8d6687d4f8580358eeccc894 3 | timeCreated: 1539135264 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/IgnoreObject.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class IgnoreObject : MonoBehaviour { 6 | } 7 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/IgnoreObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f060c3c660f6bc489ca318c10bc2a8a 3 | timeCreated: 1539466941 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/LevelTiming.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using System; 5 | 6 | public class LevelTiming : MonoBehaviour { 7 | 8 | [Header("Medal Times")] 9 | public float DiamondTime = 15; 10 | public float GoldTime = 30; 11 | public float SilverTime = 60; 12 | public string Author = ""; 13 | 14 | public string GetTimingString() 15 | { 16 | string s = ""; 17 | s += "_" + FloatToString(SilverTime); 18 | s += "_" + FloatToString(GoldTime); 19 | s += "_" + FloatToString(DiamondTime); 20 | return s; 21 | } 22 | 23 | string FloatToString(float f) 24 | { 25 | return (Math.Truncate(100 * f) / 100f).ToString().Replace('.','-'); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/LevelTiming.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 469c5524a42e11446a71b4820e15d0de 3 | timeCreated: 1539806774 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/PlayModifiers.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using SimpleJSON; 5 | 6 | public class PlayModifiers : MonoBehaviour { 7 | 8 | public float GravityMult = 1; 9 | public float JumpForceMult = 1; 10 | public float BounceMult = 1; 11 | public float FrictionMult = 1; 12 | public Vector2 RollForceMult = Vector2.one; 13 | public Vector2 AirForceMult = Vector2.one; 14 | public float ScaleMult = 1; 15 | public bool CanBlast = false; 16 | public int AirJumps = 0; 17 | 18 | public string ToJSON() 19 | { 20 | JSONClass json = new JSONClass(); 21 | json.Add("gravity", new JSONData(GravityMult)); 22 | json.Add("jumpmult", new JSONData(JumpForceMult)); 23 | json.Add("bouncemult", new JSONData(BounceMult)); 24 | json.Add("scalemult", new JSONData(ScaleMult)); 25 | json.Add("frictionmult", new JSONData(FrictionMult)); 26 | 27 | json.Add("rollX", new JSONData(RollForceMult.x)); 28 | json.Add("rollY", new JSONData(RollForceMult.y)); 29 | 30 | json.Add("airX", new JSONData(AirForceMult.x)); 31 | json.Add("airY", new JSONData(AirForceMult.y)); 32 | 33 | json.Add("canblast", new JSONData(CanBlast)); 34 | json.Add("airjumps", new JSONData(AirJumps)); 35 | 36 | return json.ToString(); 37 | 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/PlayModifiers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6dc3414846166f468c10679ee073fcb 3 | timeCreated: 1551297362 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/TutorialMessage.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | public class TutorialMessage : MonoBehaviour 5 | { 6 | 7 | [TextArea] 8 | public string message = "Hello, World"; 9 | 10 | [HideInInspector] 11 | public Sprite graphic = null; 12 | 13 | // When set, only show it once - after that disable. 14 | public bool ShowOnce = false; 15 | 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/GameComponents/TutorialMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9276d9db8bfd0be40908d45e313572ce 3 | timeCreated: 1539135224 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/LevelSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15bbe7c677fc0904689c28083159bd65 3 | timeCreated: 1530643833 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/LevelStructs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8985357d84d85f48833aecb268fb08b 3 | timeCreated: 1530642788 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/MIUSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7980c2f8c30e58e44a60520ccc1e817d 3 | timeCreated: 1539134540 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/MIUSerializer_Auto.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2eb35424f845fee449d86abbf438f8c5 3 | timeCreated: 1539135037 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/MapComponents.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14d5ad6bbc67c684bb0185606bd3e6c5 3 | timeCreated: 1522268328 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82dfeb42b0c07c54489f35fe953b43b1 3 | folderAsset: yes 4 | timeCreated: 1540859401 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Misc/ButtonAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2a1801035284d347801173846f4ccd8 3 | timeCreated: 1540858342 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Misc/SimpleJSON.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d9f514ea50a3f44c8a3f28bc574af5a 3 | timeCreated: 1551297777 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Misc/SplineDrawer.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | public class SplineDrawer : MonoBehaviour { 7 | 8 | void OnDrawGizmos() 9 | { 10 | if(Selection.activeTransform != transform) 11 | { 12 | bool inChildren = false; 13 | foreach(Transform v in transform) 14 | { 15 | if (Selection.activeTransform == v) 16 | inChildren = true; 17 | } 18 | if (!inChildren) 19 | return; 20 | } 21 | if (transform.childCount == 0) 22 | return; 23 | 24 | if (transform.childCount < 4) 25 | return; 26 | Vector3 pt0 = transform.GetChild(0).position; 27 | for (int i = 1; i < transform.childCount-2; i += 3) 28 | { 29 | Vector3 pt1 = transform.GetChild(i).position; 30 | Vector3 pt2 = transform.GetChild(i+1).position; 31 | Vector3 pt3 = transform.GetChild(i+2).position; 32 | 33 | 34 | Handles.color = Color.gray; 35 | Handles.DrawLine(pt0, pt1); 36 | Handles.DrawLine(pt2, pt3); 37 | ShowPoint(pt1, Color.gray, 0.35f); 38 | ShowPoint(pt3, Color.gray, 0.35f); 39 | ShowPoint(pt0, Color.blue, 0.5f); 40 | ShowPoint(pt2, Color.grey, 0.35f); 41 | 42 | Handles.DrawBezier(pt0, pt3, pt1, pt2, Color.blue, null, 2f); 43 | 44 | pt0 = pt3; 45 | } 46 | } 47 | 48 | void ShowPoint(Vector3 pos, Color c, float size) 49 | { 50 | Gizmos.color = c; 51 | Gizmos.DrawSphere(pos, size); 52 | 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /Assets/MIU/Internal/_Source/Misc/SplineDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbd8ea0c3ad8d304eb2da7cff2604ff8 3 | timeCreated: 1554392459 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f04b9cf0298831043bb75543355bdfc3 3 | folderAsset: yes 4 | timeCreated: 1539372037 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93068fe40da901a4abd332b3c50f27d7 3 | folderAsset: yes 4 | timeCreated: 1539464093 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Cloud02Soft.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8efe41c6a8ad6a445b3afc3beb17208a 3 | timeCreated: 1539464404 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/GlowingDustStarField.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54bb1183f20f629489d7119be47e6523 3 | timeCreated: 1539464097 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/GravityDust.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a30abd30d4a74546bed34ec3892a18e 3 | timeCreated: 1539464097 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Particles_Speck.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e216c0787d2a8ff4a907c718cd7fbacb 3 | timeCreated: 1539464097 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Sparkle02.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5945a9c7eb493a448e86dd0596eea22 3 | timeCreated: 1539464097 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/SparkleStarField.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9897b02e0983c174c8a6afdcad430f14 3 | timeCreated: 1539464097 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Tunnels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db1c79eb93f3e924aaf3acbcdc2d1f0d 3 | folderAsset: yes 4 | timeCreated: 1540861267 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Tunnels/ShapeParticle_001.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26c4e9548b2ff0b4dae93cb1e3d6b27e 3 | timeCreated: 1540860883 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Tunnels/ShapeParticle_005.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcb21b942b54626418f4c38eec707732 3 | timeCreated: 1540860883 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/FX/Tunnels/ShapeParticle_1Red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdc6cf6e308615947926af5503ddb2b1 3 | timeCreated: 1540860883 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bdd86b05ddb19b429711a4ab9618b0a 3 | folderAsset: yes 4 | timeCreated: 1539389601 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Arch.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6364b3f23158a674e8a096c25930d685 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db5d010277eb62a4f8abdb629cba2d6e 3 | folderAsset: yes 4 | timeCreated: 1539457033 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-C Local.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c225a88a4f1e2554390481041d0c3ee4 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77a9587d9f7d7a3418efba1d261e10b7 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b070d5e65857504d839193b926b85fa 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-E-Lrg.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb37be4d0906f1047b9352dc73d1f1b2 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-E-Med.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 021effb49ca76bf44a6215ec8cfcdfe1 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/Fills/Fill01-E.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84b681ae28cee03408accdcdca4c1139 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/IceCrystalGemMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d25c66d387ffd924b8351d8d1f80b300 3 | timeCreated: 1541180471 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/MetalTile05.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb0ab913905e3e2428d35c60c080dbbc 3 | timeCreated: 1539373084 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/MetalTile06.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cd7456c5937bac4783838274d8b59e3 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/StoneWall.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c27e9d8f80013134485abde409c82d66 3 | folderAsset: yes 4 | timeCreated: 1539457016 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/StoneWall/StoneBlock01.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb07dec82644b5c4b95a2824170d8078 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/StoneWall/StoneBlock02.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 296eb369a3dfa73468d900274fd2400e 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/StoneWall/StoneBlock03.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c566422ad563d445991412725d4c175 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Geometry/StoneWall/StoneBlock04.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d78ffaa3221979f4cb7683404b84c58a 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e53ac763f8d3bec4a95f47f628c67b42 3 | folderAsset: yes 4 | timeCreated: 1539374622 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Misc/Basher.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c72620ff58e3a6a4197eee94a61dab43 3 | folderAsset: yes 4 | timeCreated: 1539466181 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Misc/Basher/BlockFrame.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a0b7f8653b8ebb4484dc9a519c1531a 3 | timeCreated: 1539466187 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Misc/Basher/SmasherFace01.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc35b4878794e034684c6c499eea2288 3 | timeCreated: 1539374627 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Misc/Marble_Reference.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e8fb605b02af6d4fb22de032c90a10c 3 | timeCreated: 1539374627 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Surfaces.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdf83d659e2bb414497c656844a78593 3 | folderAsset: yes 4 | timeCreated: 1539389314 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Surfaces/Lava.crush.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4547ef96545c1c647a61796e278cb6a6 3 | timeCreated: 1539389322 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Surfaces/surface.gravity.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cff2b84b38eb8c4448a454f0d3b1fd7c 3 | timeCreated: 1539389322 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Surfaces/surface.lowfriction.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7d9100b009e2414f8a4027efa36bf03 3 | timeCreated: 1539389322 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d382bf969d421f4da4eec018eb1ec34 3 | folderAsset: yes 4 | timeCreated: 1539389305 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f784d924a2aa8674d86ca131a5ceba75 3 | folderAsset: yes 4 | timeCreated: 1539456657 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile01-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5355bf08d93e81f488b3c206f26a6265 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile01-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb735407edfe92a4192bf0e9d078224c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile01-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27149e278b091a640bc415aa59cc7474 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile02-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41ab3aef316dbcd4a96873219eeb96fe 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile02-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66b3fd5b4d287234395b6e3536b5f5f3 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile02-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74f456b9e530afc4a913edb20cfd64cb 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile03-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4decde09441ff584d87cb558fa496bdd 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile03-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91f82920d95f4804782c95bdc21aa636 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile03-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8e75730d6d925a49a6fc3b4c95bf70e 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile04-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b9098cfccf80f54ba3a1878d9941085 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile04-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7ff4b27402156d47947f6d199e56821 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile04-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2852a5778c03804b9df42c7bfca3c2d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile05-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d0618ec7230ef0499b5be00e659ab6e 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile05-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fafdaf88152b3f46a45156aa97c4c5d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile05-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36cb327d33d194b459ebcdb17ba62599 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile06-A.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57737a4013d623e43bf7cb77f79c457c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile06-AA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0464b341a5316344b91b9a28c665079a 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Blank/Tile06-AAA.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1b1b3affd8f83845bff261d873313dd 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdbf0f0481fed494caad123ba81cb10a 3 | folderAsset: yes 4 | timeCreated: 1539456657 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile01-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 944f6fe6a2c126443b64f4fba7ff227d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile01-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 632dbf37aed33354aba0b48fed0c91fe 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile01-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e529df1337f99847b756b58c574d534 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile02-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bc20c54359ff4446a1797e1f12fab70 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile02-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4f16245033e1cb468b5d1043156ba4c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile02-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7bf6f617f3a3db49905481b5ed4b289 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile03-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8667fa14207566a46bc2d36f3c38f38e 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile03-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8b5849a268ac754db62eb789d5360f7 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile03-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9754b330c55a3348b27745f47dce330 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile04-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e3d378a01a74794c8ede30b9ec5aa5c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile04-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd43e1e5c597373428dc4ff264882cd1 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile04-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3467270f8f8f3f942b823e4586a470b0 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile05-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6eebb21a3c5cb5e42ac3c4cf935189a9 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile05-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fb006b51cd0b164cbd7bdb8b2d9bc37 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile05-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9097ffa6a84f0e742aefe97caf5231ad 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile06-D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d127c23eca89144e8f0e7db0a3bed52 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile06-DD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deb886ea4eed9db44a8affa4ce63db8c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Circle/Tile06-DDD.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b84fae14f26ae0c40a56f3eb3f5ae1e8 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed8328ffdd8c7b94d8e1cd03a012dfdb 3 | folderAsset: yes 4 | timeCreated: 1539456657 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile01-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 024371d2d7aff2c4aaf542970a55e72b 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile01-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ca5c4a93a256164992eae3a2c5e7c07 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile01-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffb5f7a021281834b9203c96fa359460 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile02-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d47ba3cac2185844892fa05303d0659 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile02-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6907a64f58b65a844a4c7e5bac2e624d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile02-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08a19298865c45845b4b1bd370f5e180 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile03-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2f3be677b2f52a4b91d03e792312c74 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile03-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b68c138cd773624abee583811599a1b 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile03-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6505f55b9104cbb49abb24d9f85e1f62 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile04-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e51454c6b7f0394b907a38a6babb9fa 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile04-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0707f7c18579ead498f14b8eb6355c8a 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile04-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3736e27d27028564aaed241193d85f11 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile05-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31b1a59be0ca2fc4c9294a143b95d7c6 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile05-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca77a56359076da40a88951594f8f1c6 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile05-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1b564649122f1241b59f91a763a9ea0 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile06-C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64655391fb9a5444680274447b0d6f84 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile06-CC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a096cbe3a1a16804ea0f83547cca4f75 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Grid/Tile06-CCC.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72b2276f191b01f47abef97a4607f579 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17bcd2b1e6b0f9a42b89257a475470c3 3 | folderAsset: yes 4 | timeCreated: 1541182010 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile01-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21f14b56797d5fe4b99b446fd91c0b46 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile01-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4af6b828052cae4bb1a26e3f4014510 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile01-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98698807d27e5b547919e0acb41f0b95 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile02-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2043ac2433d4cfb41b0b172ce8ef79a0 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile02-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92f891c5b42b78846b7c78393e296c1e 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile02-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b610305773d69243a526427a7763d5f 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile03-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4fa5db7c828e0f4594f6d34c9ab7510 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile03-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6467d26425af3284895ecf556103e06d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile03-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 745a88e4b7350864083c050d87ef4691 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile04-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54ec29f874b231e45a735561b11e8d5b 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile04-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a6ff10a9a66b0f40a21ab9f5cfb011d 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile04-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61c902aea5e4b204f8ae53a48381510c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile05-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62f047a55b98c4f4eaa460782722b2a5 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile05-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12ef5dc06e210164b9d58fc4c1cef8e8 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile05-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ff2d46b120b8054f873ecab000f7964 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile06-C 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09e6d3239a42bc142a11de3acf2aacc0 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile06-CC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd376dda6d9ec9644a44a6b9a21072a1 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/MovingPlatforms/Tile06-CCC 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1269c2a4c1f9804d9e68045768cff8c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06937feaaee4e0a45bb3e41d0ab75f91 3 | folderAsset: yes 4 | timeCreated: 1539456657 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile01-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4de936ec81040e4f89b4036e67752a5 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile01-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 766e5f6a05a47334d9e71ffe74a63d9f 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile01-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d6e44722c8335748a62b735d36bdaa3 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile02-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb3fddd8b7d4d304f8a2642fc7900726 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile02-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bcf527477bcb9b746adeeac30114700c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile02-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70dfe7e185d2d694f965492ab6771d30 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile03-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b38534de06950f409f2e9dd53a61f39 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile03-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0958060503971f42b4b68640d149dfe 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile03-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 465549e00988fb94492149d5258226b2 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile04-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec90827e67cbb4f4a8b9fdf741063e35 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile04-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d1f6fd770a23d94b863c66b3a60a2d5 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile04-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e8f27bf5aee4bd4b8bd9005a5d95779 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile05-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cfbcb0eb5970954caf74c2e86441f22 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile05-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8008465eeae834428c25b6c12dee7bb 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile05-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04f8b5e0e3ea4754c9219c87bf77e5c8 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile06-B.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 743a2578cb1124e4886cb51fcf94952e 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile06-BB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0e4271a406a7534383743a3111c567c 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Tiles/Square/Tile06-BBB.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3271cb1e0177d1f43a42e75e0ea8b0d7 3 | timeCreated: 1539373262 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0431c5d4b760f94798aa03dcf2edb94 3 | folderAsset: yes 4 | timeCreated: 1539456102 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Edge C Half Horz.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4caa5bfcadc9c854988fcf67ce9b2ce1 3 | timeCreated: 1541981888 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Edge C Half Vert.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c0958afae6cb1d48baa706455e27fee 3 | timeCreated: 1541981908 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Edge C HalfWidthCorner.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d22dfb05c29f68e4bbaf212a2b14a450 3 | timeCreated: 1541981908 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Edge C.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1e12a70a2850f14380db8a7329baad2 3 | timeCreated: 1539373182 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Trim001.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4156818e670f0724db57d812a0f749f3 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Trim002.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c6dfc4fa8a87f942a62d57269f3ee72 3 | timeCreated: 1539373084 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Trim003.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3554b5b9d06d02c41a439aec791ff60e 3 | timeCreated: 1539373085 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Level Materials/Trim/Trim005.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89c841a814040ac48a895177e4f59dad 3 | timeCreated: 1539389612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df4a57e6f87d0a44481ec888b357742b 3 | folderAsset: yes 4 | timeCreated: 1539394379 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3a8268b015c17e4382c139586692ff8 3 | folderAsset: yes 4 | timeCreated: 1539464037 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 537fe1dd7bd8b8b4c868ce1768b2c042 3 | folderAsset: yes 4 | timeCreated: 1539465488 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudCluster01.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e1b49f4b16179441a6124b02e3b6b37 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudCluster01MedSoft.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd754d5c76bee494ca8ddfe7e059edd1 3 | timeCreated: 1539464553 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudCluster02Sml.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a46f5d65c65796a498636356f86d4ebe 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudCluster02SmlSoft.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e089940377613584fa97e2027a87f293 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudClusterSky01.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96ad8c54eabeb3d45b6aa86a1012c48e 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudClusterSky02.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d94124677f5e5b4eb55e18d1859530d 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/Clouds/CloudClusterSky03.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 889b87a4d3f030841baba594e0b6d1b9 3 | timeCreated: 1539464552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/CosmicDust01.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1c49982120127140b1aab62d316ccd9 3 | timeCreated: 1542074554 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/STAR FIELD RING.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98de8c08073420f4f9daf0f4767d8455 3 | timeCreated: 1539464071 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/STAR FIELD Twinkles RING.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 712d58ab1d18f3a46aeb66b9019a17d5 3 | timeCreated: 1539464071 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/STAR FIELD.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79a87dceadb61084fac546777ecbdfda 3 | timeCreated: 1539464071 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/STAR FIELDTwinkles.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6c8551ce2bd95d429337aea58ce662d 3 | timeCreated: 1539464072 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/TunnelAnimators.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8e5d87e054cd0040a6d54957f8e60f3 3 | folderAsset: yes 4 | timeCreated: 1540860737 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/TunnelAnimators/Circle_Pulses_Orange.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eff318181a03a7e47b779afbc89cfd01 3 | timeCreated: 1540905889 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/TunnelAnimators/Square_Tunnel_Red.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b021c3839af98b4d97a4eee21243402 3 | timeCreated: 1540905716 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/TunnelAnimators/Square_TwistPyramid_Blue.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec1f72e8f8ee1c74e959d8b319bff8c0 3 | timeCreated: 1540906238 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/FX/TunnelAnimators/Triangle_Pyramid_Green.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09bdfdf337577e54e9e1a881a2598e43 3 | timeCreated: 1540906128 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a6b70d68236ba647a3e91bf9e6b6cc0 3 | folderAsset: yes 4 | timeCreated: 1541112240 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/Arch.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a8549b7118f8a4f850b1c3a60a35bf 3 | timeCreated: 1539394802 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/Rock1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a5d1898dbc5cd24ab7559000aa1ccfe 3 | timeCreated: 1539442382 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/Rock2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ee24c4eadc3fe94aa17a3f87963276e 3 | timeCreated: 1539442432 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/RockFormation1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01e64650d658b8148ad959c46cb1f8bd 3 | timeCreated: 1539462704 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/RockFormation2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bcad1ce6cfa9c76459bae34e497ad9ca 3 | timeCreated: 1539462722 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/SmallLifter.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efc191acffcbe52478fb12a774508925 3 | timeCreated: 1539470005 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Geometries/TriGirder.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31fe220d4482e6f4680366211ba9f45f 3 | timeCreated: 1539455680 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Movers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b65bdc67be02934188bb45ec1a20476 3 | folderAsset: yes 4 | timeCreated: 1541112220 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Movers/Basher.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1e8d260398941247af4a6f7a5d72792 3 | timeCreated: 1539466366 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Movers/BlueTouchMover.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecdcb5436976bbe4d9be3ff038f40077 3 | timeCreated: 1539445584 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Movers/RedAutoMover.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2f7e7aa6bf48d14f81bd2da25b258e8 3 | timeCreated: 1539395333 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Movers/RotatePlatform.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d0df541079cd7d45b0467a23639b1e3 3 | timeCreated: 1539469500 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ecf18356780c840bdd3fa68a4ea18e 3 | folderAsset: yes 4 | timeCreated: 1541112254 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b4d228a9cc12624589dc07537db7c05 3 | folderAsset: yes 4 | timeCreated: 1541195488 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Arch Short.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0df9a698c41e7d54abe8b2727a1d2310 3 | timeCreated: 1541195494 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Curve Up Capped.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20dbf6984272d2a4aa5c0774232958a9 3 | timeCreated: 1541195495 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Curve Up Segment.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9085a26de5acfc4da70200152281e87 3 | timeCreated: 1541195496 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Intersection 3-way.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 481bce491ec103b43856b3771df57ee0 3 | timeCreated: 1541195497 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Intersection 4-way.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 707fe2bb4fee7cf49af8cc98b317f335 3 | timeCreated: 1541195498 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Platform 2 Corner.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14e94d58ab1c7744095b62fad59a621d 3 | timeCreated: 1542219036 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Platform 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43532ca2fa3e58d47b0cf6a2d8a10ff4 3 | timeCreated: 1541195500 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Platform 3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94292902d4ab523458ee7cebd9d71914 3 | timeCreated: 1541195501 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Platform 4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac2e420eeded2b64f9d96847bde6bd77 3 | timeCreated: 1541195503 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Platform 5.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c504e6b2dbbdf64e80b5b1f77417d77 3 | timeCreated: 1541195504 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6658ebbe8d16a954fa1d6b4f72740420 3 | timeCreated: 1541195506 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp 3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a71484c81a2cc54f81b7c3935cce077 3 | timeCreated: 1541195507 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp 4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67df4a325e6459f4798a5624afcb99cd 3 | timeCreated: 1541195508 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp Curved 3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbfeab6e54b8c504594e007887491ce8 3 | timeCreated: 1541195510 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp Curved 4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5421fa68ffb84464c8e5b1bbe550434e 3 | timeCreated: 1541195512 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Ramp Curved 8.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7d789ea7bde3374eaf4c7292a5b2829 3 | timeCreated: 1541195515 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Segment 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48d7252c39c4a4cf4bfb0c17cc9bda24 3 | timeCreated: 1541451683 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Segment 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e996750a0804de48a1cde2a72ef35ab 3 | timeCreated: 1541195516 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Segment 3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a82f8e3fefafbb7419aac77a6a855534 3 | timeCreated: 1541195518 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Segment 4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4da3a8935bb702e48ac2f0dfb3cd3df8 3 | timeCreated: 1541195521 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Segment 5.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a40ba3e207eb2b54aaa30dab902d44a2 3 | timeCreated: 1541195522 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/2 Wide/Turn.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d31b11e02e7a0db46bbfe740bc68de1d 3 | timeCreated: 1541195502 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1bace9165cc8432fb694642c1581031 3 | folderAsset: yes 4 | timeCreated: 1541451670 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Block 1x1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b988a4839bb7b42089ccefd1f99caabc 3 | timeCreated: 1541451673 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Block 2x1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 117d0e4c0674e47e9ba4b76ba14cd4a7 3 | timeCreated: 1541451675 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Block L.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d5fc1c801d3341e6914e9dc9c881737 3 | timeCreated: 1541451677 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Pyramid 2x2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5cce054e60df4753a356ee511270b57 3 | timeCreated: 1541451679 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Pyramid Platform 2x2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c9141b49b8ac48a8a1b6250fe40e347 3 | timeCreated: 1541451681 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Trim End Caution.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8734df2e3cbe4f229832502d4ed3d15 3 | timeCreated: 1541451689 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Trim End.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 859b151ac97e44bef9ab827d235101ef 3 | timeCreated: 1541451686 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/MIU/Prefabs/Platform Building Blocks/Misc/Trim Single.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f6c710b454cdd645b7fcb3885ce05f9 3 | timeCreated: 1542218558 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /MIU_LevelCreationKit-1.21.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/MIU_LevelCreationKit-1.21.unitypackage -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_EnablePCM: 1 18 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 19 | m_AutoSimulation: 1 20 | m_AutoSyncTransforms: 1 21 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 0 9 | path: 10 | guid: 00000000000000000000000000000000 11 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_ExternalVersionControlSupport: Hidden Meta Files 8 | m_SerializationMode: 2 9 | m_DefaultBehaviorMode: 0 10 | m_SpritePackerMode: 0 11 | m_SpritePackerPaddingPower: 1 12 | m_EtcTextureCompressorBehavior: 1 13 | m_EtcTextureFastCompressor: 1 14 | m_EtcTextureNormalCompressor: 2 15 | m_EtcTextureBestCompressor: 4 16 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 17 | m_ProjectGenerationRootNamespace: 18 | m_UserGeneratedProjectSuffix: 19 | m_CollabEditorSettings: 20 | inProgressEnabled: 1 21 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_AutoSimulation: 1 23 | m_QueriesHitTriggers: 1 24 | m_QueriesStartInColliders: 1 25 | m_ChangeStopsCallbacks: 0 26 | m_CallbacksOnDisable: 1 27 | m_AutoSyncTransforms: 1 28 | m_AlwaysShowColliders: 0 29 | m_ShowColliderSleep: 1 30 | m_ShowColliderContacts: 0 31 | m_ShowColliderAABB: 0 32 | m_ContactArrowScale: 0.2 33 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 34 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 35 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 36 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 37 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 38 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.1.0f2 2 | m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: 7 | - LevelBounds 8 | layers: 9 | - Default 10 | - TransparentFX 11 | - Ignore Raycast 12 | - 13 | - Water 14 | - UI 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | - 41 | m_SortingLayers: 42 | - name: Default 43 | uniqueID: 0 44 | locked: 0 45 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate 14 | m_Enabled: 0 15 | m_CaptureEditorExceptions: 1 16 | UnityPurchasingSettings: 17 | m_Enabled: 0 18 | m_TestMode: 0 19 | UnityAnalyticsSettings: 20 | m_Enabled: 0 21 | m_InitializeOnStartup: 1 22 | m_TestMode: 0 23 | m_TestEventUrl: 24 | m_TestConfigUrl: 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /ReadmeImages/image_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_0.png -------------------------------------------------------------------------------- /ReadmeImages/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_1.png -------------------------------------------------------------------------------- /ReadmeImages/image_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_10.png -------------------------------------------------------------------------------- /ReadmeImages/image_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_11.png -------------------------------------------------------------------------------- /ReadmeImages/image_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_12.png -------------------------------------------------------------------------------- /ReadmeImages/image_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_13.png -------------------------------------------------------------------------------- /ReadmeImages/image_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_14.png -------------------------------------------------------------------------------- /ReadmeImages/image_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_15.png -------------------------------------------------------------------------------- /ReadmeImages/image_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_16.png -------------------------------------------------------------------------------- /ReadmeImages/image_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_2.png -------------------------------------------------------------------------------- /ReadmeImages/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_3.png -------------------------------------------------------------------------------- /ReadmeImages/image_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_4.png -------------------------------------------------------------------------------- /ReadmeImages/image_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_5.png -------------------------------------------------------------------------------- /ReadmeImages/image_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_6.png -------------------------------------------------------------------------------- /ReadmeImages/image_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_7.png -------------------------------------------------------------------------------- /ReadmeImages/image_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_8.png -------------------------------------------------------------------------------- /ReadmeImages/image_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarbleItUp/MIULevelCreationKit/63522d937c2119aa19853fe0141fb1a1d50baba4/ReadmeImages/image_9.png -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /VERSIONS.md: -------------------------------------------------------------------------------- 1 | ## Version Info 2 | 3 | ### 1.19 - Skybox and Trigger Fixes 4 | * Updated ReadMe with new skybox info 5 | * Added working skybox choice code 6 | * Fixed Level Bounds tag issues 7 | * Fixed Cosmic Dust noise quality 8 | * Improved prefab pivot points 9 | * Improved lighting setup and detection code 10 | * Added a few more utility prefabs 11 | 12 | ### 1.18 - Reliability and Usability Improvements 13 | * Added lightmap info to ReadMe 14 | * Removed unused materials 15 | * Added fix for level header 16 | * Replaced pickup icons with Meshes 17 | * Added more trim options 18 | * Fixed issue with trigger volumes (Checkpoint, Level Bounds, Tutorial) 19 | * Added Tutorial trigger to Level Kit Panel 20 | * Fixed problems with misnamed items exporting incorrectly 21 | 22 | ### 1.16 - Lightmap Format & More Blocks 23 | * Added new misc tile object prefabs 24 | * Level Bounds now auto configure 25 | * Added "Recalculate Level Bounds" button 26 | * Updated lightmap compression requirements 27 | 28 | ### 1.15 - Level Kit UI v2 and Building Blocks 29 | * Updated file structure for easier use 30 | * Added mover tile materials 31 | * Added 2x Tile building prefabs for quicker prototyping 32 | * Replaced dropdowns with new Level Kit UI window 33 | * Lightmaps now require compression to export 34 | * Added Author section in LevelTiming component 35 | * Added mesh visualizations for Bumper, Gem, and Pads 36 | 37 | ### 1.1 - Mesh Tunnels & Robust Exporting 38 | * Added MeshTunnelAnimator FX Objects 39 | * Lightmap settings fix for Unity 2017.2 40 | * Fix for exporting copy-paste items with `(#)` by name 41 | * Added level hash to level format header 42 | * Changed base project to Linear lighting mode to match MIU 43 | 44 | ### 1.0 - Initial Level Creation Kit 45 | * Core level exporting functionality 46 | --------------------------------------------------------------------------------