# Unity-Utils **Repository Path**: titd/Unity-Utils ## Basic Information - **Project Name**: Unity-Utils - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-23 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unity Utility Library ![image](https://github.com/adammyhre/Unity-Utils/assets/38876398/9873f81a-759f-40a2-87be-50baad25301a) Welcome to the Unity Utility Library, a growing collection of handy extension methods, helpers, attributes, and other utilities designed to enhance and simplify your Unity development workflow. Whether you're a seasoned developer or just starting, this library aims to provide tools that will help streamline your coding process and add efficiency to your projects. ## Features - **Extension Methods:** Extend Unity and C# built-in types with additional functionalities. - **Conversion Extension Methods:** Convert Vectors and Quaternions between System.Numerics and UnityEngine. - **Hotkeys:** Lock Inspector, Close Tab, Compile Project and more. - **Helpers:** Static helper methods such as NonAlloc WaitForSeconds. - **Vector Math:** Vector math utilities such as RotateVectorOntoPlane. - **Singletons:** Generic Singletons for various use cases. ## Dependencies The package requires the Core RP Library due to the LoadVolumeProfile() extension. ## How to Use Simply download the library into your Unity project and access the utilities across your scripts or import it in Unity with package manager using this URL: `https://github.com/adammyhre/Unity-Utils.git` ### With Git URL Add the following line to the dependencies section of your project's manifest.json file. ``` "com.gitamend.unityutils": "https://github.com/adammyhre/Unity-Utils.git" ``` ## YouTube [**Extension Methods Video**](https://youtu.be/Nk49EUf7yyU) [**Singleton Video**](https://youtu.be/LFOXge7Ak3E) You can also check out my [YouTube channel](https://www.youtube.com/@git-amend?sub_confirmation=1) for more Unity content.