This is actually my very first personal Unity scene and project, but because I am just learning Unity3D I created a scenario and experiment rather than a real or complete game. My basic ideas were to do something in unity that I know how to do in flash and just to play with a theme that I like (grid based board alike game…
Don't believe all those positive reviews there is quite a lot things still very wrong with Unity3D. Sure they will upgrade and fix the flaws and gabs but it is NO WAY close to what they claim in their ads and website (just like adobe, autodesk,microsoft,... software).. Here is a list of things that I really hate so far, my…
You probably know this but sometimes the tank just flips out probably something to do with the collision box. Great stuff as always Render. Are the scripts for unity just written in C++?
I worked today on a skid mark code that creates a mesh dynamically with fixed UV mapping so that it looks as if it was actually casted by the tank while moving. The yellow rectangles define the skid sources to draw from. The scripts places a new element to the mesh every certain reached distance. Worked on some intro…