Technology news in the gaming industryThe rise of the video game market in a financial context is only part of the changes taking place. Technology is also actively developing. Here are some of them:The dominance of mobile platformsMobile games have been a major breakthrough. Already in 2020 they accounted for 46% of the total revenue (consoles –
31%, PC - 23%). In 2022 the growth to 49% is predicted, but the ratio for other platforms will either remain the same or decrease.
Cloud servicesThe new concept of GaaS is gaining momentum. The first such platform, which allows you not to download and install games, appeared in 2009 –
OnLive. But then it was not possible to use the technology on a mass scale, because for its successful work without delay requires fast Internet. But now the new generation 5G network is already being actively implemented. By 2024, it will be available to
40% of the world's population. Therefore, specialists who know how to develop and maintain such GaaS platforms will be in demand.
HTML5Whereas "browser games" used to be associated only with low quality, today such online entertainment is perceived very differently. The new HTML5 technology has no problem delivering crisp visuals and more complex mechanics, allowing games to get closer to competitors in the AAA segment.
The big players feel the potential of this niche. For example, Canadian digital media company
Enthusiast Gaming bought online gaming portal Addicting Games for $35 million. This deal confirms the demand for such content as well as those who produce it.
VR/ARThe founder of indie studio Ninja Pig Studios,
Jordan Schutz, predicts a rapid jump in the popularity of VR/AR platforms over the next 5-10 years. In
2021, this niche earned $30.7 billion, and by 2024 will cross the threshold of $300 billion. So it is worth paying attention to this area.
Metaverse NFTThe NFT market is growing rapidly. According to data from
DappRadar, from June to August 2021, the trading volume grew to 10.67 billion. This is an increase of 704% compared to the previous quarter.
Experts attribute this growth to the penetration of non-interchangeable tokens in the in-game item environment. In the third quarter alone, such sales rose to $2.3 billion. You can learn more about the technology in our
article.
Required skills for GameDev developersHard SkillsThe core of any specialist in any field is technical knowledge. The following skillset will be invariably relevant for the next few years:
1.Programming languages and frameworksExperienced developers know several programming languages at once and use them for different projects. For example, large AAA projects for PC and consoles are created in C++, Assembler, C# and Java, mobile games for iOS and Android – in Swift, Kotlin and Java, and browser games - in JavaScript and PHP.
Of course, you can't make a great game with just a bare language. But it is possible to create a universal tool that will reduce the time needed to develop any project. This is what engines are for.
2.Game enginesIt is important to understand the work principles and be able to apply the tools of the top game engines:
Unity (С#)This engine has become popular because of its simple interface and adaptability to platforms. It also has a low cost. You don't need to pay to create a project, and a pro license is required only if you have income from the game from $100.000 per month. About 70% of the top mobile games are made on Unity.
Unreal Engine (C++)This engine is used to create AAA-projects because of the powerful graphical capabilities. You can make a quality picture with it, while the performance of the build is as efficient as possible.
CryEngine (C++)The engine also aims for first-class graphics with a high level of detail and is used for PC and console games.However, the tool is difficult to learn. It is usually taken for large projects with a large team.
3.2D и 3D моделированиеCommon programs include Autodesk 3ds Max, Blender, ZBrush. An understanding of the laws of physics, geometry and mathematics is also important for creating graphics.
Hard Skills