unity cube world

  • Sunny Valley Studio – Create MINECRAFT in Unity – Introduction

    Sunny Valley Studio - Create MINECRAFT in Unity - IntroductionVideo Information Welcome to this series of videos about procedurally generating a voxel world using unity engine hi i’m peter and welcome to sunny valley studio tutorials the idea is that we want to generate an endless world with nice looking landscape using procedural generation since this is not a trivial task I will split this series into about three sections in this first one we will want to explore how we can create a voxel engine so a way to build our world out of cubes by generating a single mesh if you are watching this tutorial just after… Read More

  • Sunny Valley Studio – Create MINECRAFT in Unity – S1 – P11 Rendering the terrain

    Sunny Valley Studio - Create MINECRAFT in Unity - S1 - P11 Rendering the terrainVideo Information In the previous video we have implemented our blog helper script and now finally we are able to fill in our world script and to generate our visualizations for our voxel world so let’s get started first of all we will open up our world placeholder script that we have created a while ago Great first thing that i will want to do is delete start and update this will be a model behavior script and we will need to have couple of fields here i’ll paste them first we will have a public int that will be… Read More