Noveltech

Tips & Tricks for your Programming

Find all our articles about cSharp
  1. Implementing a parametric pushback in Unity

    Expanding on the recoil effect by controlling distance and duration in the pushback function

  2. Setting up a Recoil Effect in Unity

    Creating a recoil effect for characters when hit in a 2d ARPG in Unity C#

  3. Delete children of GameObjects in Unity

    How to delete children of a gameobject while in Editor mode.

  4. Generate Predictable Random Numbers in Unity C#

    Ensure that a sequence of randomly generated numbers stays the same

  5. Modifying PostProcessing Effect Parameters at Runtime in Unity

    Add juice to your game by changing your PostProcessing effects parameters at runtime in Unity URP and HDRP.

  6. Setting up a Custom Cursor in Unity

    2 ways to replace the default system cursor in Unity.

  7. Procedurally Generating a Animal Crossing World - Part 1

    First part on how to generate a map like the GC version of Animal Crossing. Creating a high ground / low ground mask.

  8. Flatten 2D array in Unity C#

    Sharing an utility class to flatten and unflatten 2D arrays in Unity C# for easy serialisation.

  9. Playmode Grid using Gizmos in Unity

    Visualizing a grid for development in editor play mode for Unity using Gizmos

  10. Easily Remove Missing Components from GameObjects

    Providing a function and an editor script to clean GameObjects containing missing components in Unity.