Skip to content

Minty-Labs/Unity-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [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-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-03-02: v1.0.1

  • Fixed URL for version checking

2024-03-02: v1.0.0

  • Initial Release