https://github.com/techno-dwarf-works/better-extensions
Unity Extensions
https://github.com/techno-dwarf-works/better-extensions
async unity-extension unity-extensions unity-plugin unity-runtime-plugin
Last synced: 4 months ago
JSON representation
Unity Extensions
- Host: GitHub
- URL: https://github.com/techno-dwarf-works/better-extensions
- Owner: techno-dwarf-works
- License: mit
- Archived: true
- Created: 2022-07-09T00:35:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T19:02:39.000Z (about 1 year ago)
- Last Synced: 2024-09-27T23:04:53.910Z (8 months ago)
- Topics: async, unity-extension, unity-extensions, unity-plugin, unity-runtime-plugin
- Language: C#
- Homepage:
- Size: 533 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Deprecated] Better Extensions
> [!CAUTION]
> Package deprecated and replaced with - [Better Commons](https://github.com/techno-dwarf-works/better-commons)[](https://openupm.com/packages/com.uurha.betterextensions/)
This package provides useful extension.
## Extensions:
1. AudioClipExtensions
1. `AudioClip.FromByteArray/Async`
2. `AudioClip.ToByteArray/Async`
3. `AudioClip.Trim/Async`
4. `AudioClip.Amplify/Async`
2. SerializeExtensions
1. `Serialize/Async`
2. `Deserialize/Async`
3. `Compress/Async`
4. `Decompress/Async`
3. StringExtensions
4. UIExtension
1. `CanvasGroup.SetActive`
2. Custom Components
1. `LinkOpener`
5. TaskExtensions
1. `TaskExtensions.WaitUntil`
2. `TaskExtensions.WaitWhile`
3. `TaskExtensions.CreateTask`
6. Vector3Math
7. ExtensionMethods
1. Adds awaiter to following types:
1. UnityWebRequestAsyncOperation
1. `await webRequest.SendRequest();`
2. AsyncOperation
3. AssetBundleRequest## Wrappers:
1. DownloadHandlerFile## Install
[How to install](https://github.com/uurha/BetterPluginCollection/wiki/How-to-install)