Minecraft Kit – Complete Unity Source Code

Overview

In a nutshell, it provides a foundation for creating games similar to Minecraft. It’s an attempt to clone Minecraft. My hope is that it will encourage those who have played Minecraft, and want to learn or create something with their own ideas.

Features

  • Generation voxel world (infinity);
  • Simple minecraft styling menu;
  • Simple system for customization;
  • Sounds manager and audio clips like original;
  • Crafting system;
  • Day-Night system;
  • Swimming system;
  • Inventory, etc.

Requirements

Unity 5.6.0+

Instructions

  1. Download and unzip game project.
  2. Start Unity3D Engine 5.6.0+
  3. Click “Open Project” and select unzipped game project.
  4. Wait..project importing.
  5. When importing files complete open “Assets” – > “Scenes” -> “Menu” and start Menu.scene.
  6. Re-skin: you need only change texture atlas (video tutorial included):
  • You can make your texture atlas and replace current or add new.

Related