https://github.com/spoonx/unity-utils
Some standard utilities that are useful for most projects
https://github.com/spoonx/unity-utils
Last synced: over 1 year ago
JSON representation
Some standard utilities that are useful for most projects
- Host: GitHub
- URL: https://github.com/spoonx/unity-utils
- Owner: SpoonX
- License: mit
- Created: 2020-09-30T20:24:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T13:55:23.000Z (about 3 years ago)
- Last Synced: 2025-01-23T03:14:59.718Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-utils
Some standard utilities that are useful for most projects.
## Contents
This package follows Unity's [package layout convention](https://docs.unity3d.com/Manual/cus-layout.html).
### Editor
Editor classes include extensions that help with productivity.
You can find details on these extensions in the Editor/README.md file.
### Runtime
Runtime classes help with basic tasks such as simple throttling.
You can find details on these classes in the Runtime/README.md file.
## License
Standard MIT. See LICENSE.md for details.