Skip to content
View bwaynesu's full-sized avatar
💭
“Make visible what, without you, might never have been seen.” ― R. Bresson
💭
“Make visible what, without you, might never have been seen.” ― R. Bresson

Block or report bwaynesu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UnityLogViewer UnityLogViewer Public

    Fast offline desktop viewer for Unity Player.log — structured parsing, collapse, search, and click-to-open in your IDE. Open source, nothing uploaded.

    Rust

  2. BComponentComparator BComponentComparator Public

    A Unity Editor tool for comparing multiple Unity objects side-by-side in a single window. Supports GameObjects, Components, ScriptableObjects, Materials, Textures, Audio Clips, and more with full I…

    C# 12 1

  3. BNav BNav Public

    Unity UI Navigation with Group Management

    C# 2 1

  4. DeleteMissingScripts DeleteMissingScripts Public

    Unity Editor tool to find and delete missing script/ScriptableObject references in scenes and prefabs, including nested prefabs.

    C# 23 4

  5. BShortcut BShortcut Public

    The Unity tool for quickly selecting any object in the project

    C# 8 2

  6. Efficient Unity Component Caching ut... Efficient Unity Component Caching utility with automatic memory management. (Usage examples below)
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    using UnityEngine.SceneManagement;
    5