Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohhnate/unityhelpers
Helper Classes and Systems for Unity Projects
https://github.com/ohhnate/unityhelpers
extensions game-development systems tools unity utilities
Last synced: 21 days ago
JSON representation
Helper Classes and Systems for Unity Projects
- Host: GitHub
- URL: https://github.com/ohhnate/unityhelpers
- Owner: ohhnate
- Created: 2023-02-19T07:43:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T21:58:19.000Z (over 1 year ago)
- Last Synced: 2024-11-22T06:26:51.551Z (3 months ago)
- Topics: extensions, game-development, systems, tools, unity, utilities
- Language: C#
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UnityHelpers
UnityHelpers is a public repository of scripts and tools for Unity game development. It contains a variety of helpful classes, extensions, and systems that are designed to make your Unity development process smoother and more efficient. Feel free to use it to streamline your workflow, improve the performance of your game, or simply learn new techniques and best practices.
`Please note` that while the scripts and tools in this repository have been tested and are functional, some of them may not work as intended and may require modification to suit your specific needs. Or even in some cases some of the systems may be unfinished or not fully fleshed out. This repository is a work in progress and I am constantly adding new features and improving existing code. If you encounter any issues, please feel free to report them in the Issues section or submit a pull request to contribute to the project.
## Folder Structure
- `UnityHelpers/Extensions`: Contains extensions methods for various Unity classes/methods/generics/primitives.
- `UnityHelpers/Tools`: Contains various utility classes and methods for Unity development.
- `UnityHelpers/SystemExamples`: Contains folders for a variety of different example systems for a Unity project.
- `UnityHelpers/DataStructures`: Contains a variety of different data structures made for Unity development.
## Usage
To use any of the scripts or tools in UnityHelpers, simply copy the relevant files into your Unity project's `Assets` folder.
## License
UnityHelpers is released under the [MIT License](./LICENSE.txt).