Pixit Block World Kit

Pixit Block World Kit is a simple Minecraft-style block world framework for Unity. It focuses on:

  • Chunk-based procedural world generation
  • Editable block data via ScriptableObjects
  • Basic mining and block breaking
  • Item drops and pickups
  • Inventory + hotbar UI
  • Held item visuals (blocks & tools)

The goal is to provide a clean starting point for voxel / block-world experiments, not a full Minecraft clone.

This documentation explains how to:

  • Import and set up the kit in a fresh project
  • Configure world generation and block IDs
  • Add your own blocks, ores, and tools
  • Use and customize the inventory & hotbar
  • Extend the interaction and scripting API