

Let's make a game! We will start the Unity Hub and select New Project: Some elements in older versions are drop-down menus instead of the new visual layout. Older versions will look different, but it is mostly the same. Note: The screenshots shown in the Unity Hub are from 2.x version.

If you have not already installed Unity 2018.3 via the Unity Hub, please follow the About the Unity Engine portion of the 2D Pong Game guide and return after installing Unity Hub and Unity 2018.3. For best results, keep to the 2018.3 versions. Newer versions should work fine as well, however please note that older versions of Unity may not work as described in this tutorial. Our 2D Arkanoid Tutorial will use Unity 2018.3.14f1. If you don't know the Unity basics, feel free to either try and see how far you get or read one of our easier Unity Tutorials like Unity 2D Pong Game first. Only the Unity basics are somewhat useful to know. This is a beginner Tutorial where no advanced skills are required. Examples of these power ups include slowing down the ball, multiplying the ball by three, giving the Vaus lasers which can be used to break blocks, causing the ball to stick to Vaus allowing the player to strategically re-launch it elsewhere and making Vaus larger.Let's make an Arkanoid clone with only 37 lines of code! The original Arkanoid was released a long time ago in 1986, but is still highly addictive and thanks to its arcade style nature it's very easy to develop in Unity.Īs usual, everything will be explained as easy as possible so everyone can understand it. Some blocks drop power ups when exploded.

The power-ups include lasers (which are mounted to each side of the ship and allow you to shoot out the blocks), a catching device (so as to be able to fire the ball off at a different angle every time you hit it) and one that slows the bolt down. They are caught by positioning the bat below them as they fall (meaning that you risk missing the ball if you go for them at the wrong time). The game’s plot redefines the bat as a Vaus spaceship, the ball as an energy bolt, and the bricks form a mysterious wall stopping the ship from progressing to safety.īy the mid-80s, power-ups were popular in most types of arcade games, and Arkanoid features them. Play Arkanoid online! Arkanoid game description It was unpopular for over a decade, before Taito revived it with some new ideas in this arcade game. The original Breakout concept involves controlling a bat at the bottom of the screen and using it to catch and direct a ball so as to hit all the bricks which are arranged at the top of the screen.
