Skip to content
View Long18's full-sized avatar
📎
Give me your smile, and we can conquer any frown together
📎
Give me your smile, and we can conquer any frown together
Block or Report

Block or report Long18

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Long18/README.md

🤡 🤡 🤡 🤡 🤡


BuyMeACoffee     PayPal     


Thank you for reaching out. Please feel free to contact me using the provided public methods if you need assistance @Long18

Pinned

  1. Save_Grandmother Save_Grandmother Public

    C# 7

  2. UnityAudioManager UnityAudioManager Public

    Audio Manager for Unity

    C# 1 1

  3. UnityExtensionsCore UnityExtensionsCore Public

    Common extension core when develop with Unity

    C# 1 1

  4. UnitySceneLoader UnitySceneLoader Public

    A scene manager for Unity

    C# 1 1

  5. The BuildAddressablesEditorWindow cl... The BuildAddressablesEditorWindow class streamlines Unity Addressable Assets building in the Editor, providing a shortcut (Alt+ B) under "Tools." It automates asset cleanup, initiates the build, and logs success/errors, enhancing the efficiency of the Addressable Assets build process.
    1
     public class BuildAddressablesEditorWindow: EditorWindow
    2
        {
    3
            [MenuItem("Tools/BuildAddressable &b")]
    4
            public static void BuildAndRun()
    5
            {
  6. FindReference FindReference Public

    "Find Reference" is a robust Unity tool facilitating efficient asset management. It tracks dependencies, detects duplicates, and optimizes asset usage, enhancing project organization and reducing b…

    C# 1