http://www.youtube.com/watch?v=5wxe1IUu5QA&feature=relmfu
at 0:36
Look at the lines on the ground. How do I do that without creating a new scene with demo island.?
http://www.youtube.com/watch?v=5wxe1IUu5QA&feature=relmfu
at 0:36
Look at the lines on the ground. How do I do that without creating a new scene with demo island.?
there is no need for you to create the line it is already built in unity you can start from creating the floor using cube.that is the surface where you will place all your game objects in every game when you start anew scene it will be there
You mean the raster spanning the x and z axis so you can see the 'ground'? I don't know. I think it's only on unity pro. But you don't really need them so don't worry. :)
Actually, I was wrong.. xD go to your scene view. On the top you have the buttons where you select textured and RGB etc. Next to it is a button looking like a picture frame. Click it. Voila. :p
– anon73820239
Check out my post at the bottom. simplest fix ever!
– krstrobeYour solution doesn't help in my case. After more research I figure it out. On Camera > Physics Raycaster > Event mask, I've choose only Default layer. This means that only game object that are on Default layer will catch events. The game objects that I don't want to catch events, I move them on a different layer.
– emilian-s