Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhkayla/aw_utils
Various utility scripts for Unity 2019. This is used for various things in my avatar projects, distributed with all packages.
https://github.com/uhkayla/aw_utils
Last synced: about 1 month ago
JSON representation
Various utility scripts for Unity 2019. This is used for various things in my avatar projects, distributed with all packages.
- Host: GitHub
- URL: https://github.com/uhkayla/aw_utils
- Owner: uhKayla
- License: agpl-3.0
- Created: 2023-08-27T08:28:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T08:02:39.000Z (over 1 year ago)
- Last Synced: 2024-11-01T05:42:10.658Z (3 months ago)
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AW_Utils
Various functions I use in avatar projects. Distrubuted with most Angelware packages. Includes some deps for AW_Platform (Private at this time).
More to come soon!
---
### AW_Seperator
Used for component organisation and notes, good for distributing avatars that could use notes and directions for users. I mainly use this especially to label physbone sections in a root gameobject. Uses VRCSDK whitelist hook for editor only functions.### AW_SDKValidator
Does what it says on the tin. Validates SDK versions. For now I have a second script to validate VRCFury installs, although these need to be merged into a more modular script.### AW_StartupChecks
Runs required checks on startup. Useful for triggering package validation in distributed packages.### AW_ParameterManager
Various functions for managing VRCExpressionsParameters. Also includes a quick removal of GoGoLoco for my GodRevenger packages, just to make parameters space, as useful as Gogo is.### AW_SceneReload
Seperated function for reloading scenes. Mostly used for adding scene tags for avatars, as tags will not update unless a scene is reloaded.