Hi!!i’ll try to create a 2d grid on 3d plane…but i don’t know where i start…i think so that the solve is an Array, but can i create my grid using a line??i want create this grid because i try to do a puzzle game…can you help me please? Tnx!
I’d make a texture that has the grid on it in any old graphics program. Bring that into Unity, make a Material from it, and apply that Material to your 3d plane. Voila! Instant grid-on-a-plane! (Well, not quite instant, but you get the idea.)
eheheheh…ok,but phisically…but i want create a grid,for place some object on it,and that object get snapped to the grid when with my mouse i release the button…i think is the array my problem right?i create an array with 0 content inside,and when i release my button the object is create on grid and array get 1 object at that position…now…if i want that object snap to the grid,that grid how can i create?with texture for graphics,but with programming??tnx! :lol: