-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |