How to create vertex groups for multiple meshes using Blender.
Unity: Pick a random sound from a clip using FMOD
This is a little tutorial on FMOD, showing you a use case on how you could interact with this tool using Unity's C# scripting.
UE5: Select default Player Start
Tutorial on how to choose a default Player Start between multiple ones using Unreal Engine 5.
Sound redesign: Gungrave Gore
Today I spent my day performing a sound redesign of the teaser trailer of Gungrave Gore, an upcoming game
Unity engine troubleshooting
Troubleshooting about some common errors when starting a new Unity project
Be careful when using Python’s floor division
Warning about the possible issues performing floating point operations with built-in functions, using Python
Windows 10 keyboard layout for Italian developers
I will keep it short. Being an Italian developer, the first problems arise when you start typing. In fact, the Italian keyboard layout lacks of some important characters: ` and ~ . Do it yourself with MSKLC How can you solve that? You can download from the Microsoft website the Microsoft Keyboard Layout Creator, install... Continue Reading →
Welcome to the regex world
Comprehensive tutorial about using regex, containing pratical examples and peculiar insights
Access to MongoDB using Flask
Tutorial telling how to use Flask to access MongoDB, performing the setup of Swagger API playground
Git: 5 useful pills
Tutorial telling 5 git problems with the relative solution, particularly useful for new users