News

This post talks you through how to make a game in Unity. You'll learn to build a 3D maze for Android with tilt controls, and how to build on this further.
This post explains how to use Unity as a library in native Android apps. Display 3D content or add AR features to your projects!
This guide walks you through the steps to create a 2D line that can be drawn using touch input in Unity. The line will be rendered using a Line Renderer component and will have an Edge Collider 2D ...
Rendering a 3D model as a wireframe for a plotter requires the removal of any pen strokes that comes from the 3D space behind the surface in view.