Skip to content

Files

Latest commit

a5124c4 · May 15, 2025

History

History
35 lines (30 loc) · 2.18 KB

README.md

File metadata and controls

35 lines (30 loc) · 2.18 KB

Unity Grid Level Editor 🧩

A powerful, fully customized level editor made in Unity using Odin Inspector. Built to quickly prototype and manage grid-based levels both in the editor and at runtime.

🧱 Block Library

  • Create and manage block types via a dedicated editor window.
  • Set block ID, icon, and prefab.
  • Sort and filter blocks easily. BlockLibrary

🧭 Level Editor

  • Visual grid-based editor using Odin's TableMatrix.
  • Support for both rectangular and hexagonal grids.
  • Selection via Ctrl + LMB drag.
  • Context popup with block selection, rotation, clear, copy and paste.
  • Persistent saving as ScriptableObjects. LevelEditor Popup

🎮 Runtime Preview

  • Spawn blocks and tiles in the scene.
  • Auto-animation with DOTween.
  • Level switching, auto-transition every 5 seconds.

🎥 GIF Showcase

Block Library Level Editor Popup Menu

🔧 Technologies Used

  • Unity 2022+
  • Odin Inspector
  • DOTween