Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minty-labs/unity-tools
Various tools created for Unity. Focused on VRChat development.
https://github.com/minty-labs/unity-tools
unity unity-editor utility
Last synced: 4 days ago
JSON representation
Various tools created for Unity. Focused on VRChat development.
- Host: GitHub
- URL: https://github.com/minty-labs/unity-tools
- Owner: Minty-Labs
- License: mit
- Created: 2024-03-02T23:19:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T17:00:15.000Z (about 1 month ago)
- Last Synced: 2024-10-11T10:22:07.686Z (27 days ago)
- Topics: unity, unity-editor, utility
- Language: C#
- Homepage: https://mintylabs.booth.pm
- Size: 166 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Unity Snapshot Utility
Created back in late 2018, this is an updated version for using a unity camera to save it's view as an image. From there, you can do whatever you want.
Download
Head to Booth or Releases to download.
Features
-
There are four image resolution size options. [Custom, Normal, VRChat, ChilloutVR]
- Custom is self-explanatory
- Normal is screen resolutions [240p, 360p, 480p, 720p, 1080p, 1440p, 4K, 8K]
- VRChat has the image size that VRChat uses, but with larger scale options [1200x900]
- ChilloutVR has the image size that CVR uses, but with larger scale options [512x512]
- A multiplier is set in place to quickly enlarge the resolution size.
- Capture image without skybox. (Subject cutout)
- Save & Load custom settings
Languages
- English
- Lily
- 日本
- sudo (須藤)
- Kati (カティ)
- 한국인
- SweetDogButter
- Русский
- FulmurX
Updates
2024-09-24: v1.3.0
- Added an option to use your Scene View as a camera
- Added resolution presets: 240p & 360p
- Small code/logic edits
- Updated About page layout & links
2024-03-02: v1.2.0
- Updated About Menu UI
- Made it not error on VRChat world/avatar upload | YOU WILL NEED TO DELETE THE "Minty Labs/Snapshot Utility" FOLDER IN ORDER FOR THIS TO FULLY WORK
- Added simple refresh button for reloading language contributors
2023-07-29: v1.1.0
- Finished Multi-Language support
- Removed Play Mode requirement; Now you can just take the snapshot
2023-07-23: v1.0.0
Initial Release
Unity Zip Importer
Ever wanted to skip extracting zips just to get a unitypackage? Let this tool skip that step. You can import a zip file and this will look for all .unitypackage files in said zip file.
Inspired by Goze's Project
Download
Head to Booth or Releases to download.
Features
- Import .zip files
- Import .unitypackage files (like normal)
Updates
2024-09-24: v1.0.2
- Small code/logic edits
- Updated About page layout & links
2024-03-02: v1.0.1
- Fixed URL for version checking
2024-03-02: v1.0.0
- Initial Release
Animation Toggle Generator
Create simple object toggles on your VRChat avatar with ease.
Inspired by ArhianaDev
Download
Head to Booth or Releases or Jinxxy to download.
Features
- Manually set menu toggle name, separate FXLayer, ExpressionsMenu, and ExpressionParameter files.
- Auto detection of Write Defaults
Updates
2024-10-13: v1.0.1
- Fixed Version Check URL being incorrect
2024-09-29: v1.0.0
- Initial Release