The Beginner’s Guide to Unity Certification
How does a Unity game developer prove their skills? Whether you’re just starting out or have been making games for a long time, this is a difficult question. However, it’s … Read more
Learn Intermediate Unity development! Explore advanced Unity tutorials on procedural generation, large game optimization, and more via free Unity tutorials.
How does a Unity game developer prove their skills? Whether you’re just starting out or have been making games for a long time, this is a difficult question. However, it’s … Read more
In many single-player games – and some multiplayer games – a form of artificial intelligence (AI) is at work. Some of these AI’s are very rudimentary, such as the “AI” … Read more
Have you ever wanted a Unity-official solution for multiplayer networking in Unity? Or – do you perhaps just want an alternative to using multiplayer frameworks like Photon and Mirror? Allow … Read more
Unity ML-Agents, is an open source toolkit developed by Unity to enhance a game’s AI with machine learning. Typically when developing an AI for a game, you’d check to see … Read more
Meet Unity’s newest technology set to enhance the workflow for building designers, architects, and engineers: Unity Reflect. For the construction industry, BIM, or Building Information Modeling, has increasingly become a … Read more
In this tutorial series, we are going to procedurally generate levels using Unity. In the first tutorial, we are going to use pseudorandom noise to generate height maps and choose … Read more
While hand-crafted 2D maps for games are amazing, they can take a lot of time to make. Plus, once your game is published, the only way to add more maps … Read more
Did you know that Unity is capable of pulling data from the web? In this tutorial, we’re going to be building an app in Unity that will connect to an … Read more
Have you ever wondered how open worlds in video games work performance-wise? In this tutorial series, we’re going to explore just how video games deal with huge worlds and make … Read more
You can access the full course here: Publishing and Optimizing Mobile Games Light Baking In this lesson, we’re going to go over the concept of actually baking your lighting inside of … Read more
Download the workshop project files This workshop was organised by TAFE Queensland as part of the DIGITREK21 event. With recent innovations in technology, AI has left the realms of science … Read more
When I was in school studying mathematics (like all other students), my favorite problems to work on would be the ones that had some sort of real-world meaning. That is … Read more
Computers can handle repetition. In fact, it is one of the things computers are exceptionally good at. As we discussed in Part 1, this ability is a core value that … Read more
Create projects with auto-generated, varied terrain by exploring noise maps in the popular Unity engine! You can also extend the material covered here by checking out the full course below! … Read more
The great advantage computers have when compared with their human counterparts is the ability to perform the same task over and over again with the same level of precision. They … Read more
Whenever a human learns a new subject, whether it be a musical instrument or a new language, there’s always a theme of “trial and error.” Attempting to get the correct … Read more
At some point during the game development and game design process, you’re going to be faced with a terrifying prospect: having to have another person experience the game that you’ve … Read more
Introduction We often hear in the news about this thing called “machine learning” and how computers are “learning” to perform certain tasks. From the examples we see, it almost seems … Read more