https://github.com/SoulShardStudios/SoulShardUtilities
A general Unity Utilities Package, just clone the repository into a unity project
https://github.com/SoulShardStudios/SoulShardUtilities
plugin unity unity2d unityplugin
Last synced: about 1 year ago
JSON representation
A general Unity Utilities Package, just clone the repository into a unity project
- Host: GitHub
- URL: https://github.com/SoulShardStudios/SoulShardUtilities
- Owner: SoulShardStudios
- License: gpl-3.0
- Archived: true
- Created: 2021-09-19T23:36:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T20:50:43.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T15:45:22.688Z (over 1 year ago)
- Topics: plugin, unity, unity2d, unityplugin
- Language: C#
- Homepage:
- Size: 355 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoulShardUtilities
A General Unity Utilities Package.
Usage:
- go to your packages for your unity project
- copy this repositories HTTPS git clone link
- paste that link into unity
- use the package! all functionality is within the SoulShard namespace.
- Extra tip: use the [UPM git extension](https://github.com/mob-sakai/UpmGitExtension) to easily update to the latest version of the package.
Includes alot of functionality:
- Completely generic inventory system.
- A better scene management utility
- Various Vector Math Helper Functions, and General Math Utilities
- A basic sound manager
- General Timer Class
- More Gizmos Functionality
- File System Management
- ChunkMap, for various infinitely tileable applications.
- General Line renderer implementation
- Array Helpers (conversions, generation, e.t.c.)
- More Debugging Methods
- Dynamically Allocated Collision Meshes
- world scaled rects and rect ints (for custom AABB colliders, cheaper trigger detection, e.t.c.)
- PixelMap: an infinitely tileable, editable image, with a bunch of customization.
- A simple, generic, easy to understand wave function collapse implementation.
- with more being added and updated regularly!
WARNING: This is still a PREVIEW PACKAGE, use caution when using this in your projects until this repo goes to 1.0.0, at least.
Breaking changes WILL BE MADE up to 1.0.0, so any dependant code will probably break if it is not actively maintained.
Pull requests, Feature requests, Issues, e.t.c. are welcome, since this is mostly a one man project
I would recommend contributing rather than demanding.
See [this discord](https://discord.gg/QfZDqdcQ2Q) to ask questions and get support.