Search Unity

Open source Voxel game

Discussion in 'Made With Unity' started by DryTear, Apr 8, 2014.

  1. DryTear

    DryTear

    Joined:
    Nov 30, 2012
    Posts:
    312
    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.
     
  2. AwesomeFaceHD

    AwesomeFaceHD

    Joined:
    Apr 9, 2013
    Posts:
    37
    lol
     
  3. DryTear

    DryTear

    Joined:
    Nov 30, 2012
    Posts:
    312
    Yah, it is. Didnt put much effort onto the crafting (Looks like a new guy made it)
     
  4. vARDAmir

    vARDAmir

    Joined:
    Jun 30, 2013
    Posts:
    38
    Thanks for this. It can be useful.