Tag: testing

  • Validating Custom Logging in Unity

    Validating Custom Logging in Unity

    Unity has a few builtin methods to validate assertions in the UnityEngine.TestTools namespace, you can validate the message as well as the log level. Here are a couple of examples One gotcha I have found with these is that if the test completes before the log is triggered, unity log assertions will not wait implicitly…