https://github.com/blackjar72/kfunityutils
Knightferret Unity Util; some utility classes I use in Unity projects
https://github.com/blackjar72/kfunityutils
unity unity3d utility-library
Last synced: 2 months ago
JSON representation
Knightferret Unity Util; some utility classes I use in Unity projects
- Host: GitHub
- URL: https://github.com/blackjar72/kfunityutils
- Owner: BlackJar72
- Created: 2023-05-24T12:37:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T21:24:12.000Z (3 months ago)
- Last Synced: 2026-04-06T23:15:49.270Z (3 months ago)
- Topics: unity, unity3d, utility-library
- Language: C#
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knightferret Unity Utils
These are just some simple utilities and noise generators I use
with Unity 3D projects. The internal documentation is sparce and
alternates between proper C# and Javadoc since many of these were
prototyped in Java and ported to C# for use with Unity.
These may not be widely useful to everyone, as some of this relates
to niche uses such as use in advanced procedural content generation,
among other things.
## MIT License
Copyright 2023 Jared Blackburn
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.