Import 2D tiles into Unity
Development of 2D games is one of the first things people attempt when they launch Unity. However, it is not enough to properly import 2D tiles into Unity. We also need to perform a specific set of actions to configure the image. By default Unity does not know how to treat the imported file. You can download the following asset pack. It contains a walls_final.png image which I have used in this tutorial. What are 2D tiles? Tiles are sprites used to build 2D environments and backgrounds in games. It is customary to build tileable sprites that may be reused multiple...
Recent Comments