Hello, if anyone wants to get a free to use for whatever reasons voxel project folder, sure.
http://dl.dropboxusercontent.com/u/174306500/MinecraftU3D.zip (30mb)
The project incudes :
- Saving and Loading
- Inventory
- Crafting (very retarted)
- Block choices
- Texture atlas
- Chunk loading
- Random block placement
- Not infinite terrain
This is somewhat commented, you will see some stuff in some scripts. That should help you out.
If you get any errors like the menu not showing up, its probably because of the folder to where the worlds are saved to (Application.dataPath). Check the World.cs script, in the Save() or Load() part and you will see what i mean.
Loading is real slow. So make sure that the World X and World Z arent all the way up to 512
PS : Im sorry If everything seems inorganized or non sensual.