Game Development

Looking for the latest video game development news, insights and opinions? Packt Hub provides all of this and more including tutorials on developing your own games. Whether your a Unity or Unreal developer, we’ll have something for you.

fuzzy logic in games

Building C++ game play engines in finite state machine pattern [Tutorial]

0
One of the most important aspect of game development is creating game states which helps in different tasks like controlling game flows, managing different...
fuzzy logic in games

Implementing fuzzy logic to bring AI characters alive in Unity based 3D games

0
Fuzzy logic is a fantastic way to represent the rules of your game in a more nuanced way. Perhaps more so than other concepts,...
game engine

Unity switches to WebAssembly as the output format for the Unity WebGL build target

0
With the launch of Unity 2018.2 release last month, Unity is finally making the switch to WebAssembly as their output format for the Unity...
game engine

macOS gets RPCS3 and Dolphin using Gfx-portability, the Vulkan portability implementation for non-Rust apps

0
The Vulkan Portability implementation, gfx-portability allows non-Rust applications that use Vulkan to run with ease. After improving the functionality of gfx-portability’s Metal backend through benchmarking...

Development Tricks with Unreal Engine 4

0
In this article by Benjamin Carnall, the author of Unreal Engine 4 by Example, we will look at some development tricks with Unreal Engine 4. (For more...

Why should you use Unreal Engine 4 to build Augmented and Virtual Reality projects

0
This is an exciting time to be a game developer. New technologies like Virtual Reality (VR) and Augmented Reality (AR) are here and growing...
AI for games

CraftAssist: An open-source framework to enable interactive bots in Minecraft by Facebook researchers

0
Two days ago, researchers from Facebook AI Research published a paper titled “CraftAssist: A Framework for Dialogue-enabled Interactive Agents”. The authors of this research...

Textures in Blender

0
Procedural Textures vs. Bitmap Textures Blender has basically two types of textures, which are procedural textures and bitmap textures. Each one has both positive and...
CES 2019

Bitbucket to no longer support Mercurial, users must migrate to Git by May 2020

0
Yesterday marked an end of an era for Mercurial users, as Bitbucket announced to no longer support Mercurial repositories after May 2020. Bitbucket, owned...

Blender 2.5: creating a UV texture

0
Before we can create a custom UV texture, we need to export our current UV map from Blender to a file that an image...

Must Read in Game Dev

Why should you use Unreal Engine 4 to build Augmented and...

0
This is an exciting time to be a game developer. New technologies like Virtual Reality (VR) and Augmented Reality (AR) are here and growing...

Interviews