Пример #1
0
    private static bool RemoveSameMeshColliderInIEnumer(string Path)
    {
        if (Path == null)
        {
            return(false);
        }

        RemoveSameMeshCollider(EnumAssets.EunmAllGameObjectRecursiveAtPath(Path));
        return(true);
    }