Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dip000 authored Feb 20, 2022
1 parent d0967cc commit c6b0039
Showing 1 changed file with 27 additions and 18 deletions.
45 changes: 27 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
# MapBuilder
To build maps from prefab system and import to Unity. Outputs a JSON file
# MapBuilder 0.2
To build maps from prefab system and import to Unity.
<br>Try it out here: https://dip000.github.io/MapBuilder/MapBuilderForWeb/MapBuilderForWeb.html

# Basic functionality
1. Pick, drop and erase
2. Create and delete shapes
3. Click-and-drag to draw
4. glitched undo-redo
5. Rotate 90 by degrees any direction
6. Download a fake JSON with data

# How To
<table><tr><th>Web Editor</th> <th>Unity</th>
<tr><td>
<img src="https://user-images.githubusercontent.com/58742147/153527434-087c1f0d-8368-42c6-9945-f41348765a4a.gif"/>
</td><td>
<img src="https://user-images.githubusercontent.com/58742147/153529214-dd6fdd50-f0ad-4d8b-8254-a8ef46f55c85.gif"/>
</td></table>


<ul><li>
<b>In Web Editor</b>: [Arrow keys] to resize map. [Ctrl] + [Arrow Keys] to add levels. Download configurations file
</li><li>
<b>In Unity</b>: drop Configurations File in MapBuilderManager component from inspector and click "Update Map"
</li></ul>

<table><tr><th>
Web Editor
</th></tr><tr><td>
<img src="https://user-images.githubusercontent.com/58742147/154868233-8d26b341-b286-429a-9621-3369ad14da33.gif"/>
</td></tr><tr><th>
Unity
</th></tr><tr><td>
<img src="https://user-images.githubusercontent.com/58742147/154868226-d7fab0e7-d764-413b-a0c4-68188b8c6260.gif"/>
</td><tr></table>

# Versions
<a href="https://github.com/dip000/MapBuilder/releases/tag/EndOfProject">
0.1-alpha
</a>
: draw shapes, erase, glitched undo/redo, rotate, download, Unity interface
<br><a href="https://github.com/dip000/MapBuilder/releases/tag/EndOfProject">
0.2-alpha
</a>
: delete shape, upload, multi maps, Unity interface rework

0 comments on commit c6b0039

Please sign in to comment.