Unity Tutorial - 3D Block System - Pt 2: Tutorial

Unity tutorial covering a 3D Block placement / building system. NOTE: If you’re having trouble with placing one block on top of another or blocks are appearing inside other blocks, make sure you check out near the end of the video, I talk about this around the @37:50 mark. It’s due to the rounding of positions, the colliders on the cube need to be a tiny bit bigger than the mesh so that it correctly rounds upwards and places the block on top, instead of inside the one you’re looking at. If you haven’t already, please watch part 1: Player controller script can be found on my GitHub, here: FPS Controller/ You an also find the two scripts used in this tutorial on GitHub, here: Block System Tutorial --------------------------------------------------------------------------------------------
Back to Top