ProjectScreenshoter Documentation
Introduction
ProjectScreenshoter is a simple utility for Unity that allows you to capture screenshots of your game view. These screenshots are used by Advanced Unity HUB to display project previews without having to open the projects.
ProjectScreenshoter is designed to be straightforward and efficient, allowing you to quickly create preview images of your Unity projects for Advanced Unity HUB.
Features
- One-click screenshot capture of the Unity Game View
- Automatic saving to your project's root directory
- Convenient keyboard shortcut (Ctrl+Shift+S)
- Integration with Advanced Unity HUB for project previews
How to Use
Access the Screenshot Tool
You can take a screenshot in two ways:
- Click on
Tools > Capture Screenshot
in the Unity menu bar - Use the keyboard shortcut
Ctrl+Shift+S
View Your Screenshot
After taking a screenshot:
- The image is saved as
screenshot.png
in your project's root directory - A confirmation message appears in the Unity console
You can open the screenshot in any image viewer or check it directly in your project folder.
Integration with Advanced Unity HUB
Advanced Unity HUB automatically detects and uses the screenshot.png
file to display
a preview of your project in its interface. This allows you to quickly identify and select projects
without having to open them first.
For the best results, take your screenshot when your Game View displays a representative image of your project. Consider setting up a specific scene or view for this purpose.
Tips for Better Screenshots
- Set up your Game View to show the most interesting part of your project
- Adjust the Game View resolution before taking the screenshot
- Consider using a dedicated "screenshot scene" that shows off your project
- Make sure your game is in play mode if you want to capture in-game elements
Example Usage
Here's a simple workflow for creating a project thumbnail:
- Open your Unity project
- Set up your Game View to display the main scene or a custom screenshot scene
- Enter Play mode if necessary
- Press
Ctrl+Shift+S
or selectTools > Capture Screenshot
- Check the Unity console for confirmation
- Advanced Unity HUB will now display this screenshot as the project preview