Exemple #1
0
    private void UnitTest()
    {
        // Checks if there are duplicate child objects or script components.

        Debugging.ComponentCheck();
        Debugging.ChildCheck();

        Debug.Break();
    }