Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfdeveloper/Unity.Level.Dynamic
Create levels dynamically from images (png, jpg...) or text files (commonly .map files). Using a Pathfinding A* visualization too
https://github.com/mfdeveloper/Unity.Level.Dynamic
level-design level-generator pathfinding pathfinding-algorithm unity-project
Last synced: 2 months ago
JSON representation
Create levels dynamically from images (png, jpg...) or text files (commonly .map files). Using a Pathfinding A* visualization too
- Host: GitHub
- URL: https://github.com/mfdeveloper/Unity.Level.Dynamic
- Owner: mfdeveloper
- Created: 2020-06-03T17:07:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:51:14.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:16:36.622Z (6 months ago)
- Topics: level-design, level-generator, pathfinding, pathfinding-algorithm, unity-project
- Language: C#
- Homepage: https://mfdeveloper.github.io/Unity.Level.Dynamic
- Size: 6.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Level Dynamic
Strongly based in tutorials series of [Code Monkey](https://unitycodemonkey.com/), this project contains scenes to generate levels dynamically, using the following features:
- **Generate levels:** from `.map` or image files (`.png`, `.jpg`...)
- **Pathfinding:** A* algorithm, with steps and neighbours visualization## Downloads (releases)
### Pathfinding A*
- **Macos:** [Pathfinding.A.Star.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.1/Pathfinding.A.Star.Macos.zip)
- **Windows 10 x64:** [Pathfinding.A.Star.Windows.10.x64.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.1/Pathhfinding.A.Star.Windows.10.x64.zip)### Level Dynamic
- **Macos:** [Level.Dynamic.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.2/Level.Dynamic.Macos.zip)
- **Windows 10 x64:** [Level.Dynamic.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.2/Level.Design.Dynamic.Win10.x64.zip)