You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,60 @@ Mine-in-Unity
3
3
![Screeny of Mine In Unity] (http://i39.tinypic.com/2wn49pf.png)
4
4
Free, open source Minecraft clone made in Unity3D!
5
5
6
+
Installation
7
+
------------
8
+
1. Clone using git
9
+
2. Open up Unity
10
+
3. Choose File > Open Project
11
+
4. Click Other Project
12
+
5. Navigate to your downloaded repository
13
+
6. Modify to your liking!
14
+
15
+
Controls
16
+
--------
17
+
- W: Move Forward
18
+
- A: Move Left
19
+
- S: Move Backward
20
+
- D: Move Right
21
+
22
+
- Mouse: Camera Control
23
+
24
+
- Right Click: Place Block
25
+
- Left Click: Break Block
26
+
- Middle Click: Select Block
27
+
28
+
- F5: 3rd Person View (Second Time Resets It)
29
+
30
+
Version Info
31
+
------------
32
+
Changelog:
33
+
First Release (0.1}
34
+
35
+
Known Bugs:
36
+
- Walking is REALLY weird. We'd appreciate anyone's help with fixing that!
37
+
- Slight lag on chunk load.
38
+
- Block glitching.
39
+
- Some world generation bugs, not too noticeable.
6
40
7
41
FAQ
8
42
---
9
43
10
-
Q: When Will This Come Out??? A: We are testing right now! Sometime soon :P
44
+
Q: When Will This Come Out??? A: Out now!!!!
11
45
12
46
Q: Is this going to be an exact clone? A: Maybe.....Our plans may change as time goes on!
13
47
14
48
Q: Can I help? A: Yes! We need coders to help us with bugs or adding new things.
49
+
50
+
Q: Where can I get help? A: Our website when it is done.
51
+
52
+
Q: I don't now what a Unity is...can I still play? A: No. This is a dev release, so only devs can use it. Once we mature, public releases will be added.
53
+
54
+
Credits
55
+
-------
56
+
57
+
- mattrick16 (mattrick) for writing the engine and releasing the source
58
+
- Craig Perko for some good tutorials on making this :)
59
+
- imjake9 for the Minecraft player model
60
+
- Unity for their awesome engine!
61
+
- Heikki Törmälä for his SimplexNoise script used in world geneation
0 commit comments