Valéry RauletBackup any folder with OneDriveI have photos stored on a NAS drive and I wanted to back them up in the cloud while still keeping my original files on the drive.Mar 23Mar 23
Valéry RauletA failure occurred while executing CheckAarMetadataWorkActionI recently upgraded a Unity project from 2021 to 2022. Even though the upgrade went smoothly, I later realized that something was not…Jun 12, 20234Jun 12, 20234
Valéry RauletInstall missing Android API Level in UnityWhen you want to target older or newer API levels, Unity does not always automatically installs the Android SDK for you. And you may…Jun 6, 2023Jun 6, 2023
Valéry RauletUsing Asset Bundles to load external asset in UnityWhen developing with Unity, you may want to load assets only when needed. Having them in your main project may lead to a very large…Jun 3, 2023Jun 3, 2023
Valéry RauletEmbedded Database in UnityIn every application, it is often necessary to store data in a database or something similar. It can be for caching external information or…May 22, 2023May 22, 2023
Valéry RauletSimplifying GLB files for use in UnityGLB file format is convenient as it contains all the files required for rendering including the textures. However, depending on the usage…Feb 21, 2023Feb 21, 2023
Valéry RauletinAll About Software TestingThe importance of Unit Testing your AutoMapper mappingsAutoMapper is a great .NET library for object-to-object mapping. It transparently maps object properties unless you provide specific…Feb 7, 2023Feb 7, 2023
Valéry RauletVisual Studio —Quickly execute external applicationAs a developer, we spend a lot of time working with our editor. If you develop in C#, Visual Studio may be your environment. At one stage…Jan 31, 2023Jan 31, 2023
Valéry RauletinAll About Software Testing10 best practices when writing a Unit Test?So you decided to write Unit Tests, that’s good! But, like anything in life, you need to put effort to write useful Unit Tests. In this…Jan 27, 2023Jan 27, 2023