Skip to content

Capture image & output the file with specified camera. This is utility for screenshot, transparent texture.

License

Notifications You must be signed in to change notification settings

XJINE/Unity_ImageCaptureTool

Repository files navigation

Unity_ImageCaptureTool

Capture image and output the file with specified camera. This is useful to make some screenshots or transparent textures.

Import to Your Project

You can import this assets from UnityPackage.

How to use

Open window from toolbar "Custom/ImageCaptureTool". Set the parameters & click "Capture" button.

Features

Name Description
Output Directory Output directory.
Base File Name Output file name. File name will be combined with File Name Index.
File Name Index Suffix number. This will be combined after Base File Name.
Camera Camera to make capture. If null, Main Camerall will be used.
Image Width Output image width. If 0, current GameView width will be used.
Image Height Output image height. If 0, current GameView height will be used.
Image Scale Output image size magnification.
Clear Background If enable, output image background will be transparent.

Via Script

ImageCaptureTool.cs has functions to capture image.

Limitation

If output directory doesn't exist, output will be failed.

About

Capture image & output the file with specified camera. This is utility for screenshot, transparent texture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages