How To Create Custom Async Return Types In Unity

    How To Create Custom Async Return Types In Unity

    Nov 11, 2024
    Categories: Unity

    Learn how to create custom asynchronous types in Unity that can be returned from an async method and awaited at a later stage

    Read
    Await Anything In Unity With AwaitableCompletionSource And Custom Awaiters

    Await Anything In Unity With AwaitableCompletionSource And Custom Awaiters

    Nov 5, 2024
    Categories: Unity

    Learn how to await anything in Unity using the GetAwaiter method with AwaitableCompletionSource or by creating custom classes that implement the INotifyCompletion interface. Bonus: how to add a FromResult method in Awaitable.

    Read
    How To Use Unity's Behavior Graph: Part 2 - Subgraphs, Events And Custom Nodes

    How To Use Unity's Behavior Graph: Part 2 - Subgraphs, Events And Custom Nodes

    Oct 29, 2024
    Categories: Unity

    Learn how to create custom nodes, utilize events and subgraphs, and debug your behavior graphs, complete with a small game example.

    Read
    How To Use Unity's Behavior Graph For AI With Behavior Trees Part 1

    How To Use Unity's Behavior Graph For AI With Behavior Trees Part 1

    Oct 22, 2024
    Categories: Unity

    An introduction to Unity's Behavior Graph, explaining how to use it to implement AI logic in your games, along with a breakdown of the different types of nodes it offers

    Read
    Getting Started with Unit Testing in Unity

    Getting Started with Unit Testing in Unity

    Oct 15, 2024
    Categories: Unity

    An introductory guide to unit testing in Unity for beginners, covering how to get started, what to test, and examples of using the Test Runner

    Read
    A Deep Dive Into Boolean Operator Overloading

    A Deep Dive Into Boolean Operator Overloading

    Oct 7, 2024
    Categories: C#

    An implementation of Schrodinger's cat, a type that can be both true and false at the same time and how to implement boolean logic for that type

    Read
Follow me: