
Easy Map Pro is a Unity asset that lets you create mini-maps for level selection. It tracks level progression and star collection, saving all data in JSON for easy management.Note: This asset dosent do any rendering. It works seamlessly with Unity 6, regardless of whether you're using URP, HDRP, or the Built-in Render Pipeline.OverviewEasy Map Pro is a Unity Editor extension designed to help developers and designers effortlessly implement beautiful and functional level maps. It helps create a mini-map of game levels, track player progress, and store star collection data — all while leveraging Unity’s Scriptable Object system and saving data in a lightweight JSON format.Whether you're making a casual game, a platformer, or a level-based adventure game, Easy Map Pro will help you:Create maps visuallyShow level progressionTrack stars or completion percentagesHandle Save/load of player progress in JSONThird-Party NoticesThis asset includes character model and animation created using Meshy.ai under their commercial use terms. See Third-Party Notices.txt in the package for details.1. Visual Level Map System- Auto-generated level markers with customizable spacing- Rotatable markers with independent UI elements- Star rating system (0-3 stars per level)2. Progress Management- JSON-based data persistence- Simple API: levelManager.ClearLevel(levelId, stars)- Visual feedback for completed levels3. Character Movement- Automatic character positioning- Smooth transitions between levels- Feet positioning system4. Editor Tools- One-click level map generation- Built-in gizmos for easy setup- ScriptableObject-based level database5. Easy Integration- Namespace: ShakeTheAi.EasyMapPro- Prefab system: UIStars for visuals- Debug mode for developmentI have used ChatpGPT-4 for writing the descriptions.